Releases: icon-project/ibc-relay
Releases · icon-project/ibc-relay
v1.2.3
v1.2.2
v1.2.1
v1.2.0
Changelog
- 478dea5 fix: account sequence mismatch (#219)
- e8f7b29 fix: enable client update at fixed interval. (#216)
- 6b5183f fix: cli command to claim fees (#209)
- 43e8da1 fix: allow update of a specific height from the latest height stored in contract (#206)
- fe7e775 docs: mainnet relay setup (#202)
What's Changed
- docs: mainnet relay setup by @izyak in #202
- fix: allow update of a specific height from the latest height stored in contract by @izyak in #206
- fix: cli command to claim fees by @izyak in #209
- fix: enable client update at fixed interval. by @sherpalden in #216
- fix: account sequence mismatch by @izyak in #219
New Contributors
- @sherpalden made their first contribution in #216
Full Changelog: v1.1.1...v1.2.0
What's Changed
- docs: mainnet relay setup by @izyak in #202
- fix: allow update of a specific height from the latest height stored in contract by @izyak in #206
- fix: cli command to claim fees by @izyak in #209
- fix: enable client update at fixed interval. by @sherpalden in #216
- fix: account sequence mismatch by @izyak in #219
New Contributors
- @sherpalden made their first contribution in #216
Full Changelog: v1.1.1...v1.2.0
v1.1.1
Changelog
What's Changed
- fix: remove trailing unwanted information from txresult by @viveksharmapoudel in #199
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- feat: release by @redlarva in #179
- fix: do not cast bigint to int 64 by @izyak in #186
- fix: sync of icon chain processor by @izyak in #196
- fix: nil pointer expection issue for wasm header by @izyak in #195
- fix: injective integration by @izyak in #194
- feat: update respective wasm client based on message sent from icon by @izyak in #193
New Contributors
Full Changelog: v1.0.0...v1.1.0
v1.0.1-rc1
What's Changed
- feat: release by @redlarva in #179
- fix: do not cast bigint to int 64 by @izyak in #186
- fix: sync of icon chain processor by @izyak in #196
- fix: nil pointer expection issue for wasm header by @izyak in #195
- fix: injective integration by @izyak in #194
- feat: update respective wasm client based on message sent from icon by @izyak in #193
New Contributors
Full Changelog: v1.0.0...v1.0.1-rc1
v1.0.0
Installation Dependency
To run the relayer, you'll need to install the wasmvm library.
Changelog
What's Changed
- fix: do not update path end for height for request timeout by @izyak in #124
- feat: better logging for tx, provider, query, processor by @izyak in #120
- docs: deviation from cosmos relay by @izyak in #129
- fix: icon update client retry issue by @viveksharmapoudel in #127
- feat: log height every hour simulateneously by @izyak in #126
- fix: timeout not being called on cosmos because of requestTimeout on icon by @izyak in #134
- feat: icon key refactor by @izyak in #140
- docs: update readme for ibc-icon-integration by @izyak in #141
- fix: sdk prefix change handle for neutron and archway by @viveksharmapoudel in #119
- docs: add local relay deployment guide by @DeepakBomjan in #139
- test: fix test for icon keys by @izyak in #143
- ci: add release workflow by @DeepakBomjan in #142
- fix: add missing mutex lock. by @viveksharmapoudel in #145
- ci: update local relay deployment test workflow by @DeepakBomjan in #146
- fix: btp block missing issue fix by @viveksharmapoudel in #150
- fix: icon module validate packet revision_number from chainId revert by @viveksharmapoudel in #158
- feat: add step estimation for icon by @izyak in #155
- fix: fix start height greater than latest height issue by @viveksharmapoudel in #151
- fix: sending packet fail issue by @viveksharmapoudel in #161
- fix: use get packet receipt for has query receipt by @izyak in #163
- fix: remove context timeout from initalize connection/channel state by @viveksharmapoudel in #164
- fix: wasm next seq recv type conversion method by @viveksharmapoudel in #165
- ci: update xcall repo name by @DeepakBomjan in #162
- ci: add pr label check and auto pr labeler by @DeepakBomjan in #149
- chore: remove retry on getChannels for initializeChannelCache by @izyak in #166
- chore: remove flush for release by @izyak in #170
- ci: fix missing version info of rly binary by @DeepakBomjan in #174
- fix: no error if recover signature fails by @izyak in #178
- fix: query consensus state no retry by @viveksharmapoudel in #180
- ci: update tag format by @DeepakBomjan in #183
Full Changelog: v0.1.0-alpha.1...v1.0.0
v0.1.0-alpha.15
Changelog
- 2efb6e3 fix: no error if recover signature fails (#178)
- ad3a684 ci: fix missing version info of rly binary (#174)
What's Changed
- ci: fix missing version info of rly binary by @DeepakBomjan in #174
- fix: no error if recover signature fails by @izyak in #178
Full Changelog: v0.1.0-alpha.10...v0.1.0-alpha.15
v0.1.0-alpha.14
Changelog
- d9cb2ad ci: debug