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