v0.31.0
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 Resource
s instead of Coin
s
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 Message
s, which it didn't before.