-
Isthmus
-
Isthmus
Really I suppose "amount: 0" is more like n/a
-
sethsimmons
Has there been thought around setting fees/fee multipliers at a protocol level?
-
sethsimmons
I.e. allowing a set list of multiples of some base fee, base fee being calculated based on average TX fee over past N blocks and stored in each block by miners
-
sethsimmons
And rejecting transactions with non-standard fees/multiple of fees?
-
moneromooo
Yes.
-
sethsimmons
I know you've mentioned wallet fingerprinting at length before Isthmus, so I'm sure you've looked into this more than I have :D
-
sethsimmons
Would be interesting to have a base fee ala
eips.ethereum.org/EIPS/eip-1559
-
sethsimmons
And then just allow set multiples of that
-
sethsimmons
<moneromooo "Yes."> What was the finding/ideas that came out of that, if you don't mind sharing?
-
moneromooo
I don't remember.
-
sethsimmons
Ok 🙂
-
sethsimmons
I haven't seen talk about it in a long time, so not surprised
-
xmrmatterbridge
-
sethsimmons
Thanks for the share! Will read through that
-
sarang
Great news! Triptych was accepted to the CBT 2020 workshop!
deic-web.uab.cat/cbt/cbt2020
-
sarang
The only reviewer suggestion was to add numbers for an actual implementation, but to compare this against something like RCT3 would require a library-compatible implementation as well
-
moneromooo
Congrats :)
-
Inge-
woho!
-
sethsimmons
Exciting :D
-
sarang
I'll work on a few updates to help clarify the efficiency estimates anyway
-
sarang
And now that I have a test implementation in the Monero codebase, I can at least compare Triptych performance to CLSAG and MLSAG properly
-
sarang
albeit without batching at this point
-
sarang
Unfortunately I couldn't submit Arcturus since it was still under consideration elsewhere, and that's generally against the rules
-
sarang
Worth announcing this elsewhere?
-
sarang
-
gingeropolous
nice sarang !!!!
-
sarang
Kudos also to coauthor Surae Noether, and to research collaborator RandomRun who suggested the underlying idea
-
sarang
It'll appear in the conference proceedings, and I'll make a presentation in September
-
midipoet
nice
-
needmoney90
Sarang I assume the typos are locked in stone now?
-
needmoney90
For review two specifically
-
sarang
For Triptych? No, I can make changes before the camera-ready version is provided to the organizers
-
sarang
What typo do you mean?
-
sarang
The reviewers didn't identify any typos (but there certainly could be typos) in the preprint
-
sarang
Oh, do you mean typos in the _review_ itself?
-
sarang
Those don't appear in publications
-
sarang
They're typically only seen by the authors and editors
-
needmoney90
Ah OK
-
needmoney90
And yeah in the review itself
-
needmoney90
I never got a degree higher than BS, idk all this PhD garbage :D
-
sarang
Only the final camera-ready paper will appear in the proceedings
-
sarang
And depending on the editors, they could make further formatting edits or grammar tweaks
-
sarang
BP+ fast verifier is done and passes initial tests:
SarangNoether/skunkworks 9b929fc
-
sarang
Now on to batching, then to C++
-
dEBRUYNE
Was kind of inactive lately, but do we have any timing figures for BP+ verification?
-
sarang
Should be pretty much the same as for BP, by initial estimates
-
dEBRUYNE
<sarang> Worth announcing this elsewhere? <= Reddit for sure
-
sarang
Strictly speaking, marginally faster
-
dEBRUYNE
OK, thanks
-
dEBRUYNE
So basically we still have mere size optimizations?
-
sarang
dEBRUYNE: the organizers said they would post the program list after all papers confirmed; perhaps wait until I can link that?
-
sarang
^^ for the most part
-
dEBRUYNE
Sure, sounds good
-
sarang
I don't know when that will be, but I can give it a few days perhaps
-
sarang
It's just very exciting :)
-
sarang
dEBRUYNE: FWIW here are numbers from the BP+ CCS proposers on their Rust implementation:
repo.getmonero.org/monero-project/c…als/-/merge_requests/156#note_10184
-
sarang
The improvement still seems high to me, but we shall see!
-
moneromooo
Did you not say they compared apples to orange there ?
-
sarang
In their original timing numbers
-
sarang
The link is to updated numbers after some changes to their Rust implementations
-
moneromooo
k
-
sarang
At any rate, the BP+ verification will be no worse than BP is!
-
moneromooo
Monero v0.17: we managed to make it no worse.
-
hyc
"Monero v0.17: could be worse"
-
moneromooo
Monero v0.18: "You asked how"
-
hyc
lol
-
sarang
"expectations low, results no lower"
-
dEBRUYNE
Thanks sarang
-
dEBRUYNE
Seems like there are only improvements for transactions with a lot of outputs
-
needmoney90
'Exceeding expectations by setting the bar low'
-
needmoney90
Low bar, lower expectations? :D
-
sarang
-
sarang
Once I add a few additional features to this proof-of-concept, I'll modify the existing C++ code
-
sarang
This was just to work out the algorithms and algebra more easily