v2.1.0
Highlights
- Future-proof messaging implemented.
- Added persistent message transfer support.
- Introducing sendCall interface for easy sending of specific message types.
What's Changed
New Features 🎉
- fix: optimized in claimProtocolFee by @gcranju in #266
- fix: address validation added in setAdmin by @gcranju in #265
- fix: removed a param from executeMessage by @gcranju in #264
- fix: readability in compare string by @gcranju in #267
- fix: optimized verifyProtocol by @gcranju in #268
- fix: getFee- returned 0 in replyState by @gcranju in #263
- feat: improvements on xcall2.1 tests by @gcranju in #271
- fix: btp2 renamed to xcall by @gcranju in #272
- feat: made changes for upgradeability for the evm contracts by @gcranju in #275
Bug Fixes 🐛
- fix: patch message type by @ibrizsabin in #278
Other Changes 📝
- docs: Add new message structure to xCall design doc by @AntonAndell in #193
- feat: Add message types to xCall by @AntonAndell in #141
- feat: multi message rust by @ibrizsabin in #171
- docs: message with reply in response by @ibrizsabin in #208
- feat: persisted messaging by @ibrizsabin in #204
- feat: Implement persistent message type in Java by @AntonAndell in #215
- feat: Implement reply for two way messages by @AntonAndell in #224
- feat: add response message rust by @ibrizsabin in #209
- test: add integration test by @ibrizsabin in #216
- feat: persistent messaging added in solidity by @gcranju in #232
- feat: response message solidity by @gcranju in #234
- feat: mew-message-type added in cosmwasm by @gcranju in #246
- feat: javascore dapp new message type by @gcranju in #248
- feat: new message type in solidity dapp by @gcranju in #245
- docs: clearer centralized deployment by @izyak in #276
- feat: 177-xcall future proof messaging by @ibrizsabin in #213
Full Changelog: v1.2.0...v2.1.0