Releases: InjectiveLabs/ibc-go
Releases · InjectiveLabs/ibc-go
v7.2.0-inj
v7.2.0
Changelog
- d02ab9d prepare changelog for v7.2.0
- 4e7724b Update CHANGELOG.md
- 571bfc6 Bump ubuntu image used, 22.04 has a more recent version of libc that should match the one by github runners. (cosmos#3851) (cosmos#3943)
- d7d3e1a fix(statemachine)!: re-implement legacy msg interface (backport cosmos#3907) (cosmos#3938)
- 532929b build(deps): Bump github.com/cometbft/cometbft from 0.37.1 to 0.37.2 (backport cosmos#3862) (cosmos#3933)
- 3252269 barberry (bump SDK v0.47.3) (backport cosmos#3810) (cosmos#3931)
- a78c61d retract previous v7 releases with ledger transaction signing bug (cosmos#3925)
- 501156e chore: remove simd testnet cmd and cosmossdk.io/simapp dependency (cosmos#3554) (cosmos#3932)
- 71c6d71 Update CHANGELOG.md
v7.1.0
Changelog
- 000e9d2 prepare changelog before v7.1.0 release
- 53811d3 updated links with rc0 tag
- 9183ef3 update swagger.yaml
- 46043a2 change error text of total escrow migration (cosmos#3775) (cosmos#3793)
- edc1a87 add logging in total escrow migration (cosmos#3766) (cosmos#3792)
v7.1.0-rc0
Changelog
- 5976ad9 add link to automatic migration handler for total escrow state entry
- 61bf4c8 fix text in link
- 724b4e7 update changelog for v7.1.0-rc0 tag
- 5e2b226 imp: transfer total escrow follow ups (backport cosmos#3558) (cosmos#3718)
- 8586338 fix: add relative timeout support for localhost clients using the transfer CLI client (cosmos#3587) (cosmos#3690)
- 4519f10 Merge pull request from GHSA-3v7p-4x7p-4rx7
- e2d656a Merge pull request from GHSA-3v7p-4x7p-4rx7
- 5a30c7f Merge pull request from GHSA-3v7p-4x7p-4rx7
- dfe1fab Merge pull request from GHSA-3v7p-4x7p-4rx7
- 9dfe8d9 Merge pull request from GHSA-3v7p-4x7p-4rx7
- 20ac4da Merge pull request from GHSA-3v7p-4x7p-4rx7
- 56077e1 Merge pull request from GHSA-3v7p-4x7p-4rx7
- fdbb508 Merge pull request from GHSA-3v7p-4x7p-4rx7
- bd6c832 Handle ordered packets in UnreceivedPackets query. (backport cosmos#3346) (cosmos#3614)
- 3a593b2 fix(statemachine)!: 04-channel SendPacket now correctly returns
ErrClientNotFound
in favour ofErrConsensusStateNotFound
(cosmos#3593) (cosmos#3598) - 80e9f6a chore: transfer authz nits (backport cosmos#3586) (cosmos#3589)
- 1a99cb7 imp: represent unlimited approvals with MaxUint256 value (backport cosmos#3454) (cosmos#3581)
- eec18b7 Fix escrow proto E2E (backport cosmos#3517) (cosmos#3548)
- 20fddcf transfer (total escrow): add escrow / unescrow functions (backport cosmos#3507) (cosmos#3550)
- 237f5b2 deps: bump sdk to v0.47.2 and cometbft to v0.37.1 (backport cosmos#3542) (cosmos#3544)
- 6ced3dc Chore: Make a state entry to find total amount of native assets IBC'd out (backport cosmos#3019) (cosmos#3505)
- 4526afc add changelog entry
- 28c470c deps: bump ics23 v0.10.0 (backport cosmos#3457) (cosmos#3474)
- 8caaab6 add reasoning for migration to enabled localhost
- aa133f4 update changelog
- 91b89ff deps: bump SDK v0.47 (backport cosmos#3295) (cosmos#3302)
- 893b7af feat: adding 09-localhost loopback client module (backport cosmos#3229) (cosmos#3262)
- 9403c30 chore: Add IBC module level errors (cosmos#3184) (cosmos#3273)
- 67ac73a Update release.yml
- 6ea642e build(deps): bump github.com/cometbft/cometbft from 0.37.0-rc3 to 0.37.0 (backport cosmos#3247) (cosmos#3252)
- efef4cc chore: add e2e/ to .gitignore (cosmos#3250)
- 7e7cdbf deps: migrate to cometbft v0.37 (backport cosmos#3175) (cosmos#3243)
- 06bc64c removing sdk module params subspaces (cosmos#3182) (cosmos#3232)
- c01d494 imp: adding channelID to
MsgChannelOpenTryResponse
(cosmos#3117) (cosmos#3231) - 77394ca imp: add port id into msg register interchain account response (cosmos#3204) (cosmos#3233)
- 2b69d18 chore: use fully qualified typeURL interface names in protos (cosmos#3165) (cosmos#3176)
- a58e5d2 chore: remove unused
ProposalContents
function (cosmos#3159) - d7abb7f chore: remove legacy interface function
RandomizedParams
, which is no longer used. (cosmos#3157) - 9c3c8a0 docs: adding migration doc info for sdk v0.47 (backport cosmos#3107) (cosmos#3156)
- d859ad1 simapp and upgrade configuration for e2e v7 upgrade (backport cosmos#3136) (cosmos#3143)
- 029cb21 docs: add link to BSR for proto docs (cosmos#3135) (cosmos#3139)
- cb1a3cd docs: final review of light client developer guide (backport cosmos#3081) (cosmos#3130)
- a15ca00 attempting to silence deprecation warnings on golangci lint (cosmos#3125) (cosmos#3128)
- b6e971b chore: set light client module names (backport cosmos#3113) (cosmos#3118)
- fae6c91 fix: moved non-verification misbehaviour checks to checkForMisbehaviour (cosmos#3046) (cosmos#3084)
v6.2.0
Changelog
- d32a71b remove empty sections
- 039bc48 preprare changelog for v6.2.0 release
- 5a0b24f Merge pull request from GHSA-3v7p-4x7p-4rx7
- 4d31254 Merge pull request from GHSA-3v7p-4x7p-4rx7
- 9525c9c Merge pull request from GHSA-3v7p-4x7p-4rx7
- c0a6bd5 Merge pull request from GHSA-3v7p-4x7p-4rx7
- df6cea4 Merge pull request from GHSA-3v7p-4x7p-4rx7
- fa66a8a Merge pull request from GHSA-3v7p-4x7p-4rx7
- a3a1f52 Merge pull request from GHSA-3v7p-4x7p-4rx7
- 90a24fd Merge pull request from GHSA-3v7p-4x7p-4rx7
- ac1df67 fix: change Authorization interface implementation in proto (cosmos#3596)
- ef86ecc Handle ordered packets in UnreceivedPackets query. (backport cosmos#3346) (cosmos#3612)
- a18ab4f chore: transfer authz nits (backport cosmos#3586) (cosmos#3588)
- 03ef25e imp(channel, connection): add Has function for ConnectionEnd and Channel (backport cosmos#3082) (cosmos#3561)
- 94221f7 imp: represent unlimited approvals with MaxUint256 value (backport cosmos#3454) (cosmos#3580)
- 55caad4 feat: add authz support for ics20 (backport cosmos#3079) (cosmos#3523)
- 2d8f1e0 deps: bump sdk v0.46.12 - release v6.2.x (cosmos#3393)
- 174f708 chore: update dockerfile for v6.1.0 branch (cosmos#3070)
- 7434fd8 Update CHANGELOG.md
v7.0.1-inj
Changelog
- 2304536 chore: use cosmos-sdk v0.47.0-inj-1
v4.4.2
Changelog
- 8f53c21 update changelog in preparation for v4.4.2
- 721a1f4 chore: add retract for v4.1.2 and v4.2.1 (cosmos#3662)
v4.2.2
Changelog
- f6264cb update changelog in preparation for v4.2.2
- a14125b Revert "Save gas on IsFeeEnabled (backport cosmos#2786) (cosmos#2815)" (cosmos#3661)
v4.2.1-inj
v4.1.3
Changelog
- bae13ce update changelog in preparation for v4.1.3
- 1df216f Revert "Save gas on IsFeeEnabled (backport cosmos#2786) (cosmos#2814)" (cosmos#3660)