[ad_1]
This replace was written and supplied by Litecoin MimbleWimble lead developer David Burkett.
——–
Documentation
I’ve spent a while documenting the entire code modifications to help our auditors. For these , that is the present checklist of technical paperwork describing the MWEB modifications (a number of are solely partially full):
LIP-0002 – This describes the method for including extension blocks to LTC, together with describing how pegging-in, pegging-out, and integrating transactions work
LIP-0003 3 – That is our unique design for Mimblewimble extension blocks. It’s a bit outdated, however ought to present a excessive stage understanding of the way it works.
LIP-0004 – This describes our method to supporting one-sided txs, as an alternative of counting on interactive transactions like conventional Mimblewimble
LIP-0005 – I’m nonetheless filling in lacking information constructions right here, however this paperwork the P2P protocol modifications and describes how MWEB transactions and blocks are serialized
Consensus Guidelines 1 – Not a complete checklist, however describes crucial consensus guidelines
Kernels – Describes how kernels are serialized, the assorted options which might be supported (e.g. lock peak), and the way new options might be mushy forked in afterward.
Knowledge storage – Describes the brand new database tables and information information that had been added
Stealth addresses – How stealth addresses are generated, how we help subaddresses, how addresses are serialized, and many others.
Pruned Sync 1 – Describes how pruned sync will likely be supported in future releases
Coding & Testing
I carried out my very own assessment of the entire node logic to search for methods to enhance safety and efficiency, which resulted in quite a few enhancements to the code & design:
Kernel MMR is now per block, as an alternative of a perpetually rising MMR. It was decided that we don’t achieve a lot by having a cumulative kernel MMR, so switching to a per-block MMR means much less time spent hashing, and loads much less disk area wanted to retailer the MMR.
Switched from sha256 to the much-faster blake3 for all MWEB hashes.
New stealth tackle format that’s extra in line with earlier tackle sorts, together with having higher error detection.
Extra compact serialization codecs for all MWEB information constructions which is able to lead to much less disk area utilization, much less information transferred between friends, and due to this fact barely larger throughput.
Higher take a look at protection
Audits and Opinions
I’ve formally handed off the ultimate code modifications and documentation to Quarkslab, so we should always have a extra detailed timeline from them any day now.
I’ve created a brand new code assessment 5 with essentially the most essential modifications to the litecoin consensus code. It’s a lot smaller and extra centered than the libmw assessment from a number of months in the past, so hopefully we’ll get extra reviewers and sooner suggestions from different devs.
I’ve made slight modifications to the estimated timeline on wenmweb.com 23, however total, we’re nonetheless working towards MWEB activation on the finish of the yr.
[ad_2]