Skip to content

v0.8.0

Compare
Choose a tag to compare
@Eduard-Voiculescu Eduard-Voiculescu released this 28 Nov 19:31
· 84 commits to develop since this release

Changelog

  • Bump substreams crate
  • Changing into() call when converting to BigInt in abi to call the proper signed or unsiged encoding
  • Adding into() method from BigInt to use unsigned_bytes_be

Commits

  • b69dc5a Preparing release of 0.8.0
  • f6a695a changing into() call on chained into_uint() and into_int() to use the proper signed or unsigned bytes and fixing tests