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