Skip to content

v0.12.0

Compare
Choose a tag to compare
@awrichar awrichar released this 02 Feb 22:32
· 3073 commits to main since this release
a3992b8

Summary

This is a large release as we come closer to the 1.0.0 milestone. All users are recommended to upgrade to this release when possible, taking into account all breaking API changes noted here.

Breaking API changes:

Other major items included in this release:

  • Preview of custom on-chain logic
    • Provides flexible methods for interacting with your own contracts, deployed to the blockchain of your choice
    • New APIs are available under /namespaces/{ns}/contracts and/namespaces/{ns}/apis
    • Not yet guaranteed to be stable, and API is subject to change
  • Support for new ERC20 / ERC721 connector
  • Overhaul of Transaction type, and new BlockchainEvent type
  • Support for delivery confirmations via DX plugin
  • Support for more flexible signing via new config pointing at an external address resolver
  • First-class support for blob filenames on Data objects
  • UI enhancements
    • Improved support for navigating and downloading file blobs
    • Filtering for token screens (pools, transfers, accounts)
  • Bug fixes and improvements

Updated Dependencies

What's Changed

New Contributors

Full Changelog: v0.11.4...v0.12.0