This replace was written and offered by Litecoin MimbleWimble lead developer David Burkett.
–——-
Coding & Testing
We’ve made the next important enhancements to the code over this previous month:
-
Unified the construct course of to help current launch methods. We initially meant on sharing the libmw codebase with Grin++, so the brand new code used a unique know-how (cmake) for managing builds than the prevailing litecoin code.
That plan turned out to be unworkable attributable to important variations within the Grin and MWEB protocols, so there was now not a cause to proceed utilizing 2 completely different construct administration options.
We’ve stopped utilizing cmake totally now, and simply embrace the libmw code as a part of the prevailing (automake) construct. We’ve additionally downgraded from C++ 17 to C++ 14 to help gitian builds, which is how we generate verifiable releases. -
Eliminated superfluous interfaces and boilerplate code. This additionally stemmed from the truth that we now not have to share logic with Grin++.
We had a inflexible interface layer that prevented us from calling the prevailing litecoin code from inside the new libmw library, which resulted in the necessity to duplicate serialization, logging, and different infrastructure code inside libmw.
Since litecoin is now the one client of libmw, we have been in a position to eradicate this synthetic separation, leading to much less code (and hopefully fewer bugs) total. -
Working automated builds for a number of platforms. The automated builds are working once more for linux, and now additionally a home windows construct is being generated with every code commit.
This has allowed for faster suggestions from adjustments, and opened the door for non-developers to assist out with testing with no need to construct the code themselves.
Evaluations & Audits****
We’re nonetheless struggling to get builders to overview the libmw code. The code has modified fairly a bit for the reason that PR was first submitted although, so I’ll possible be closing it and creating a variety of new, smaller, and hopefully extra digestible PRs over the approaching weeks.
I met with Quarkslab yesterday to debate what we’d like audited, and I’ll proceed to work with them over the subsequent week or two whereas they collect what they should do their preliminary evaluation & estimate for the audit.
–——-
We stay on observe for activation across the finish of the yr, barring no main surprises from the auditors