v0.44.0
Version v0.44.0
Changed
- #653:
ECAL
opcode handler can now hold internal state. - #657: Add debugger methods to remove or replace all breakpoints at once.
Breaking
- #654: Make public types versionable by making non-exhaustive.
- #658: Make
key!
-generated types likeAddress
,AssetId
,ContractId
andBytes32
consume one less byte when serialized with a binary serde serializer like postcard.
What's Changed
- Add state to ECAL handler by @Dentosal in #653
- Make public types versionable by @MitchTurner in #654
- Add batch changes to breakpoints by @Dentosal in #657
- Omit extra byte from types like AssetId when serialized with postcard by @Dentosal in #658
- Release 0.44.0 by @Dentosal in #659
Full Changelog: v0.43.2...v0.44.0