Skip to content

v0.12.0

Latest
Compare
Choose a tag to compare
@cffls cffls released this 25 Sep 17:24
· 1 commit to main since this release
5bd5345

This release fully supports Chang hardfork.

Major changes

  • OgmiosChainContext will now be only compatible with Ogmios v6+, underlying class being OgmiosV6ChainContext. For backward support, OgmiosV5ChainContext could be used along with Ogmios v5, but the support will be limited in the future.
  • Redeemers will be serialized in a map instead of a list by default. The redeemers could be still serialized as a list by setting use_redeemer_map to False in a txbuilder.

What's Changed

New Contributors

Full Changelog: v0.11.1...v0.12.0