Skip to content

Spedn 0.3.0 - May 2020

Compare
Choose a tag to compare
@osoftware osoftware released this 30 Jun 19:07
· 53 commits to develop since this release

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 calling parse on a variable of Preimage type.
  • Introducing functions extracting a single component of the preimage.