Skip to content

v0.31.0

Compare
Choose a tag to compare
@digorithm digorithm released this 10 Nov 16:06
· 473 commits to master since this release
4af01fd

What's Changed

  • Remove note on --generate-logged-types in the Book by @mohammadfawaz in #678
  • feat: add format and clean to test-projects by @hal3e in #685
  • feat: support evm address by @MujkicA in #668
  • fix: rustc can't prove Send on futures returned by contract methods by @Salka1988 in #669
  • fix!: get_asset_inputs_for_amount uses resources by @MujkicA in #692
  • release: bump versions to 0.31.0 by @digorithm in #693

Full Changelog: v0.30.0...v0.31.0

Breaking changes

Wallet's get_asset_inputs_for_amount now uses Resources instead of Coins

This means that if you want to cover fees of a transaction using any Resource, i.e., Coin and Message (if you're bridging to Ethereum, for instance) get_asset_inputs_for_amount will now consider Messages, which it didn't before.