Yeastplume - Progress update thread - Mar 19 to Sep 19

Update Friday, May 3rd 2019

Just a quick update this week as I’m currently travelling over a long weekend

  • Work on the api support for invoice transactions is complete, documented, tested and merged. Complete details for those interested in trying it out via the
    API can get all the documentation via rustdoc

  • I’m currently working on the obvious follow up, enabling invoice transactions in the command-line wallet. Progressing steadily there and should have it ready for 1.1.0 (coming any week now!)

  • As a skunkworks side project/learning experience, I’ve been putting together a rust implementation of SLIP-39: Shamir Secret Sharing for mneumonic codes, which I hope to integrate into the wallet as some point a nice feature-add. Basically, master key sharing where you can take your bip39 mneumonic and split it into a 3 of 5 (for example) threshold scheme to distrubute to family members. The underpinnings here also relate to future multisig wallet features. Much more on this later, but intend to get the implementation public as soon as I’ve got all the embarrassing bits out.

That’s all for now, enjoy long weekend (provided you have one).

4 Likes