v2.3.0-rc1
Pre-release
Pre-release
github-actions
released this
10 Mar 21:09
·
189 commits
to main
since this release
Highlights 🔮
Features
- Migrated to CometBFT #1119
- Consolidates
rly tx relay-packets
andrly tx relay-acknowledgements
into a singlerly tx flush
command #1103 - Add
Client ID
,Counterparty Chain ID
,Counterparty Connection ID
,Counterparty Client ID
to channels query #1106 - Bring
lens
functionality into repo and removelens
repo as a dependency #1109, #1097 - Ability to broadcast multiple tx's per block from the same wallet #1084
- Add Pagination to Queries #1087
- Automatically configure
coin-type
#1073 - Implements Stride's ICQ implementation #1076
- Expand
rly paths update
to enable updating all path params #1077 - Update to go 1.19 #1064
- Added support for custom chain commitment prefix #1036
- Add extra codecs #1048, #1079
- Separate recv_packet from write_acknowledgement events for packet-forward-middleware #1038
- Add new clients-expiration query #1027
- Consolidate
SendMessages
andSendMessagesToMempool
logic #1117
Fixes
- Fix api listen port #1110
- Fix ordered channel closure packet queue and timouts #1050, #1045
- Resolve resource leaks #1114
- Migrate to flock for config lock by #1104
- Fix timeouts #1088
- Fix trusting period query for ics chains #1072
- Fix
make install
for arm64 #1065 - Fix link-then-start command to have correct #1067
- Cross arch builds #1061, #1051
- Fix Metrics #1031
- Fix consumer chain unbonding period query #1044
- Fix query recv packet #1035
- Fix Github rate limit issues #1013
All Changes
- feat: add new clients-expiration query returning time before expiration by @glebiller in #1027
- Avoid hitting GH rate limit and clean up logs by @boojamya in #1013
- Add docs for auto update client by @boojamya in #1025
- Bump github.com/moby/moby from 20.10.17+incompatible to 20.10.18+incompatible in /ibctest by @dependabot in #990
- fix query recv packet by @ItsFunny in #1035
- feat: enable gha caching for docker build by @pratikbin in #1034
- recv_packet/write_acknowledgement separation by @agouin in #1038
- Fix ordered channel timeouts by @agouin in #1045
- fix consumer chain unbonding period query by @agouin in #1044
- fix: Serve NewRegistry Registered Metrics by @joeabbey in #1031
- Adding 'extra-codecs' support to relayer by @joeabbey in #1048
- AMD64/Aarch64 compatible Dockerfile by @joeabbey in #1051
- Pipe in LDFLAGS env var to enable fully static bin by @agouin in #1053
- Remove IBC-Go versioning table on home readme by @boojamya in #1047
- [fix] Ordered channel closure packet queue by @agouin in #1050
- feat: add support for custom chain commitment prefix by @avahowell in #1036
- Attempting to use goreleaser-cross by @joeabbey in #1061
- Add commit var and update to go 1.19 by @agouin in #1064
- Fix make install for arm64 by @boojamya in #1065
- Fix link-then-start command to have correct flags by @nik-suri in #1067
- fix: get-gaia command in Makefile used repo variable as branch by @MalteHerrmann in #1070
- fix: make build-gaia command installs relayer instead of Gaia by @MalteHerrmann in #1071
- Fix trusting period query for ics chains by @agouin in #1072
- Allow client IDs, conn IDs, and chain IDs to be updated for paths by @agouin in #1077
- Stride ICQ by @agouin in #1076
- Bump github.com/containerd/containerd from 1.6.8 to 1.6.12 in /ibctest by @dependabot in #1078
- tm v0.37.0-rc2, sdk 0.47.0-rc1, and ibc-go v7 by @agouin in #1068
- fix injective by @agouin in #1079
- Slip44 by @Cosmos-Harry in #1073
- Adding Pagination to Queries by @joeabbey in #1087
- Fix timeouts by @agouin in #1088
- broadcast multiple tx per block from the same wallet by @agouin in #1084
- migrate to flock for config lock by @agouin in #1104
- Bring in key management, tx broadcasting, and configuration logic from lens by @jtieri in #1097
- Add the ability to interact with the cosmos chain registry by @jtieri in #1109
- channels query extended info by @agouin in #1106
- Bump github.com/hashicorp/go-getter from 1.6.2 to 1.7.0 in /interchaintest by @dependabot in #1094
- Flush command and PathProcessor periodic flush by @agouin in #1103
- Bump github.com/containerd/containerd from 1.6.12 to 1.6.18 in /interchaintest by @dependabot in #1093
- Bump github.com/hashicorp/go-getter from 1.6.2 to 1.7.0 by @dependabot in #1095
- Bump golang.org/x/net from 0.4.0 to 0.7.0 by @dependabot in #1100
- fix: resolve resource leaks by @jtieri in #1114
- Fix api listen port config var by @agouin in #1110
- chore: register solomachine codec types by @jtieri in #1118
- Migrate to cometbft by @agouin in #1119
- Consolidate tx broadcast methods by @agouin in #1117
New Contributors
- @glebiller made their first contribution in #1027
- @dependabot made their first contribution in #990
- @avahowell made their first contribution in #1036
- @nik-suri made their first contribution in #1067
- @MalteHerrmann made their first contribution in #1070
- @Cosmos-Harry made their first contribution in #1073
Full Changelog: v2.2.0...v2.3.0-rc1