You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add types needed for MimbleWimble transactions and implement
serialization.
Made all MimbleWimble types implement ISerializable and
interface and Read static method. Reuse NBitcoin's
BitcoinStream for serialization and deserialization, but don't
use its IBitcoinSerializable interface because it mixes reading
and writing in one method.
Added new test project for MimbleWimble tests. Added test for
peg-in transaction.
Added property-based tests for serialization and
deserilaization.
Added test that deserilizes transaction generated and
serialized by modified litecoin test (see [1]).
Added tests for parsing peg-out transaction and MW to MW
(HogEx) transaction.
[1] https://github.com/litecoin-project/litecoin/blob/5ac781487cc9589131437b23c69829f04002b97e/src/libmw/test/tests/models/tx/Test_Transaction.cpp
0 commit comments