Releases: icon-project/xcall-multi
Releases · icon-project/xcall-multi
v2.1.1-stellar-audit-fix
Merge pull request #399 from icon-project/fix/stellar-external-audit-…
v2.1.1-stellar
Merge pull request #395 from icon-project/fix/handle_error_auth fix: Add auth on handle_error
v2.1.0-stellar-hotfix
What's Changed
Bug Fixes 🐛
- fix: add zero prefix for numeric types by @bishalbikram in #370
- chore: configure upgrade authority by @bishalbikram in #371
Full Changelog: v2.1.0-stellar...v2.1.0-stellar-hotfix
v2.1.0-stellar
What's Changed
Bug Fixes 🐛
- fix: patch internal audit review issues by @bishalbikram in #342
Full Changelog: v2.1.1-evm-hotfix...v2.1.0-stellar
v2.1.1-evm-hotfix
HighLight
Missing CallExecuted event has been added in case of Persistent message
What's Changed
New Features 🎉
Bug Fixes 🐛
- fix: adding store to cap for transferrable by @gcranju in #349
- fix: address to hex prefix 0 by @gcranju in #350
- fix: relayer fees in response by @gcranju in #351
- fix: version upgrade by @gcranju in #352
- fix: call executed event added in persistent type by @gcranju in #358
Other Changes 📝
Full Changelog: v2.1.1-rc1...v2.1.1-evm-hotfix
v2.1.1-rc1
Full Changelog: 2.1.0-evm-hotfix...v2.1.1-rc1
Highlight
This release includes the addition of the SUI xcall contract, enabling xcall integration with SUI.
What's Changed
Bug Fixes 🐛
- fix: Use msgPayload hash instead of request data hash for multi protocol verification by @AntonAndell in #322
Other Changes 📝
- fix: remove duplicate store connection message sequence by @bishalbikram in #296
- fix: xcall deployment script by @gcranju in #310
Full Changelog: v2.1.0-hotfix...v2.1.1-rc1
2.1.0-evm-hotfix
What's Changed
Bug Fixes 🐛
- fix: Use msgPayload hash instead of request data hash for multi protocol verification by @AntonAndell in #322
Other Changes 📝
- fix: remove duplicate store connection message sequence by @bishalbikram in #296
- fix: xcall deployment script by @gcranju in #310
Full Changelog: v2.1.0-hotfix...2.1.0-evm-hotfix
v2.1.0-hotfix
Full Changelog: v2.1.0-hotfix...v2.1.0-hotfix
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
Prerelease v1.1.0-hotfix
fix: fix networkid (#205) * fix: fix networkid * chore: pass build