Spedn 0.3.0 - May 2020
This is 15th May 2020 hard-fork compatibility update with some new features
- Introducing
reverseBytessupport. - Introducing tuple literals, for example
(1, "abc"), and ability to create type aliases for tuple types. - One such alias is
TxStatewhich is a 10-tuple containing transaction preimage components. - You can get a
TxStateby callingparseon a variable ofPreimagetype. - Introducing functions extracting a single component of the preimage.