-
endogenic
Be excellent to each other.
-
endogenic
i say we need weekly cryptography memes in the topic as well
-
koe
hi, protocol question: is the 'dummy encrypted payment id' that appeared in v10 a protocol change, or just part of the core wallet software?
-
selsta
koe: AFAIK just core wallet
-
koe
The original pull request #5001 doesn't imply a protocol change, but later pull requests may have. Anyone know?
-
koe
thanks selsta
-
selsta
enforcing it would mean parsing tx_extra on consensus level which we want to avoid
-
koe
#5008 sry
-
koe
true
-
selsta
you back again? :)
-
koe
just chipping away at 2nd edition, need to update list of changes at minimum
-
koe
-
koe
is that the 'change to the block median used to calculate penalty' implemented in recent v12?
-
koe
I'm wondering about this 'forbid old RingCT transaction format' at protocol v10/11. It doesn't look like there were new RCTTypes added (other than for bulletproofs), and the CURRENT_TRANSACTION_VERSION is still 2.
-
koe
how was it enforced?
-
selsta
koe: RCTTypeBulletproof2
-
selsta
-
koe
oh ok,did RCTTypeBulletproof consolidate RCTTypeFull and RCTTypeSimple? or was one eliminated?
-
selsta
not sure if I understand
-
koe
previous to bulletproofs there were two kinds of transactions, RCTTypeFull and RCTTypeSimple. Full was for transactions with a single input, and Simple for multiple inputs.
-
selsta
ok, after bp hardfork only RCTTypeBulletproof exists
-
selsta
and now RCTTypeBulletproof2
-
selsta
but someone else has to explain the details I guess :P don’t know if all inputs are now treated as multiple inputs
-
koe
ah looking back it seems the difference was down to amount hiding, which bulletproofs took over
-
koe
or maybe TypeFull was just abandoned, since it wasn't really used much from the beginning
-
Isthmus
Is ban on unencrypted PIDs at consensus level or also honor system?
-
selsta
no ban
-
selsta
wallet ignores them
-
koe
'unsupported by core wallet software' accurate?
-
moneromooo
Full is now unused. I had kept it originally because it saved like 32 bytes or so (not sure). But it also added a fair amount of extra code.
-
moneromooo
Bulletproof txes only use the "simple" scheme.
-
sarang
Nearly finished with CLSAG preprint revisions and major reorganization
-
sarang
It's tricky to build a straightforward narrative leading from the unforgeability definition and forking lemma to the final proof
-
sarang
suraeNoether: I'm going to work the unforgeability master algorithm description into the proof... I think this is more consistent with the structure of the other proofs, and hopefully more clear
-
sarang
I kept the forgery and forking algorithm descriptions separate, as you had before
-
sarang
suraeNoether: my reorganization is complete; please review (reorg.tex is the file)
-
sarang
Note any edits as review comments, if you please, to avoid any confusion or conflicting edits
-
sarang
I will do the same
-
sarang
Then we can release to IACR