mimblewimble team mailing list archive
-
mimblewimble team
-
Mailing list archive
-
Message #00057
Small code review request
Hi,
I've built a unit test that demonstrates a simple exchange between 2 parties to build a transaction. It's the mocked up version, in code, of what's described in the Jedusor paper as well as Andrew's:
https://github.com/ignopeverell/grin/blob/cb84f588fb611bf961a95d6a875dbd5336ac6f32/core/src/core/transaction.rs#L592
Just thought I'd post that on the list to make sure it matched everyone's mental model of building MimbleWimble transactions and there was no confusion. Including confusion on my end :) It's hopefully clear and documented enough to be easily understandable.
- Igno