This repository has been archived by the owner on Jun 17, 2024. It is now read-only.
Releases: babylonchain/ibc-go
Releases · babylonchain/ibc-go
v8.0.0
Changelog
- 2551dea update changelog for v8.0.0 release
- 4ee44a0 Bump dependencies (backport cosmos#5064) (cosmos#5069)
- e8e22c9 refactor(simapp): re-wire autocli with latest client/v2 changes (backport cosmos#4843) (cosmos#5070)
- 6bec542 deps: bump capability to v1.0.0 (cosmos#5068)
- 7634f44 deps: bump SDK v0.50.1 (backport cosmos#5038) (cosmos#5045)
- 43454cc chore: fix error formatting of client status check in client recovery (cosmos#5039) (cosmos#5040)
- c99c438 build(deps): Bump cosmossdk.io/math from 1.1.3-rc.1 to 1.2.0 (backport cosmos#5034) (cosmos#5036)
- 055628c fix expect pointer error when unmarshalling misbehaviour file (backport cosmos#5020) (cosmos#5023)
- 7b3a136 build(deps): Bump cosmossdk.io/x/tx from 0.11.0 to 0.12.0 (backport cosmos#5017) (cosmos#5029)
- 24a47ae build(deps): Bump cosmossdk.io/store from 1.0.0-rc.0 to 1.0.0 (backport cosmos#5009) (cosmos#5010)
- a4aa1cb Update CHANGELOG.md
- a79eaee imp(statemachine)!: add length validation of string fields in messages (cosmos#4999)
- 4ab7752 deps: bump Cosmos SDK to tip of
release/v0.50.x
(backport cosmos#4976) (cosmos#4987) - 8f31e37 Register message service descriptor (cosmos#4969) (cosmos#4984)
- 334ea2a fix(msg): register proto interface (backport cosmos#4944) (cosmos#4954)
- 9931753 chore: fixes for legacy amino encoding for ledger signing (cosmos#4812) (cosmos#4900)
- 2be9abc Update CHANGELOG.md
- c592a8d imp!: use expected interface for legacy params subspace (backport cosmos#4811) (cosmos#4835)
- 9c72121 docs: implemented Mary's suggestions (cosmos#4775)
- ecb9d99 chore: update changelog (cosmos#4774)
- 058fd33 docs: fix links (cosmos#4787)
- a2ba6dd Use slices.ContainsFunc instead of separate contains func. (cosmos#4786)
- cfcd64d chore: fix broken links/rename folders (cosmos#4781)
- 7f36e0a Save gas on capability IsInitialized (cosmos#4770)
- 1e4eb1a Add codec registrations tests for apps (cosmos#4780)
- 500545b test extra conditions for
ApplyPrefix
(cosmos#4764) - c543ac9 Fix e2e linting issues. (cosmos#4767)
- c3b8e81 deps(docs): bump docusaurus from v2.4.1 to v2.4.3
- 4dd2b17 Fix e2e-upgrade.yaml complaint. (cosmos#4772)
- 8e69b83 deps: bump mod/capability to v1.0.0-rc6 (cosmos#4768)
- 22d6331 docs: some more v8 migration docs (cosmos#4728)
- 1fe7577 test: run tests of all go.mods (cosmos#4468)
- 25d7ea6 deps: bump SDK v0.50-rc.1 (cosmos#4763)
- 59e42c6 move legacy keytable init to migration handler code (cosmos#4730)
- 26e19db fix(api)!: remove
Pretty
andString
custom implementations ofMerklePath
(cosmos#4459) - 0364aae Remove setting of GOMODULE env var. (cosmos#4761)
- dac515e Revive
TestClientUpdateProposal_Succeeds
test (cosmos#4758) - 2bdb699 test: implement codec registration tests for ibc core and lightclients (cosmos#4757)
- 5174891 docs(fee): fixed fee ModuleCdc's godocs (cosmos#4759)
- 585f994 E2E To verify legacy client upgrade proposal fails (cosmos#4748)
- 47fba08 Configure list of relayers instead of single one (cosmos#4737)
- 185a220 nits: client recovery docs
- 7bf3a89 build(deps): Bump google.golang.org/grpc from 1.58.1 to 1.58.2 (cosmos#4755)
- e443a88 hygiene :rebind loop variable and wrap the actual test logic inside in suite.Run() (cosmos#4658)
- 65dd3ae nit: panic with error (cosmos#4741)
- 0ae9d03 docs: fix broken links (cosmos#4745)
- 9b595a9 fix: register impls against govtypes.Content interface (cosmos#4746)
- bef00ef chore: re-adding legacy proposal type for ibc client upgrades (cosmos#4732)
- 53de2f1 chore: mergify task and e2e tests for v4.5.x (cosmos#4739)
- 03ad616 build(deps): Bump JamesIves/github-pages-deploy-action from 4.4.1 to 4.4.3 (cosmos#4735)
- 4148371 build(deps): Bump DavidAnson/markdownlint-cli2-action from 12 to 13 (cosmos#4736)
- 97dc74a build(deps): Bump actions/checkout from 3 to 4 (cosmos#4734)
- 5d2e2b9 ci: fix deploy docs (cosmos#4733)
- 32560f4 chore: adding legacy gov proposal handler for client updates (cosmos#4729)
- 8baeb7f Cleanup intertx e2e tests (cosmos#4715)
- 3120335 chore: add fzf selection for config files (cosmos#4725)
- 6611fc3 ci: fix deploy-docs action (cosmos#4727)
- 83d217c ci: fix deploy-docs action (cosmos#4726)
- d39a825 feat(docs): migrate docs to docusaurus (cosmos#4693)
- e647a2c chore: add HasValidateBasic compiler assertions to msgs (cosmos#4724)
- 83a1994 Fix Compatibility Test CI (cosmos#4695)
- 7415669 chore(api)!: make port keeper pointer (cosmos#4703)
- cd25f88 fix(query): get next send sequence for transfer packets (cosmos#4706)
- c66d1e2 build(deps): Bump go.uber.org/zap from 1.25.0 to 1.26.0 in /e2e (cosmos#4720)
- 68f7ab3 docs: update ADR8 (cosmos#4631)
- edbaf50 docs: fix broken sdk links (cosmos#4716)
- 94d6b7c imp: add empty address check on authority field (cosmos#4713)
- 105e0bc fix: update testconfig to use revision formatted chainIDs (cosmos#4630)
- 10c4a02 chore: remove ica storekey (cosmos#4677)
- 1283efb fix: order query service rpcs to fix availability of denom traces endpoint when no args are provided (cosmos#4709)
- 3db1681 chore: add preblocker to simapp for x/upgrade (cosmos#4676)
- a4a5061 chore: adding callbacks/release/v0.2.x+ibc-go-v7.3.x backport action to mergify (cosmos#4694)
- f2c375e chore: bump capability module to latest sdk commit (cosmos#4708)
- fec13d9 chore: update protodoc strings (cosmos#4679)
- 762cebf Adding docs for gov v1 migration (cosmos#4628)
- f1df283 deps: bumped cosmos-sdk dependencies (cosmos#4691)
- 059484d Upgrade Test Improvements (cosmos#4660)
- 1321824 deps(mod/capability): bump cosmossdk.io/core to v0.11.0 (cosmos#4689)
- 82d66ad e2e: use interchaintest main (cosmos#4662)
- 234ff4e replace all instances of collections.Contains with slices.Contains across the entire codebase (cosmos#4685)
- 4fcb399 E2E Upgrade: Human Readable IBC Denom (cosmos#4649)
- a8e4552 ci: callbacks.yml to run on every PR and push to main (cosmos#4657)
- f4e1f71 Add test for parsing connection paths (cosmos#4111)
- b93d02a docs: fix dead cosmos-sdk links (cosmos#4678)
- 242cb9f e2e: check that IBC tokens on destination chain have metadata (cosmos#4642)
- acfe815 chore: add compiler assertions for capability module (cosmos#4654)
- 4ef9186 e2e: use hermes master docker image (cosmos#4643)
- 715536c refactor: always set ics27 ports regardless of whether the capability exists (cosmos#4640)
- e49f741 Add v7 to v8 e2e upgrade test (cosmos#4591)
- 374a260 build(deps): Bump github.com/cometbft/cometbft (cosmos#4653)
- adfeb2a chore: add module.go compiler assertions (cosmos#4650)
- b16a32c fix(callbacks/simapp): removed 'NewClientProposalHandler' (cosmos#4656)
- f8d4190 chore: adding HasGenesis compiler assertions to ibc modules (cosmos#4647)
- baa4f40 feat: add proposal simulations for MsgRecoverClient and MsgIBCSoftwareUpgrade (cosmos#4623)
- 26f7fe3 refactor!: migrate to gov v1 via the additions of
MsgRecoverClient
andMsgIBCSoftwareUpgrade
. The legacy proposal typesClientUpdateProposal
andUpgradeClientProposal
have been removed. (cosmos#4620) - 70a0f76 deps: bump cosmos-sdk (cosmos#4615)
- 722a094 build(deps): Bump docker/login-action from 2.2.0 to 3.0.0 (cosmos#4633)
- ee95bcf build(deps): Bump docker/build-push-action from 4.2.1 to 5.0.0 (cosmos#4634)
- 20b52cc chore: adding changelog to mod/capability (cosmos#4627)
- 731da1a build(deps): Bump goreleaser/goreleaser-action from 4 to 5 (cosmos#4635)
- 712d67c build(deps): Bump docker/metadata-action from 4.6.0 to 5.0.0 (cosmos#4632)
- 9dec93d chore: rename test functions to make them more explicit (cosmos#4629)
- 6680fea Fix run-e2e.sh (cosmos#4624)
- a9cba09 docs: added documentation on ICS-20 memo field (cosmos#4625)
- 6a48f57 Aadding note about Params being self managed (cosmos#4622)
- e343701 update roadmap
- 99c16eb feat: add metadata for IBC tokens (cosmos#3104)
- b53bfa5 imp(ica/host): implemented 'PacketDataUnmarshaler' (cosmos#4587)
- 66ec1dd build(deps): Bump docker/build-push-action from 4.2.0 to 4.2.1 (cosmos#4621)
- ec3166d Don't run nightly e2e job (cosmos#4546)
- 23eabb5 build(deps): Bump docker/build-push-action from 4.1.1 to 4.2.0 (cosmos#4604)
- a418ee2 docs(fee): fixed 'PayPacketFeeAsync' godocs (cosmos#4606)
- e192899 fix(callbacks)!: SendPacket validation bypass and erroneous event emission are fixed (cosmos#4568)
- 7be1785 chore: remove GetSignBytes from 29-fee and transfer msgs (cosmos#4570)
- 5ca37ef chore: bump module path to v8 (cosmos#4590)
- 0c6a6bb ci: fix broken docs website (cosmos#4586)
- 2bb4cfd deps: update log and store (cosmos#4583)
- b46efab Implement new begin blocker interface (cosmos#4563)
- 8218aee build(deps): Bump github.com/cosmos/ibc-go/modules/capability (cosmos#4576)
- d10c0d4 build(deps): Bump cosmossdk.io/store in /modules/apps/callbacks (cosmos#4560)
- 432db29 fix(mod/capability): implment appmodule.HasBeginBlocker interface (cosmos#4557)
- c445fcc docs: fixed broken links (cosmos#4571)
- 1e3eee6 imp: add argument to
generate-packet-data
cli to use selected encoding format (cosmos#4537) - 057cd27 build(deps): Bump github.com/cosmos/ibc-go/modules/capability (cosmos#4562)
- ebc26d6 build(deps): Bump cosmossdk.io/log in /modules/apps/callbacks (cosmos#4561)
- 30102bb make proto-all (cosmos#4553)
- a0e5e61 build(deps): Bump actions/checkout from 3 to 4 (cosmos#4554)
- 77156e3 refactor: use
expResult
in acknowledgePacket tests (cosmos#4439) (cosmos#4472) - 6c29d2e deps: update to SDK v0.50 (cosmos#4535)
- fe52d2a chore: post v7.2.1/v7.3.0/callbacksv0.1.0 release (cosmos#4548)
- 2007367 deps: bump SDK v0.47.5 (cosmos#4539)
- 6f5d5ee docs: updated links in callbacks docs to v7.3.0 tag (cosmos#4538)
- 1709e8f Allow specifying of relayer image (cosmos#4534)
- 4619053 docs: move capability modules's readme to docs (cosmos#4519)
- 5d59062 fix: e2e
TestClient_Update_Misbehaviour
test with v4 (cosmos#4529) - ff158f5 deps(callbacks): ran 'go mod tidy' (cosmos#4528)
- 7985bbd docs(callbacks): improved godocs for ContractKeeper state reversion (cosmos#4516)
- 72875b2 chore: adding callbacks/release/v0.1.x+ibc-go-v7.3.x backport action to mergify (cosmos#4517)
- 7418969 e2e: add export genesis e2e (cosmos#3282)
- e667dda Refactor recvPacket tests to use expError. (cosmos#4471) (cosmos#4479)
- 40bb521 docs: migration docs for v7.3 (cosmos#4502)
- 4e0bea7 fix: use the correct revision height when querying trusted validator set in testingpkg (cosmos#4483)
- 5916683 chore: rename
authority
tosigner
inMsgUpdateParams
(cosmos#4486) - 674d832 fix: use UTC time for packet timeout error (cosmos#4476)
- c849a78 add logging for noop messages (cosmos#4465)
- d5e55b7 nit(callbacks): removed unused testing func params (cosmos#4462)
- 01995a5 chore: cast to
ICS4Wrapper
(cosmos#4460) - d0f7773 docs: documentation added for callbacks middleware (cosmos#4370)
- 98b0c99 fix(statemachi...