Implemented enhancements:
- docs: add deployment addresses #153 (CyrusVorwald)
Fixed bugs:
- fix: Make simple dapp to use same logic as dapp multi #195 (AntonAndell)
- fix: Prevent networkId to be from native chain when receiving call messsages. #166 (AntonAndell)
Closed issues:
- create demo for JVM-COSMWASM #200
- Fix missing version name in cosmwasm artifact file #198
- Rust: Implement new message flow #183
Merged pull requests:
- fix: use constant version of [email protected] for build #163 (redlarva)
- feat: solidity adapters #158 (redlarva)
- docs: add xcall-multi contract address for respective chain #155 (DeepakBomjan)
v1.1.0-hotfix (2023-11-29)
Implemented enhancements:
- ICON update for future proof messaging #178
Fixed bugs:
- fix: fix networkid #205 (ibrizsabin)
Closed issues:
- running the jvm simple-dapp contract and running into "unknownFailure" #194
- building the optimize JAR for the multi-dapp sample contract generates a different hash that cannot be deployed #192
- Add Airdrop functionality to LayerZero #170
- Add Airdrop Functionality to Wormhole #169
- Avalanche - Testnet Release of xCall for Wormhole #148
- BSC xCall - Testnet Release #147
- Optimism - LayerZero Module #117
- Arbitrum - LayerZero Module #116
- Avalanche - LayerZero Module #115
- BSC - LayerZero Module #114
- Ethereum - LayerZero Module #113
- Core Adapter Development for xcall over LayerZero #112
- Optimism - Wormhole Module #110
- Base - Wormhole Module #109
- Arbitrum - Wormhole Module #108
- Avalanche - Wormhole Module #107
- Core Adapter Development for xcall over Wormhole #106
v1.1.0 (2023-11-09)
v1.1.0-rc5 (2023-11-09)
Closed issues:
- Add xcall-multi contract addresses in README #154
Merged pull requests:
- chore: bump javascore version to 0.2.0 #174 (DeepakBomjan)
v1.1.0-rc4 (2023-11-08)
Closed issues:
- Unsafe recommendation when handling rollbacks #167
Merged pull requests:
- ci: rebase release branch with main #168 (DeepakBomjan)
- ci: bump version of xcall-multi to 0.1.1 #162 (DeepakBomjan)
v1.1.0-rc2 (2023-11-06)
v1.1.0-rc3 (2023-11-06)
Closed issues:
- Change xcall service name to be alphanumeric xcallM, xcall2 or xcallMulti #150
Merged pull requests:
- fix: set cosmwasm-check version to 1.4.1 #160 (DeepakBomjan)
v1.1.0-rc1 (2023-10-30)
Implemented enhancements:
- feat: Change xcall btp service name to xcallM #152 (AntonAndell)
- feat: add solidity multi protocol xCall #86 (AntonAndell)
Closed issues:
- Check EVM RLP lib version #151
- Testnet Deployment - Libson Release #142
- xCall - Solidity - Smart Contract Internal Security Review #135
- Mock dapp for Solidity #133
- update release tag format #102
- Havah- xCall Multi - Deployment #97
- Ethereum - xCall Multi - Deployment #96
- BSC - xCall Multi - Deployment #95
- Add fee check on send message to route extra fees to feehandler #83
- fix build issues #68
- renaming xCall to xcall-multi #51
- Solidity - Documentation #45
- Testcase - executeRollback #42
- Testcase - rollback #41
- Testcase - executeCall #40
- Testcase - handleRequest #39
- Testcase - sendMessage #38
- Implement automatic version bump #37
- xCall - Solidity Translation #36
- publish xCall library to maven repository #30
Merged pull requests:
- release: v1.0.0 #104 (redlarva)
- feat: Add current size limits to doc #85 (AntonAndell)
v1.0.0 (2023-09-28)
Closed issues:
Merged pull requests:
- ci: enable release in an action #103 (DeepakBomjan)
v0.1.0-alpha.5 (2023-09-20)
Implemented enhancements:
- fix: remove unnecessary comments #72 (ibrizsabin)
Fixed bugs:
- fix: fee check send message #84 (ibrizsabin)
Merged pull requests:
- ci: publish xcall-multi library to maven repository #71 (DeepakBomjan)
- chore: find and replace xCall -> xcall-multi in md files #52 (DeepakBomjan)
- fix: handleMessage parameter-from to fromNid #28 (gcranju)
v0.1.0-alpha.4 (2023-09-11)
Implemented enhancements:
- fix: e2e and integration test #75 (redlarva)
- fix: not feature library added in instantiate #74 (gcranju)
- fix: reply removed from sendcallmessage and executerollback #67 (gcranju)
- fix: spelling corrected in error message #63 (gcranju)
- fix: removed helper module #61 (gcranju)
- feat: separate xcall module into xcall and xcall-lib #58 (redlarva)
- fix: address validation added #56 (gcranju)
- fix: removed mentioned todo #54 (gcranju)
- fix: address validation added #53 (gcranju)
Fixed bugs:
- fix: address validation on icon address removed #73 (gcranju)
- fix: array length checked after split #65 (gcranju)
- fix: xcall connection unnecessary clones #64 (gcranju)
- fix: null check added before accessing struct #62 (gcranju)
- fix: reentrancy and callback data override in reply #267 #59 (ibrizsabin)
- fix: struct naming according to docs #55 (gcranju)
Closed issues:
- fix e2e and integration test #76
- fix issue in cosmwasm build script #60
- Break Down xCall Project into 2 Modules (Contract and Library) #57
- cicd job to create release tag #47
- Create workflow to check PR label and auto label pr #31
- Setup release workflow #16
Merged pull requests:
- ci: fix javascore build issue #70 (DeepakBomjan)
- ci: fix issue in cosmwasm build script #66 (DeepakBomjan)
- ci: add manual cicd job to push release tag #48 (DeepakBomjan)
- fix: Amend planted audit issues #46 (AntonAndell)
- fix: Change to using hash for responses instead of using sn #34 (AntonAndell)
- feat: update code owner for xCall repo #33 (redlarva)
- ci: add pr label check and automtic pr labeler #32 (DeepakBomjan)
- fix: Add null checks on default connection address #29 (gcranju)
- fix: removed getOrDefault for admin #26 (gcranju)
- fix: error message added in context.require #25 (gcranju)
- fix: Improve parameter consistency in xCall java and spec #24 (gcranju)
- fix: remove unused import #23 (gcranju)
- fix: Add extra clarification on managing protocols in handleCallMessage #20 (AntonAndell)
- docs: proof read xcall document #19 (nightowl121)
- feat: Update readme to include important links and topics #18 (AntonAndell)
- ci: add release workflow #17 (DeepakBomjan)
- fix: update version on migrate #15 (ibrizsabin)
v0.1.0-alpha.3 (2023-08-16)
v0.1.0-alpha.2 (2023-08-03)
v0.1.0-alpha.1 (2023-08-03)
Closed issues:
- Enable re execution of failed one way messages #10
- Codecov setup - xCall #9
- Do not relay error messages on responses. #7
- Allow rollback retries #6
- Remove sn on handleMessage. #5
Merged pull requests:
- feat: add get fee #14 (ibrizsabin)
- Revert "feat: Allow re-execution of failed one-way messages" #13 (AntonAndell)
- feat: Allow re-execution of failed one-way messages #12 (AntonAndell)
- ci: add cosmwasm & javascore build pipeline and codecov badge #11 (DeepakBomjan)
- feat: optimize xcall connection interactions. #8 (AntonAndell)
- fix: point to fork for trait compliance #4 (ibrizsabin)
- fix: replace absolute path of cosmwasm-check #3 (redlarva)
- feat: Apply xcall gas optimization update #2 (AntonAndell)
- fix: remove unwanted rust projects #1 (ibrizsabin)
v0.1.0-alpha (2023-07-12)
* This Changelog was automatically generated by github_changelog_generator