mimblewimble / grin-wallet

Grin Wallet
Apache License 2.0
183 stars 133 forks source link

[Contracts] Slatepack v5 Deserialization fix #698

Closed yeastplume closed 9 months ago

yeastplume commented 9 months ago

Fix to subtle bug preventing slatepacked slates deserializing payments proof properly, thus preventing RSR contracts transactions working within the GUI wallet. Basically, an enum's fields were in the wrong order.

Adds tests in a few places to check for this in future.