This repository has been archived by the owner on Jun 17, 2024. It is now read-only.
github-actions
released this
18 Jan 05:56
·
48 commits
to babylon-v5.0.0
since this release
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(statemachine)!: use key within IBC store without escaping characters in solomachine (cosmos#4429)
- cef7ee2 chore: lint e2e (cosmos#4423)
- 5729cef test(callbacks): checking that expected events are emitted (cosmos#4400)
- dd85040 e2e: optimise running of params tests/set default allowed clients conditionally on version (cosmos#4428)
- 0ba21dc docs: add docs for PacketData, PacketDataProvider, and PacketDataUnmarshaler interfaces (cosmos#4435)
- 07ad1aa deps: update interchaintest to latest upstream code (cosmos#4396)
- 9a22ede Support e2e tests for callback module SimApp (cosmos#4406)
- ce3cfc0 test(callbacks): simplified mock contract keeper's processCallback logic (cosmos#4375)
- 7c5bd1e deps: update sdk to latest sdk v0.50 release candidate in mod/capability (cosmos#4399)
- 85821bd docs(callbacks): added godocs for defensive send packet validation (cosmos#4358)
- b25c065 Bump golangci for callbacks, fix complaints from unparam. (cosmos#4417)
- 97a5a59 deps: proto image builder and golangci-lint (cosmos#4413)
- 9c50bf6 correct applications -> apps (cosmos#4414)
- da3958b Add callbacks to dependabot. (cosmos#4410)
- 1d514f8 refactor: add unparam linter (cosmos#4333)
- 8c45153 deps: update all modules to go 1.21 (cosmos#4398)
- 2acfa81 build(deps): Bump cosmossdk.io/math from 1.0.1 to 1.1.2 (cosmos#4407)
- 48a7baf test(callbacks): checking that processCallback consumes gas (cosmos#4381)
- b7cb1eb refactor(ica): packet data unmarshaling logic refactored (cosmos#4232)
- 3306ad7 Update go.work.example (cosmos#4397)
- 0dbd3f8 docs(simapp): fixed inline middleware wiring comments (cosmos#4361)
- 9b7d01e Add linting for callbacks submodule. (cosmos#4355)
- 55727ce end of life for v4.1, v4.2, v4.3 (cosmos#4335)
- 53d349b chore: use IsOpen method in missed places (cosmos#4354)
- 0940b0c build(deps): Bump bufbuild/buf-setup-action from 1.26.0 to 1.26.1 (cosmos#4350)
- ca46202 build(deps): Bump golangci/golangci-lint-action from 3.6.0 to 3.7.0 (cosmos#4349)
- 7f10ee1 switched back to cosmos/relayer (cosmos#4345)
- 89515bc fix(proto): fix nested msg signer annoation (cosmos#4336)
- 1a2b439 imp(callbacks): remove reconstructed packet logic from 'SendPacket' (cosmos#4343)
- a18159f Give callbacks its own go.mod (cosmos#4341)
- 96090a7 Remove callbacks wiring in ibc go simapp (cosmos#4340)
- 6610409 Duplicate SimApp into callbacks directory (cosmos#4337)
- 2c11494 feat(callbacks): adr8 implementation (cosmos#3939)
- d9f394b imp: use
types.MetadataFromVersion
helper function for callback handlers (cosmos#4290) - 7dcb9ed build(deps): Bump bufbuild/buf-setup-action from 1.25.1 to 1.26.0 (cosmos#4321)
- 00a680c testing: fix usage on TimeoutPacket to use counterparty portID/channelID in nextSeqRecv query (cosmos#4319)
- 5c7f286 deps: bump golangci-lint to v1.53.3 (cosmos#4276)
- 951b3ab build(deps): Bump bufbuild/buf-setup-action from 1.25.0 to 1.25.1 (cosmos#4286)
- b9dd49e build(deps): Bump go.uber.org/zap from 1.24.0 to 1.25.0 in /e2e (cosmos#4231)
- c0c6278 Remove dogsled, clean up .golangci unused settings. (cosmos#4223)
- ec68438 feat(core, apps): 'PacketData' interface added and implemented (cosmos#4200)
- a0a6526 feat(core, apps): 'PacketDataProvider' interface added and implemented (cosmos#4199)
- 4531a04 update status and release columns of localhost requirements
- a4ca39c fully enable revive (cosmos#3888)
- 9e97003 add missing e2e params to CI (cosmos#4207)
- 2ac5506 feat(core, apps): 'PacketDataUnmarshaler' interface added and implemented (cosmos#4188)
- 561eb36 imp(apps): added 'WithICS4Wrapper' function to keepers (cosmos#4187)
- 117604a Remove unused simulation configuration. (cosmos#4198)
- 8be3049 nit: use collections.Contains when checking for supported encoding, tx and feature. (cosmos#4197)
- 47b27ed fix: return current validator set when requesting current height in testing helper fnp (cosmos#4182)
- 38d3122 imp: upstream mock app error type included in cosmos@7c5384f (cosmos#4189)
- 0bce6b5 imp: remove
Version
interface and casting functions from 03-connection - 4e1e594 use collections contains (cosmos#4196)
- 730aa16 Run ica genesis/types tests. (cosmos#4193)
- e6f33b7 build(deps): Bump google.golang.org/grpc from 1.56.2 to 1.57.0 (cosmos#4190)
- 585e56b docs: ica tx encoding documentation added (cosmos#4169)
- 6bfa0b3 remove unnecessary wrap sdk context call (cosmos#4181)
- 0b746b6 refactor: remove unused function simapp.SetupWithGenesisAccounts (cosmos#4180)
- e817884 change import alias from tm to cmt to reduce review diffs (cosmos#4178)
- e827534 refactor: (cosmos#4175)
- ac6300b test: remove unnecessary simapp tests to ease maintence burden (cosmos#4168)
- 3bd0044 Add NewTransferPath in testing. (cosmos#4164)
- 6b0bd37 chore: std error formatting in transfer handshake callbacks (cosmos#4163)
- 551963e bump cosmos-sdk to beta1 for capability module (cosmos#4159)
- ec93b64 imp: adding
IsOpen
andIsClosed
methods to Channel type (cosmos#4152) (cosmos#4155) - 31b3c60 imp: adding
MetadataFromVersion
to29-fee
pkg types (cosmos#4100) - 5c17048 Bump to sdk 0.47.4 (cosmos#4122)
- fbd1bb3 build(deps): Bump bufbuild/buf-setup-action from 1.24.0 to 1.25.0 (cosmos#4120)
- db25dc5 testing, update solomachine event parsing (cosmos#4116)
- ea5bba6 Ignore deleted files in pre-commit (cosmos#4103)
- d29fa62 Use alpine as base image for building simd. (cosmos#4067)
- 8a4d432 build(deps): Bump bufbuild/buf-setup-action from 1.23.1 to 1.24.0 (cosmos#4090)
- 94f6127 chore: adding capability/release/v1.0.x backport action to mergify.yml (cosmos#4082)
- 6951456 Add e2e test for ics27 host params (cosmos#3882)
- 49cdfc5 deps: upgrade capability to sdk v0.50 and remove ibc-go dependency (cosmos#4068)
- 7ee9a31 build(deps): Bump cosmossdk.io/errors from 1.0.0-beta.7 to 1.0.0 (cosmos#4070)
- e112168 build(deps): Bump JamesIves/github-pages-deploy-action (cosmos#4069)
- 9f11ea1 Create pre-commit hook to run golangci-lint (cosmos#4054)
- 4bb1b51 fix: update e2e test config to use simapp codec (cosmos#4059)
- cc5f91c replace with new errors package (cosmos#4042)
- abdc496 update links in migration docs (cosmos#4043)
- 445fe1f build(deps): Bump google.golang.org/grpc from 1.56.1 to 1.56.2 (cosmos#4038)
- 5172a36 build(deps): Bump google.golang.org/grpc from 1.56.1 to 1.56.2 in /e2e (cosmos#4037)
- 936034b fix: unused parameter in 'buildInterchainAccountsPacket' (cosmos#4035)
- a9c97c4 Update config.js - footer links (cosmos#4024)
- 5e431d9 Use native arch. (cosmos#4029)
- 1fda14d imp!: allow failure expectations when using chain.SendMsgs (cosmos#4018)
- dbfb293 fix(02-client): incorrect test case (cosmos#4014)
- d50e09a build(deps): Bump golang.org/x/mod from 0.11.0 to 0.12.0 in /e2e (cosmos#4017)
- 2261ccd chore: remove unnecessary test (cosmos#4012)
- 3b4e3d3 imp: use storetypes instead of sdk types (cosmos#4009)
- ecec0d0 remove unneeded file (cosmos#4008)
- 5e68468 Pass relayer-tag to e2e-test-workflow-call to override config file values. (cosmos#3982)
- a41e3e1 chore: remove redundant tests (cosmos#4007)
- d281d84 chore: add mergify backport task and compatibility tests for v7.3.x (cosmos#3998)
- 315680c improvement(api)!: remove unused
EventTypeTimeoutPacketOnClose
(cosmos#3806) - 4832d6a imp: refactor simapp to more closely resemble the style used in cosmos-sdk (cosmos#3874)
- e5b057d feat(ica)!: support json tx encoding for interchain accounts (cosmos#3796)
- 1f4550f build(deps): Bump bufbuild/buf-setup-action from 1.23.0 to 1.23.1 (cosmos#3994)
- 8351f65 testing: add function
RelayPacketWithResults
(cosmos#3986) - dffc7b7 refactor: change sdk.Events usage to []abci.Event in the testing pkg (cosmos#3980)
- 445187e build(deps): Bump bufbuild/buf-setup-action from 1.22.0 to 1.23.0 (cosmos#3992)
- 99e1d7e chore(api)!: Remove unnecessary event attribute from INIT Handshake Msgs
- a88fc76 chore: update discord links in documentation and readme (cosmos#3983)
- cbdb856 fix: add relayer as an output in e2e workflow (cosmos#3977)
- 6bb56d8 update v7-to-v8.md
- 4a43279 imp!: add encoding type as argument to ICA encoding/decoding functions (cosmos#3967)
- 3559e58 Docs: changed the comment in handdshake.go (cosmos#3969)
- 2b955f8 marshaler -> codec (cosmos#3970)
- 8824b2d build(deps): Bump bufbuild/buf-setup-action from 1.21.0 to 1.22.0 (cosmos#3965)
- 30297b7 build(deps): Bump google.golang.org/protobuf from 1.30.0 to 1.31.0 (cosmos#3966)
- 6fcedca nit: code readability (cosmos#3961)
- b41d596 chore: post v7.2.0 release (cosmos#3945)
- 8b82ec4 convert from string to enum after receiving args. (cosmos#3944)
- 69acafc chore: add missing type checks (cosmos#3909)
- ad5aa7a build(deps): Bump google.golang.org/grpc from 1.56.0 to 1.56.1 (cosmos#3934)
- f2b2249 fix(statemachine)!: re-implement legacy msg interface (cosmos#3907)
- 43d771e chore: add mergify backport task and compatibility tests for v7.2.x (cosmos#3924)
- 7295fd1 chore: update eol dates (cosmos#3926)
- 78be372 chore(api)!: add missing/remove unnecessary gogoproto directive (cosmos#3856)
- 2dbadad Add a check that simd is runnable. (cosmos#3894)
- 3e03a12 chore: add modules/capability and use go 1.20 in go.work.example (cosmos#3906)
- e3b2182 docs: update docs for updating client params (cosmos#3869)
- 39adb01 linting: use gci to sort imports (cosmos#3887)
- 487d73c buf mod update (cosmos#3885)
- 782f43a chore: add e2e test for changing controller params. (cosmos#3872)
- 255c5e2 chore: add deprecated option to
MsgSubmitMisbehaviour
(cosmos#3893) - 2e44243 chore: script to automate updates of compatibility test configs for new releases (cosmos#3541)
- 6427943 Add NewMsgUpdateParams for host. (cosmos#3850)
- b60617d chore: add deprecated option to
create_localhost
(cosmos#3892) - cf519bc build(deps): Bump google.golang.org/grpc from 1.55.0 to 1.56.0 (cosmos#3866)
- aa2b601 Don't discard stdout/stderr when building e2e tests. (cosmos#3865)
- eab9fb5 begin math lib transition (cosmos#3835)
- 735f81e build(deps): Bump github.com/cometbft/cometbft from 0.37.1 to 0.37.2 (cosmos#3862)
- 2de4895 Add ICAHostQueryClient. (cosmos#3861)
- 9722950 build(deps): Bump golang.org/x/mod from 0.10.0 to 0.11.0 in /e2e (cosmos#3863)
- 7850184 nits for params migrations (cosmos#3853)
- 8ccc873 ci: use thelper (cosmos#3809)
- 540d64b Bump ubuntu image used, 22.04 has a more recent version of libc that should match the one by github runners. (cosmos#3851)
- 4af67c6 feat(ica/controller)!: migrate ica/controller parameters to be self managed (cosmos#3590)
- 94332d8 Rename fork e2e job into e2e-fork. (cosmos#3827)
- 9772fed Add a scheduled run for hermes. (cosmos#3822)
- 7ccabcb Remove nolint directives for interfacer. (cosmos#3839)
- 9ee95c9 build(deps): Bump docker/metadata-action from 4.5.0 to 4.6.0 (cosmos#3833)
- 98da595 build(deps): Bump docker/build-push-action from 4.1.0 to 4.1.1 (cosmos#3834)
- ed4c730 chore: adding exception to linter config for revive if-return (cosmos#3830)
- 7893863 deps: upgrade to go 1.20 and newer protobuf builder (cosmos#3811)
- c1f737d Format json files. (cosmos#3820)
- 8ac0187 build(deps): Bump golangci/golangci-lint-action from 3.5.0 to 3.6.0 (cosmos#3826)
- cf593b7 barberry (bump SDK v0.47.3) (cosmos#3810)
- b5dadfd post v7.1.0 release chores (cosmos#3807)
- bbbce94 build(deps): Bump docker/build-push-action from 4.0.0 to 4.1.0 (cosmos#3803)
- 0063319 add function field to override SendMsgs (cosmos#3767)
- 13af862 build(deps): Bump docker/metadata-action from 4.4.0 to 4.5.0 (cosmos#3799)
- 48ebafa chore: update simapp to use new sdk genesis cmd structure (cosmos#3798)
- 41a2a12 Revert "Remove simd gen accounts command in favor of SDK command (cosmos#3665)" (cosmos#3795)
- 01103b8 Remove simd gen accounts command in favor of SDK command (cosmos#3665)
- 2963c49 add feature releases for IBC module level errors (cosmos#3751)
- d7d9fa9 change error text of total escrow migration (cosmos#3775)
- c5fd97d add logging in total escrow migration (cosmos#3766)
- d691751 build(deps): Bump docker/login-action from 2.1.0 to 2.2.0 (cosmos#3788)
- 356d593 Add e2e test for modifying clientparams (cosmos#3710)
- 0b31671 feat: adding hermes to e2e tests. (cosmos#3408)
- 3491550 chore: use sdkmath alias for cosmossdk.io/math (cosmos#3772)
- 1297551 chore: fix spacing in protobuf formatting (cosmos#3763)
- 7666eba build(deps): Bump bufbuild/buf-setup-action from 1.20.0 to 1.21.0 (cosmos#3762)
- f576892 add missing tests (cosmos#3735)
- 3f3bec8 build(deps): Bump golangci/golangci-lint-action from 3.4.0 to 3.5.0 (cosmos#3733)
- 96808eb feat(connection): migrate connection params (cosmos#3650)
- d751bc9 feat : added annotation to Msg service (cosmos#3630)
- 0ab7a4a e2e: update upgrade tag in upgrade workflow + fix v7.1 upgrade test (cosmos#3723)
- 3a04e95 Skip checking codespace and abci code if running compatibility tests. (cosmos#3668)
- 861c675 feat:added option extension in the protobuf files (cosmos#3627)
- fff5908 exclude linter check on RPC response names (cosmos#3724)
- 678197a post v6.2.0 release chores (cosmos#3717)
- a4eea3a nit: panic when parameters are not set. (cosmos#3721)
- 873a694 docs(testing): fix function call path.RelayPacket() (cosmos#3712)
- b20799d nit: allow arbitrary folder recursion for e2e tests. (cosmos#3714)
- 14c2698 nit: rename update param messages to match other modules. (cosmos#3708)
- 6f628d9 imp: transfer total escrow follow ups (cosmos#3558)
- 750134a build(deps): Bump bufbuild/buf-setup-action from 1.19.0 to 1.20.0 (cosmos#3711)
- ccfce10 fix: fix invalid seq tests (cosmos#3706)
- 83e6877 build(deps): Bump github.com/spf13/viper from 1.15.0 to 1.16.0 (cosmos#3698)
- 1f785ab build(deps): Bump github.com/stretchr/testify from 1.8.3 to 1.8.4 (cosmos#3697)
- 016ba0b chore: readme updates (cosmos#3664)
- b1301e7 e2e: some fixes and improvements (cosmos#3667)
- d61886d feat(client): migrate client params (cosmos#3640)
- 25de1c4 chore: split orderings supported into own variable. (cosmos#3680)
- df2841d fix: add relative timeout support for localhost clients using the transfer CLI client (cosmos#3587)
- 3765dfc post huckleberry release chores (cosmos#3657)
- d87b46f Merge pull request from GHSA-3v7p-4x7p-4rx7
- 487626a Merge pull request from GHSA-3v7p-4x7p-4rx7
- 83f74c6 Merge pull request from GHSA-3v7p-4x7p-4rx7
- 3349e55 Merge pull request from GHSA-3v7p-4x7p-4rx7
- bebd36c Merge pull request from GHSA-3v7p-4x7p-4rx7
- 1bd0cfc Merge pull request from GHSA-3v7p-4x7p-4rx7
- 8e2fe4f Merge pull request from GHSA-3v7p-4x7p-4rx7
- 4973957 Merge pull request from GHSA-3v7p-4x7p-4rx7
- 8dce363 e2e: conditionally querying total escrow based on release version (cosmos#3655)
- c7469de Fix unreleased compatibility workflow (cosmos#3512)
- 55149ca feat(transfer)!: migrate transfer parameters to be self managed (cosmos#3553)
- d2df733 Run capability workflow on PRs that target capability code. (cosmos#3637)
- b5a613d nit: Remove duplicate definition of transferChannelOptions. (cosmos#3638)
- df918d2 feat(ica/host)!: migrate ica/host to params to be self managed (cosmos#3520)
- ba62612 chore: add
Timeout
type (cosmos#3602) - dbbb48d chore: adding workflow for docker build and push to main (cosmos#3597)
- 1804597 post v5.3.0 release chores (cosmos#3562)
- 729a55a build(deps): Bump github.com/stretchr/testify from 1.8.2 to 1.8.3 (cosmos#3618)
- 5eb928d chore: add debug log for reduntant relay (cosmos#3616)
- fd75790 build(deps): Bump bufbuild/buf-setup-action from 1.18.0 to 1.19.0 (cosmos#3617)
- b21014e refactor calls based on required error success in broadcast message. (cosmos#3475)
- 6e8389a deps: remove rosetta from the lib (cosmos#3603)
- 1f323ce fix(statemachine)!: 04-channel SendPacket now correctly returns
ErrClientNotFound
in favour ofErrConsensusStateNotFound
(cosmos#3593) - d3b6280 add missing compatibility e2e tests (cosmos#3513)
- 847e11d chore: make errors public (cosmos#3578)
- f6e8f03 chore: optimise transfer authz to consume less gas for unbounded spend limits (cosmos#3586)
- 0da2318 docs: Add docs to Acknowledgement.Success (cosmos#3515)
- dc3c649 build(deps): bump github.com/cometbft/cometbft-db from 0.7.0 to 0.8.0 (cosmos#3526)
- 1b338e7 build(deps): bump github.com/spf13/cast from 1.5.0 to 1.5.1 (cosmos#3582)
- 1a74952 imp: migrate tests in client_test to newer testing format. (cosmos#3547)
- 1460714 Update comments, variable names and assertions on transfer test (cosmos#3569)
- 3cd5e71 build(deps): bump cosmossdk.io/math from 1.0.0 to 1.0.1 (cosmos#3583)
- a490af9 build(deps): bump cosmossdk.io/math from 1.0.0 to 1.0.1 in /e2e (cosmos#3584)
- 7e6eb4c imp: represent unlimited approvals with MaxUint256 value (cosmos#3454)
- 3882830 e2e: support icad binary using new genesis commands (cosmos#3309)
- 201a5bb chore(tm): use the second return value of GetConsensusState to check if consensus state exists (cosmos#3570)
- c377bcc chore(tm,solo): delete unused GetProofSpecs (cosmos#3571)
- 8e9d797 chore: clean up hack for setting account sequence
- f32b105 build(deps): bump google.golang.org/grpc from 1.54.0 to 1.55.0 (cosmos#3563)
- e0e46d6 build(deps): bump bufbuild/buf-setup-action from 1.17.0 to 1.18.0 (cosmos#3566)
- 8571b04 update release version matrix with v5.3.0
- 9c1a81d chore: remove simd testnet cmd and cosmossdk.io/simapp dependency (cosmos#3554)
- cc09f72 nit: Use sdk blocks instead of tendermint blocks. (cosmos#3440)
- 1006426 modify total escrow to take in sdk.Coin in function APIs/proto (cosmos#3517)
- c3b12b1 imp: add a check for the client status in CreateClient (cosmos#3514)
- 6894016 test: fix groups test / sanitize messages (cosmos#3516)
- 48341b4 deps: bump sdk to v0.47.2 and cometbft to v0.37.1 (cosmos#3542)
- 9ebc2f8 transfer (total escrow): add escrow / unescrow functions (cosmos#3507)
- a25f0d4 post v4.4.0 release chores (cosmos#3521)
- 87ac1a9 deps: bump SDK to v0.47.1 (cosmos#3459)
- 7987251 build(deps): bump github.com/cosmos/gogoproto from 1.4.7 to 1.4.8 (cosmos#3493)
- 2f99c27 add todo to v7->v8 migration doc
- 0d9d697 fix typo in version tag
- fa9418f feat: make a state entry to find total amount of native assets IBC'd out (cosmos#3019)
- 295bab0 fix: remove callback from logs where it's not needed (cosmos#3427)
- 394ffa0 Replace initialization with declaration in grpc query handlers (cosmos#3436)
- b07741c refactor: use a generic contains function for 03-connection versioning (cosmos#3487)
- b818767 build(deps): bump github.com/cosmos/gogoproto from 1.4.7 to 1.4.8 in /e2e (cosmos#3480)
- a02f0c1 build(deps): bump docker/metadata-action from 4.3.0 to 4.4.0 (cosmos#3477)
- 43a9605 typo in security.md
- 34a5022 update security.md (cosmos#3394)
- 9e4b0d2 changed q's to k and Repositioned UnWrapSDKContext (cosmos#3424)
- b64f942 update codeowners (cosmos#3465)
- d7da1b7 imp: Adding generic contains method
- 0a15a03 deps: bump ics23 v0.10.0 (cosmos#3457)
- 03a936d chore: add mergify backport and compatibility tests for v4.4.x (cosmos#3458)
- 214edaf small improvements to transfer authz (cosmos#3460)
- 6e33ee7 Update e2e-upgrade.yaml (cosmos#3461)
- 06d71ba code hygiene: add missing
nil
check and corresponding tests for query handlers (cosmos#3462) - c043dbd imp(api)!: make
HasCapability
private (cosmos#3303) - b26e928 chore: add v8 migration doc
- d3038f8 refactoring e2e testsuite code to group together logically (cosmos#3388)
- 0e156f1 chore: Add tests for acknowledgement.Acknowledgement() (cosmos#3433)
- 1ebf293 nit: Use nil pointer pattern to check for interface compliance. (cosmos#3439)
- c592d65 Use state enums in connection handshake log (cosmos#3431)
- 2632ae2 add missing interface check (cosmos#3437)
- f726023 fix: allow retries for messages signed by relayer. (cosmos#3402)
- 3a7106c fix: add missing query for next sequence send (cosmos#3417)
- a18f96a chore: add default solomachine client id for testing (cosmos#3316)
- ee762a3 build(deps): bump bufbuild/buf-setup-action from 1.16.0 to 1.17.0 (cosmos#3420)
- f771d3b build(deps): bump golang.org/x/mod from 0.9.0 to 0.10.0 in /e2e (cosmos#3414)
- 2b40030 build(deps): bump github.com/spf13/cobra from 1.6.1 to 1.7.0 (cosmos#3413)
- 10324f5 Update roadmap.md
- b562f24 Update to rc tag for capability module (cosmos#3396)
- b97bba7 prevent e2e from running on merge to main (cosmos#3372)
- 47d678e build(deps): bump github.com/cosmos/gogoproto in /e2e (cosmos#3382)
- fdd6646 build(deps): bump github.com/cosmos/gogoproto from 1.4.6 to 1.4.7 (cosmos#3381)
- 3849b0f nit: Use enums in channel handshake log
- dcda044 build(deps): bump bufbuild/buf-setup-action from 1.15.1 to 1.16.0 (cosmos#3379)
- c77f80f fix: handle ordered packets in
UnreceivedPackets
query - 5242ee8 build(deps): bump actions/setup-go from 3 to 4 (cosmos#3380)
- e82f906 nit: Adjust NextSequenceReceive to work with a potential ORDERED_ALLOW_TIMEOUT channel. (cosmos#3378)
- 15cb750 feat: migrate capability module from cosmos-sdk to ibc-go (cosmos#3097)
- 8c77cb5 Add more detailed explanations to e2e workflows (cosmos#3369)
- 110899c nit: Create ordered matrix output, remove duplicate suite method. (cosmos#3366)
- ae27fa5 fix: handle unordered channels in
NextSequenceReceive
query - 56a519c build(deps): bump cosmossdk.io/math from 1.0.0-rc.0 to 1.0.0 (cosmos#3343)
- 249e9b2 add compatibility test / backport task for v5.3.x and v6.2.x (cosmos#3356)
- 8cec80f fix: allow e2e tests to execute when directly opening as ready for review. (cosmos#3348)
- 9fbeb1c rename addr1 to sender and addr2 to receiver (cosmos#3345)
- 3cf08aa build(deps): bump google.golang.org/grpc from 1.53.0 to 1.54.0 (cosmos#3320)
- 92ad328 build(deps): bump github.com/cosmos/interchain-accounts in /e2e (cosmos#3322)
- b5b7e45 build(deps): bump google.golang.org/grpc from 1.53.0 to 1.54.0 in /e2e (cosmos#3321)
- 04aae41 Use simstestutils functions (cosmos#3305)
- 75095e2 build(deps): bump google.golang.org/protobuf from 1.29.1 to 1.30.0 (cosmos#3308)
- 6784019 chore: update SDK bug tag (cosmos#3306)
- 8971ffc fix fork workflows (cosmos#3328)
- f4c20e4 Only run e2e on R4R (cosmos#3330)
- 4961826 Bump interchain test (cosmos#3314)
- 12c00ec imp: address ADR 8 review suggestions (cosmos#3319)
- 7d23e0f ADR 008: IBC Actor Callbacks (cosmos#1976)
- 5a67efc chore: fix linter warnings (cosmos#3311)
- 88f3c3c post v7 release chores (cosmos#3310)
- 89ecf25 E2E fzf Test Selection Autocompletion (cosmos#3313)
- cbb6859 Support configuration file for e2e tests (cosmos#3260)
- b3f1b4d add reasoning for migration to enable localhost
- b4a386a Remove gogoproto yaml tags from proto files (cosmos#3290)
- 85faf55 imp: remove unnecessary defer func statements (cosmos#3304)
- 6be595a build(deps): bump actions/setup-go from 3 to 4 (cosmos#3307)
- b502f47 chore: remove support for v3 (cosmos#3294)
- 94d74f9 remove unnecessary import from doc
- 71e8bf4 deps: bump SDK v0.47 (cosmos#3295)
- 796c7bc build(deps): bump google.golang.org/protobuf from 1.29.0 to 1.29.1 (cosmos#3292)
- 02d8975 chore: fix dead links (cosmos#3293)
- 2cb28d7 Write docker inspect output to diagnostics (cosmos#3291)
- 80bab81 build(deps): bump cosmossdk.io/math from 1.0.0-beta.6.0.20230216172121-959ce49135e4 to 1.0.0-rc.0 (cosmos#3285)
- 036565a chore: add support for tendermint debug log level (cosmos#3279)
- be4c2d0 Rename
IsBound
toHasCapability
(cosmos#3253) - 1bdb0e9 remove query client (cosmos#3227)
- b2ad0e1 Update make e2e test so that you only need the test name (cosmos#3281)
- e6c48c1 Update v6-to-v7.md (cosmos#3283)
- 102854a update link to buf docs
- ea732c1 build(deps): bump github.com/cosmos/interchain-accounts from 0.4.1-0.20230116203650-08d2a4529a5d to 0.5.0 in /e2e (cosmos#3268)
- 94ccb30 fix: e2e script defaults (cosmos#3278)
- afdc278 Add misbehaviour submission e2e test (cosmos#3245)
- 4037e14 Fix module name in events doc (cosmos#3280)
- 6787f3c fixed typos
- 422b951 chore: modify simapp to fulfill the sdk runtime.AppI interface (cosmos#3216)
- 9883fb9 docs: thomas/update mw docs (cosmos#3134)
- 5434334 Update roadmap.md
- baedf54 Susannah/local host requirements (cosmos#3120)
- da1a1a8 add release column to ics27 v1 requirements
- f108eae Update ics27-v2-requirements.md
- 18fce6a code hygiene: using host functions instead of constructing manually (cosmos#3219)
- 11df28a ics27 improvements requirements doc (cosmos#2959)
- 62e09ed build(deps): bump github.com/golang/protobuf from 1.5.2 to 1.5.3 (cosmos#3266)
- bdbd426 add compatibility tests for v7.1.x (cosmos#3271)
- 446a9c9 build(deps): bump google.golang.org/protobuf from 1.28.2-0.20230208135220-49eaa78c6c9c to 1.29.0 (cosmos#3265)
- b330680 build(deps): bump golang.org/x/mod from 0.8.0 to 0.9.0 in /e2e (cosmos#3267)
- 7f32433 build(deps): bump bufbuild/buf-setup-action from 1.15.0 to 1.15.1 (cosmos#3275)
- 0a81d56 Update upgrade tests to use v7.0.0-rc1 (cosmos#3259)
- ca11139 chore: update changelog (cosmos#3258)
- d002e18 chore: add e2e go.mod to dependabot (cosmos#3248)
- d840c69 Adding 09-localhost loopback client module (cosmos#3229)
- 3dc9a96 imp: Cleanup 03-connection msg validate basic test (cosmos#3244)
- 8ca7344 build(deps): bump github.com/cometbft/cometbft from 0.37.0-rc3 to 0.37.0 (cosmos#3247)
- b4503f4 Uploading docker logs on test failures (cosmos#3236)
- 143e5d8 deps: migrate to cometbft v0.37 (cosmos#3175)
- 7a52fad code hygiene: ics-29 improvements (cosmos#3221)
- 1ec697e chore: backport task for v7.1.x
- b5b38e5 fix code alignment
- 8c7e1b9 Adding docs for how to run importable workflow (cosmos#3217)
- 3f0827c build(deps): bump bufbuild/buf-setup-action from 1.14.0 to 1.15.0 (cosmos#3223)
- 5a08f59 build(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (cosmos#3212)
- 17342fe build(deps): bump github.com/cosmos/cosmos-proto from 1.0.0-beta.1 to 1.0.0-beta.2 (cosmos#3190)
- ae27157 imp: add port id into msg register interchain account response (cosmos#3204)
- fa10438 imp: make event emission functions unexported (cosmos#3205)
- 0308dc7 build(deps): bump cosmossdk.io/api from 0.2.6 to 0.3.1 (cosmos#3180)
- 6f749ef build(deps): bump github.com/cosmos/gogoproto from 1.4.4 to 1.4.6 (cosmos#3177)
- a24a6c6 chore: Migrated all SDK errors to the new errors go module. (cosmos#3186)
- 25e2c45 Fix the way linting works for packages (cosmos#3198)
- eeaa783 Adding scripts to run linting on only modified files (cosmos#3192)
- e93a467 imp: add log message for debug error failed acknowledgement errors (cosmos#3077)
- 761277a Add IBC module level errors (cosmos#3184)
- 07e3601 docs: Add ADR 010, IBC light clients as SDK modules
- e9bc0ba removing sdk module params subspaces (cosmos#3182)
- 93cc399 Fix test matrix generation (cosmos#3172)
- bd053b2 chore: use fully qualified typeURL interface names in protos (cosmos#3165)
- 2933906 e2e: refactor importable workflow call to support chain upgrades (cosmos#3155)
- 682ba55 chore: remove unused
ProposalContents
function - 99c985c chore: rename any var to protoAny (cosmos#2986)
- 0c5af26 chore: remove legacy interface function
RandomizedParams
, which is no longer used. - f034e6b docs: adding migration doc info for sdk v0.47 (cosmos#3107)
- 80f162c simapp and upgrade configuration for e2e v7 upgrade (cosmos#3136)
- 59ef5bc Register required types for upgrade E2E tests (cosmos#3132)
- 55300ab chore: adding go.work and go.work.sum to gitignore (cosmos#3109)
- af0c35a imp(testing): use testing.TB instead of testing.T (cosmos#3138)
- ebdb458 build(deps): bump bufbuild/buf-setup-action from 1.13.1 to 1.14.0 (cosmos#3137)
- e9d52c9 docs: add linter for markdown documents (cosmos#3133)
- bc963bc Update CI to account for multiple types of relayers (cosmos#3043)
- bda4bec docs: add link to BSR for proto docs (cosmos#3135)
- 24001d4 chore: unifiy tabs of 2 spaces in all go snippets in markdown files
- fdadae5 docs: final review of light client developer guide (cosmos#3081)
- e6247d3 build(deps): bump google.golang.org/grpc from 1.52.3 to 1.53.0 (cosmos#3127)
- 5dba356 imp: add page result to ics29-fee queries (cosmos#3054)
- a244245 updated links in PR template
- cb41315 v2 is EoL (cosmos#3121)
- d86918d fix docker build for forks (cosmos#3126)
- 045f083 build(deps): bump cosmossdk.io/math from 1.0.0-beta.4 to 1.0.0-beta.6 (cosmos#3112)
- 5fc42fd attempting to silence deprecation warnings on golangci lint (cosmos#3125)
- 4601ab0 build(deps): bump bufbuild/buf-setup-action from 1.13.0 to 1.13.1 (cosmos#3108)
- 6ecf7b6 imp: adding channelID to
MsgChannelOpenTryResponse
(cosmos#3117) - 26075ef set light client module names (cosmos#3113)
- ceb9464 build(deps): bump bufbuild/buf-setup-action from 1.12.0 to 1.13.0 (cosmos#3075)
- 1da651e Add transfer authz tests to workflow (cosmos#3102)
- 143ad69 chores: post v4.3.0 release chores (cosmos#3080)
- 65f7038 Fix Compatibility Tests using govv1beta1 GenesisStates (cosmos#3052)
- 6c008ea feat: Added authz support for ics20 (cosmos#3079)
- b69b827 Fix e2e memo test for broken versions (cosmos#3096)
- bb8a23b build(deps): bump docker/build-push-action from 3.3.0 to 4.0.0 (cosmos#3090)
- 1a204fe deps: Update to Cosmos SDK v0.47 rc-2 (cosmos#3095)
- 519e4ac followup from review comments for cosmos#2709 (cosmos#3027)
- 3b1e06c Allow specification of arbitrary values when running e2e tests (cosmos#3036)
- b2fb119 chore: Add
HasConnection
andHasChannel
methods. (cosmos#3082) - 05c2148 Ensure we never use the Dockerfile on main when working with other branches (cosmos#3071)
- 360f271 Updating build simd image workflow (cosmos#3060)
- 0a066f4 Fix dockerfile on main (cosmos#3069)
- eb23e9e fix: moved non-verification misbehaviour checks to checkForMisbehaviour (cosmos#3046)
- b61f764 go code snippets are properly formatted only with the go keyword
- 002b266 fix: allow value with slashes in URL template (cosmos#3045)
- d4b9f73 build(deps): bump google.golang.org/grpc from 1.52.1 to 1.52.3 (cosmos#3065)
- a192808 build(deps): bump golangci/golangci-lint-action from 3.3.1 to 3.4.0 (cosmos#3051)
- 1160d69 chore: add compatibility tests for v7.0.x and backport task (cosmos#3062)
- 79b349a docs: add documentation for
TransferAuthorization
(cosmos#3044) - aed382b build(deps): bump google.golang.org/grpc from 1.52.0 to 1.52.1 (cosmos#3059)
- e92aefe fix: update
Paginate
to useFilterPaginate
inClientStates
andConnectionChannels
grpc queries (cosmos#3010) - e093d85 chore: bumping go mod to ibc-go/v7 (cosmos#3014)
- 17dd77a chore: use correct BSR proto repo in buf.yaml (cosmos#3053)
- af9b461 deps: update cosmos-sdk buf dependency and rebuild protos (cosmos#3024)
- 3365780 temporarily update dockerfile to add all (cosmos#3050)
- 14a7fa0 build(deps): bump github.com/spf13/viper from 1.14.0 to 1.15.0 (cosmos#3035)
- cfcdec0 Fix e2e tests for pre sdk v0.47 chains (cosmos#3026)
- 887cba1 fix typos
- 3ecc7dd chore: adding distribute fee events to ics29
- ff766e3 fix testing package in
types
tests for transfer (cosmos#3005) - 80d7f8b docs: refactor contributing guidelines (cosmos#2706)
- 2f93999 ics29 v1 requirements doc (cosmos#2958)
- 0a427c6 chore: use
sdk.LogDeferred
when closing store iterators - c56f789 fix: change check to disallow optimistic sends (cosmos#3009)
- 8b03197 fix: correctly close iterator in
07-tendermint
store (cosmos#3022) - a6d251e chore(statemachine)!: write channel state before invoking app callbacks in ack and confirm channel handshake steps (cosmos#2973)
- 8f0cfb0 Update the ecosystem links in the readme (cosmos#3018)
- 5585465 build(deps): bump google.golang.org/grpc from 1.51.0 to 1.52.0 (cosmos#3016)
- f88e89f build(deps): bump docker/build-push-action from 3.2.0 to 3.3.0 (cosmos#3015)
- 96d58e7 lint tests (cosmos#2926)
- 6e67730 build(deps): bump docker/metadata-action from 4.1.1 to 4.3.0 (cosmos#3007)
- 50bab6d build(deps): bump bufbuild/buf-setup-action from 1.11.0 to 1.12.0 (cosmos#3006)
- e650be9 deps: update to cosmos-sdk v0.47 (cosmos#2672)
- b8e05d3 build(deps): bump bufbuild/buf-setup-action from 1.10.0 to 1.11.0 (cosmos#2972)
- 1545016 deps: bump google.golang.org/grpc from 1.51.0 to 1.52.0 (cosmos#2999)
- 0607f9b docs: light client dev guide
VerifyUpgradeAndUpdateState
,VerifyMembership
/VerifyNonMembership
(cosmos#2994) - 70f03b1 docs: light client dev guide
CheckSubstituteAndUpdateState
(cosmos#2981) - 737e097 chore: Moved the ibc module name into the exported package (cosmos#2982)
- 7e34b64 docs: move ica requirements doc + add requirements doc template (cosmos#2917)
- 9954f1d docs: explain how to implement the four client state functions which allow for regular updates and misbehaviour handling (cosmos#2939)
- 082ed9f fix typo
- 8dc9283 docs: existence and non-existence proofs (cosmos#2966)
- 8e00eca update roadmap
- 38db7a5 docs: adding export metadata docs for light client module genesis (cosmos#2974)
- c8b6c3a docs: adding solomachine v7 migration docs (cosmos#2968)
- 6b38711 chore: Improved logging in IBC Core (cosmos#2976)
- 48efd8e improvement: allow chains that can't introspect their own
ConsensusState
support IBC - 4e5c052 chore: updating adr version numbers and removing unnecessary comment in solomachine (cosmos#2969)
- b697a6f chore: prune expired
07-tendermint
consensus states on duplicate header updates (cosmos#2965) - a89d5a7 update roadmap.md
- 1352b03 update release-tracker.md
- bc1ed4a post v5.2.0 and v6.1.0 release chores (cosmos#2957)
- 782adfc update roadmap
- 2ba88c5 Update release-tracker.md
- 4f539fb docs: lightclient dev guide overview section (cosmos#2901)
- 0c9506c docs: update consensus state docs (cosmos#2937)
- a66bc14 build(deps): bump cosmossdk.io/math from 1.0.0-beta.3 to 1.0.0-beta.4 (cosmos#2835)
- 6ccd8f1 chore: adding defensive check to v7 migrations (cosmos#2948)
- 01dbbca chore(deps): bump bufbuild/buf-setup-action from 1.9.0 to 1.10.0 (cosmos#2933)
- fe57b8c chore(api)!: removing solomachine header sequence (cosmos#2941)
- 50091fa chore(deps): bump goreleaser/goreleaser-action from 3 to 4 (cosmos#2932)
- c676bc6 fix(statemachine)!: check x/bank send enabled before escrowing fees
- c30f5d3 update compatibility tests with new release branches (cosmos#2946)
- 866bb9a chore: add backports for v4.3.x and v6.1.x
- ca35138 refactor: require light clients to set the initial client state and consensus state via the client state
Initialize
method (cosmos#2936) - ad6ed7e nit: fix typo in a comment
- 77e3e99 chore: use diffs to make registration more clear (cosmos#2927)
- 57da75a e2e: update tags in e2e upgrade test
- a3b7581 e2e: adding e2e upgrade test for ibc-go v7 (cosmos#2902)
- f24f41e imp: Add
AssertEvents
which asserts events against expected event map. (cosmos#2829) - 58d7989 docs: update integration docs to include light client registration. (cosmos#2905)
- 6048c87 post v6.0.0 release chores (cosmos#2919)
- efdf46d Fixing markdown link (cosmos#2924)
- 8479324 chore: update ibctest to latest commit (cosmos#2909)
- 7ae9769 Update CHANGELOG.md
- cec1048 update README (cosmos#2910)
- 8c6d9ac deps: bump github.com/cosmos/cosmos-proto from 1.0.0-alpha8 to 1.0.0-beta.1 (cosmos#2870)
- 58d2f32 deps: bump technote-space/get-diff-action from 6.1.1 to 6.1.2 (cosmos#2899)
- 3d2b323 docs: move solomachine docs into the docs directory. (cosmos#2908)
- 42a6f5f docs: improvements to ICA docs
- 9d9ce70 docs: added documentation for client state methods. (cosmos#2886)
- 02f7c15 docs: add legacy docs for ICA
- 4647b65 chore: add tmsdkeys to CODEOWNER for docs (cosmos#2904)
- ff255c8 refactor: simplify optional tendermint pruning migrations (cosmos#2862)
- 225cb72 e2e: changing default relayer tag to be v2.1.2 instead of main. (cosmos#2903)
- 38b9531 docs: v6 ICA migration docs improvements
- 7bb7844 Update release-tracker.md
- b25b42e chore: remove unnecessary file (cosmos#2898)
- 4befa47 imp(api)!: remove legacy migrations required for upgrading from Stargate release line to ibc-go >= v1.x.x. (cosmos#2897)
- 9c91923 refactor: simplify automatic migration code by using client keeper functions (cosmos#2864)
- e1b1488 feat: Add genesis migrations for v6 to v7. The migration migrates the solo machine client state definition, removes all solo machine consensus states and removes the localhost client. (cosmos#2824)
- cbf9fb4 chore: update README to include link to IDA (cosmos#2887)
- cab707d chore: changing ibcprotocol.org to ibcprotocol.dev (cosmos#2884)
- 4e8c126 chore: scaffold custom IBC light client development guide (cosmos#2860)
- 816ef50 chore: add wait time for packet relay to e2e test for ICA channel opening after packet timeout
- 4d13768 fix: fix unmarshalling of packet data in send tx CLI
- 7adae35 docs: updating v7 migration doc with generic state verification methods (cosmos#2789)
- 2132585 deps: Bump ICS 23 to v0.9.0
- e7c3427 e2e: move tag determination logic into the e2e Github workflows. (cosmos#2849)
- 1986aaf chore: follow up for cosmos#2510 (cosmos#2854)
- a5e3249 chore: add upgrade handler to simapp for v6 -> v7 (cosmos#2842)
- 788cc7c refactor: rename IterateClients to IterateClientStates, add a prefix (cosmos#2856)
- b28cc47 Renaming variable SubmoduleName to ModuleName in 07-tendermint (cosmos#2852)
- 9040647 Renaming variable SubModuleName to ModuleName (cosmos#2851)
- 1fb7713 e2e: Added support for running compatibility tests off the main branch. (cosmos#2848)
- b26afd4 Revert "follow up for cosmos#2510"
- bfaf6e0 follow up for cosmos#2510
- 53dbc41 bug: fix clientID validation regex to conform closer to spec (cosmos#2510)
- ba1e50d e2e: add base and incentivized ica e2e tests to v6.0.x (cosmos#2832)
- 2bfdbaf build(deps): bump google.golang.org/grpc from 1.50.1 to 1.51.0 (cosmos#2794)
- 8c8b0e8 feat: add automatic in-place migrations for 02-client-refactor (v7) (cosmos#2819)
- 13e0c57 feat: add AppModuleBasic for solo machine client (cosmos#2826)
- 83f1cd1 feat: add AppModuleBasic for tendermint client (cosmos#2825)
- 9720607 feat: add optional migration pruning for tendermint consensus states (cosmos#2800)
- ddf9baf e2e: enabling compatibility tests to be usable from other repositories' CI. (cosmos#2838)
- 98fc95e e2e: update icad tags for manual e2e workflow
- 4c91765 test: updated solomachine tests to perform an ICS20 transfer instead of mocking functionality.
- d90be00 e2e: add compatibility tests for ICA to v6.0.x (cosmos#2805)
- 2180fa4 feat: add helper function for parsing clientID from client state path (cosmos#2820)
- 86332d2 e2e: added ICS27 e2e test with governance. (cosmos#2808)
- ea6e42b build(deps): bump github.com/cosmos/cosmos-proto from 1.0.0-alpha7 to 1.0.0-alpha8 (cosmos#2726)
- 50e1211 Add more events to on IBC transfer, add tests for ibc transfer event (cosmos#2643)
- 6dd5881 chore: removed usage of deprecated
set-output
field in all Github workflows. (cosmos#2790) - bbac2b1 Save gas on IsFeeEnabled (cosmos#2786)
- 43ce616 chore: mergify backport task for v5.2.x (cosmos#2806)
- ac561b4 fix: allow zero proof height, solo machine discards provided proof height in favor of sequence (cosmos#2746)
- fe5fb15 chore: remove custom dependabot reviewers (cosmos#2804)
- 7d60efa chore: move Tendermint CheckForMisbehaviour to
misbehaviour_handle.go
(cosmos#2803) - 3f27d4e chore: move solomachine CheckForMisbehaviour to
misbehaviour_handle.go
(cosmos#2802) - f9b8d6a chore: move verifyMisbehavour to the top of misbehaviour_handle.go
- c40d555 chore: adding defensive checks to ics27 capability migrations (cosmos#2798)
- 19c2029 remove link to ICS 009 (cosmos#2797)
- 375b0e1 e2e: remove irrelevant compatibility tests (cosmos#2780)
- 996448b chore: adding migration doc for v6 to vuepress config (cosmos#2788)
- db5e738 deps: bump SDK to v0.46.6 (cosmos#2784)
- b2e7196 chore: fixing link to interchain accounts blogpost (cosmos#2787)
- cb92f6f fix: added check for empty path in 06-solomachine (cosmos#2741)
- 1f140ea chore: adding sentinel path for solomachine header (cosmos#2748)
- a05247c feat: adding connection params grpc and cli query (cosmos#2745)
- 876b73a deprecated(api)!: (06-solomachine) [cosmos#2761] removed deprecated
ClientId
field fromMisbehaviour
andallow_update_after_proposal
field fromClientState
- 25e6ae5 chore: fixing dead link in PR template (cosmos#2777)
- 3e072a1 chore: integrated git cliff into the code base to automate generation of changelogs
- 65b3ddf e2e: updated compatibility tests to support running against all unreleased versions (cosmos#2680)
- fb9dedd chore: updating
VerifyMembership
andVerifyNonMembership
methods to usePath
interface (cosmos#2736) - 1b7745f docs: fix migration/docs for ICA controller middleware (cosmos#2737)
- 510afbe test: added test to verify signbytes marshal correctly for single signature solomachine
- f54143e add missing set order functions for ica (cosmos#2740)
- 68ba375 chore: rename all occurances of smtypes and solomachinetypes import aliases to solomachine (cosmos#2743)
- d46f59b Compare signature data in misbehaviours only if path differs (cosmos#2744)
- 2dfd275 build(deps): bump golangci/golangci-lint-action from 3.3.0 to 3.3.1 (cosmos#2738)
- 3b2ab6a chore: e2e for ICA reopening (cosmos#2720)
- cce91a1 build(deps): bump github.com/spf13/viper from 1.13.0 to 1.14.0 (cosmos#2702)
- 050eefd Update transfer-memo.json
- 8c07cb8 post v5.1.0 release chores (cosmos#2722)
- c912fd9 chore: rm event emission after context caching (cosmos#2662)
- 3e8935e e2e: fix memo test version declaration (cosmos#2723)
- 7249d82 Update check x/bank sendEnabled link in changelog (cosmos#2714)
- cd228d1 chore: update protobuf generation to latest buf changes (cosmos#2705)
- 48321ff e2e: updating upgrade test to use msg server (cosmos#2681)
- 088da9c deps: updating sdk to v0.46.4 (cosmos#2647)
- 4d19c16 removed unused variables (cosmos#2692)
- f02f9d1 post release chores (cosmos#2695)
- b2bb2de Removing stale comment (cosmos#2685)
- c9b8064 fix: avoid race conditions in ics27 handshakes (cosmos#2682)
- b1f494c add check send enabled (cosmos#2679)
- f69761d fix(testing): fix block proposer and allow Default gas to be modified (cosmos#2657)
- fb996ca update code owners (cosmos#2665)
- 6df0e53 chore: small README nits for readability and usability (cosmos#2669)
- 7190305 chore: add potential use cases documentation for ica (cosmos#2594)
- ce74b00 Add scopedkeeper as an interface to exported package (cosmos#2638)
- e678c69 Build E2E tests in workflow (cosmos#2649)
- f0980d6 e2e: add transfer with memo compatibility tests (cosmos#2640)
- 3ecdeed e2e: adding e2e upgrade test for ibc-go/v6 (cosmos#2490)
- 47e1c9a docs: ics27 v6 documentation updates (cosmos#2561)
- 393247b fix: skip emission of unpopulated memo field in ics20 (cosmos#2651)
- 29be0da post v2.4.2, v3.3.1, v4.1.1 and v5.0.1 release chores (cosmos#2627)
- a0e59b8 Fetch makefile dependencies before building docker image (cosmos#2615)
- e8ff311 fix: rm bech32 check from owner address on ICA controller msgs RegisterInterchainAccount and SendTx (cosmos#2601)
- 623e593 Update package-lock.json (cosmos#2570)
- 09de760 Update package-lock.json (cosmos#2569)
- 5f9966b remove port prefix requirement (cosmos#2590)
- 17a061c rename
ClientParams
gRPC method toParams
(cosmos#2573) - 8290d8c fix e2e ica tests (cosmos#2628)
- f9bbc4f alignment
- 5260c77 refactor!: allow for serialization of proto message without fulfillment of sdk.Msg interface (cosmos#2607)
- eab24e8 fix: forbid negative values for trusting period, unbonding period and max clock drift (cosmos#2555)
- 5cafc24 test: 03-connection e2e test param change (cosmos#2139)
- 6105db4 use controller module address instead of module name for NewMsgChannelOpenInit (cosmos#2568)
- e3a32a6 chore: makefile cleanup/fixes (cosmos#2549)
- 35b6084 add changelog entries for v5.0.0
- 8991eaa e2e: transfer memo tests (cosmos#2306)
- 3baf0a2 updating e2e fork workflow to accommodate intertx name change (cosmos#2603)
- 8f31ffc docs: updating docs for memo field in ics20 transfer (cosmos#2602)
- eebe2a1 e2e: adding simd controller msg server tests (cosmos#2572)
- 05685b3 refactor: adapting transfer metadata bytes field to memo string (cosmos#2595)
- 8ce603d chore: update tests to use new SendPacket API (cosmos#2567)
- da618d7 build(deps): bump github.com/spf13/cobra from 1.6.0 to 1.6.1 (cosmos#2584)
- c06c204 docs: add request for maintainership md file (cosmos#2453)
- c615d7f add entry for cosmos#2305
- 5ae02a3 build(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.1 (cosmos#2571)
- 866cf5d nit: update logo (cosmos#2563)
- b6e0de2 build(deps): bump golangci/golangci-lint-action from 3.2.0 to 3.3.0 (cosmos#2564)
- 6927904 Revert "chore: update tests to use new SendPacket API"
- 0729a1c chore: update tests to use new SendPacket API
- 54ec2f2 fix bracket alignment
- 57239b6 update link to nft transfer app (cosmos#2560)
- 98f6e57 build(deps): bump docker/metadata-action from 4.1.0 to 4.1.1 (cosmos#2558)
- 6d86aa9 build(deps): bump google.golang.org/grpc from 1.50.0 to 1.50.1 (cosmos#2557)
- 9718f2c build(deps): bump technote-space/get-diff-action from 6.1.0 to 6.1.1 (cosmos#2556)
- 9eb3875 Daniyal/issue#1689 remove get versions (cosmos#2539)
- 90b051e docs: adding migration doc for ibc-go v6 (cosmos#2417)
- 8abcba0 e2e: ICS27 interchain accounts x/group integration (cosmos#2195)
- 6ffce97 moved contents to bottom (cosmos#2451)
- 95cec44 chore: update godocs for legacy apis on controller module (cosmos#2363)
- aed1dd2 feat: add semantic version utilities for e2e tests (cosmos#2502)
- 59177c4 build(deps): bump github.com/spf13/cobra from 1.5.0 to 1.6.0 (cosmos#2533)
- a822550 build(deps): bump JamesIves/github-pages-deploy-action (cosmos#2543)
- 5a7a5bd Update RELEASES.md
- f693f6c build(deps): bump docker/metadata-action from 4.0.1 to 4.1.0 (cosmos#2532)
- b8c1462 build(deps): bump docker/login-action from 2.0.0 to 2.1.0 (cosmos#2531)
- 5b5c34b build(deps): bump docker/build-push-action from 3.1.1 to 3.2.0 (cosmos#2530)
- c8e2ebc Remove older mechanism for compatibility tests (cosmos#2529)
- 567178c docs: update roadmap (cosmos#2460)
- 24b17bd refactor: remove SendTransfer, require IBC transfers to be initiated with MsgTransfer (cosmos#2446)
- 4c45212 fix broken links (cosmos#2511)
- bf547e4 Update package-lock.json (cosmos#2430)
- bb7cb29 Add @damiannolan as full code owner of ibc-go (cosmos#2485)
- 82397d6 Added optional packet metadata to the packet and message types (cosmos#2305)
- be46857 build(deps): bump google.golang.org/grpc from 1.49.0 to 1.50.0 (cosmos#2499)
- a1843f8 fixing dead link to sdk v0.44 (cosmos#2488)
- a23a107 Update develop.md
- 126b6f3 Removed TypeMsg constants (cosmos#2478)
- 6a70103 rename validateEnabled to validateEnabledType (cosmos#2469)
- 4bd05c6 chore: bump ibctest version and ibc-go version to v6 for e2e module (cosmos#2479)
- 88525d2 Simplify SendPacket API (cosmos#1703)
- 8c7c655 bump icad tag with ibc-go v5.0.0 + gofumpt (cosmos#2461)
- 503b9eb fix golangcli-lint complaint (cosmos#2463)
- 3363917 MsgTransferResponse add sequence (cosmos#2377)
- 8c80802 build(deps): bump github.com/cosmos/cosmos-sdk from 0.46.1 to 0.46.2 (cosmos#2458)
- 2056c2d Renamed icatypes.PortPrefix to icatypes.ControllerPortPrefix (cosmos#2450)
- edc4fd0 move call to addConnectionToClient up (cosmos#2456)
- 9fdcf2c v5.0.0 post release chores (cosmos#2428)
- b821821 Revert "add new tag"
- febe453 add new tag
- ceddad5 Update CHANGELOG.md
- 462ccb6 added switch case to detect blank pointers in keeper (cosmos#2403)
- 7dcfc2c issue#2004 : moved verifyMisbehviour function from update.go to misbehviour_handle.go (cosmos#2376)
- ed71af8 chore: update migration template (cosmos#2423)
- ce5aba8 Adding GetChannelsWithPortPrefix function to 04-channel (cosmos#2304)
- ecee40f chore: add v6 upgrade handler to simapp (cosmos#2383)
- 363970e updated error calls with module names (cosmos#2399)
- 2fab89b chore: add private send transfer function (cosmos#2425)
- 0f7d041 chore: add v4 to v5 migration docs to site (cosmos#2426)
- 7408d52 Fix docs deployment (cosmos#2432)
- 78249c1 Update release-tracker.md
- 3c21b5e Modify MsgSendTx fields based on audit (cosmos#2280)
- 0d63964 Add compatibility tests for v5.0.x #2 (cosmos#2396)
- c582e8a ADR 009: ICS 27 simplication (cosmos#2218)
- 0168efb Fix docs rendering issue (cosmos#2421)
- f669ab0 docs: renaming migration doc for 02-client refactor ibc-go/v7 (cosmos#2418)
- 09788ec chore: updating 09-localhost migration code to v7 (cosmos#2392)
- 8f0e7d5 Add host cli to generate ica packet data (cosmos#2297)
- 06e91f4 Update release-tracker.md
- 875279d chore: remove unnecessary code (cosmos#2395)
- 79b84be docs: fix deploy docs workflow (cosmos#2404)
- e470057 docs: add ics29 integration for sdk module (cosmos#2394)
- 587821f Update v4-to-v5.md
- 5c3b9af update short description to make it consistent with the rest of modules (cosmos#2382)
- 4014c1c add releases and security sections (cosmos#2378)
- 844612c chore: add minor releases to test matrix (cosmos#2365)
- 77c10be docs: updating v3->v4 migration docs with fee middleware (cosmos#2127)
- a278287 docs: migration docs v4 to v5 (cosmos#1826)
- 1dca3b0 chore: renaming ica migrations handler pkg version (cosmos#2355)
- d527aa3 docs: include ics4Wrapper in
hostkeeper.NewKeeper
ics27 integration docs (cosmos#2351) - 94e61c0 docs: update default value for
allow_messages
after cosmos#2290 (cosmos#2367) - 4297a9e Adding private sendTx function (cosmos#2257)
- 0af2686 chore: revert changing error code (cosmos#2352)
- 25d62f0 Move SetMiddlewareEnabled call ordering (cosmos#2283)
- 8ea5287 chore: removing push as trigger for markdown link check (cosmos#2353)
- 35184e1 Replace invalid docker tag characters (cosmos#2366)
- b859d7f Support full compatibility test runs through a GitHub action (cosmos#2369)
- 482b834 Update CHANGELOG.md
- a99ac9d Update CHANGELOG.md
- c86d27f chore: increment go mod to v6 (cosmos#2318)
- daac435 Update CLI to recover expired client for SDK 46 updates to gov module (cosmos#2301)
- 9e6246f fix: ica handshake reopening channel - use
GetAppVersion
in favour ofchannel.Version
(cosmos#2302) - 17099fe change DefaultParams on the host to allow all messages ("*") (cosmos#2290)
- 35a27cb post release chores (cosmos#2337)
- d908b1b fix broken link/update link (cosmos#2338)
- 280db0c Fix ICAControllerKeeper (cosmos#2303)
- 7b26bda Adding
paramsKeeper.Subspace(icahosttypes.SubModuleName)
(cosmos#2220) - 6b7d67f Use connection id instead of channel id in IsMiddlewareEnabled (cosmos#2260)
- 888c4a0 fix: add nil checks for controller and host keeper services (cosmos#2308)
- 02dc44e Merge pull request from GHSA-832c-mq9v-367r
- b97729d Fixing semver version check in e2e (cosmos#2307)
- 036c09e chore: adding paths ignore to pull request as well as on push (cosmos#2186)
- 57e518c Fix error in Code Coverage workflow (cosmos#2282)
- 80ea89a add ica module to simulation manager (cosmos#2252)
- af1c5db add v3.3.x and v4.1.x and remove v5.1.x (cosmos#2275)
- 9fa6008 Removing getting of the capability in controller message server (cosmos#2250)
- c2ce323 chore: addressing small nits for channel capability migrations (cosmos#2258)
- 489fdf4 chore: add IsMiddlewareEnabled key to simulation store decoder (cosmos#2215)
- 2a46942 add missing query flags to client status query cli (cosmos#2246)
- a4be561 chore: rename
SubmitTx
toSendTx
(cosmos#2255) - f8f226d chore: rename
RegisterAccount
rpc and msgs toRegisterInterchainAccount
(cosmos#2253) - bf51287 Move NewTxCmd to controller/cli.go (cosmos#2249)
- fcdb0fc chore: adding call to underlying app to OnChanCloseConfirm (cosmos#2248)
- da1b7e0 chore: adding msgServer struct to ics27 controller (cosmos#2251)
- b601462 build(deps): bump github.com/armon/go-metrics from 0.4.0 to 0.4.1 (cosmos#2227)
- ec0a11c chore: adding x/group to simapp (cosmos#2190)
- e569045 feat: adding interchain account address query to controller submodule (cosmos#2193)
- b836b7f chore: adding
IsMiddlewareEnabled
toActiveChannel
genesis type (cosmos#2177) - 44773b0 Add cli for submit tx transaction (cosmos#2179)
- e678779 fix doc build by reverting to old package-lock.json (cosmos#2212)
- 8d56b94 chore: adding assertion of channel capabilities migration (cosmos#2140)
- cd913b8 feat: add params for ics27 simulation (cosmos#2160)
- 1a0918d chore: fix broken link to bank module spec (cosmos#2201)
- 5e370c9 add back docs deploymeent to main repo (cosmos#2196)
- 868c52a move changelog entry for cosmos#2133 to api breaking section
- 10e2b5b build(deps): bump github.com/spf13/viper from 1.12.0 to 1.13.0 (cosmos#2199)
- 196d9be chore: update docs package-lock.json (cosmos#2194)
- f3979ce Update docs to include details about running our e2e tests (cosmos#2175)
- 96b0aae chore: fixing import aliases (cosmos#2185)
- 4adc069 fix: missing tx flags for update and misbehaviour commands in client (cosmos#2171)
- 5f16e07 Don't run upgrade tests on PRs (cosmos#2189)
- 5d5bcb2 CVE-2022-1650 Exposure of Sensitive Information to an Unauthorized Actor (cosmos#2172)
- 42240b5 Extend e2e software upgrade tests to add ibc transfers (cosmos#2161)
- 9019adf feat: implementing SubmitTx gRPC endpoint (cosmos#2147)
- dda9f98 chore: ics27 middleware callback routing (cosmos#2157)
- eb508b5 feat: add genesis simulation generation for ics27 (cosmos#2154)
- 23a7515 feat: add decoder store to ics27 simulations (cosmos#2158)
- d0cc09f Terser insecure use of regular expressions before v4.8.1 and v5.14.2 leads to ReDoS (cosmos#2159)
- 096b068 Update package-lock.json (cosmos#2156)
- c419efa Update icad manual e2e versions (cosmos#2162)
- a83bcd5 Adding v4 -> v5 upgrade chain test (cosmos#2143)
- 0a8602c chore: ics27 channel capability migrations (cosmos#2134)
- 2d3e55d fix: partial revert of cosmos#1942 (cosmos#2148)
- 56f9da2 chore: adapt ics27 controller claiming of channel capability (cosmos#2146)
- 41d69d8 chore: adding sdk.Msg impl for ics27 MsgSubmitTx (cosmos#2135)
- 5e78a23 Add cli for MsgRegisterAccount (cosmos#2136)
- 796008f e2e: add client recovery proposal test (cosmos#2130)
- 4b8e534 testing: add base upgrade handler (cosmos#2144)
- f263794 chore: adding basic Msg service and SubmitTx rpc boilerplate (cosmos#2086)
- f8f879b chore: refactor genesis types to separate directory, mv controller interfaces registration to module.go (cosmos#2133)
- f14179d e2e: transfer receive enabled param test (cosmos#2071)
- b7d8359 Implement the rpc handler method for RegisterAccount (cosmos#2110)
- dcd616c Add nil checks on the controller module for underlying app (cosmos#2102)
- 6922700 Restructure e2e tests into logical layout (cosmos#2064)
- 07a8e87 add changelog entry for bump SDK v0.46.1
- 915d974 add e2e for transfer send enabled param (cosmos#2123)
- 65f9cae bump SDK 0.46.1 (cosmos#2124)
- b6dd724 feat: add genesis modification function to e2e (cosmos#2112)
- 8911d8d feat: add gov proposal execution for e2e testsuite (cosmos#2114)
- 5de67b2 build(deps): bump google.golang.org/grpc from 1.48.0 to 1.49.0 (cosmos#2107)
- 3b56956 Temporarily reducing number of validators for icad tests only (cosmos#2105)
- 2c253fa docs: readme revamp - registry (cosmos#2000)
- 7db8f57 chore: bump ibctest version (cosmos#2076)
- 9fd7131 e2e: fee middleware with multiple incentivisers (cosmos#2073)
- 94d0840 chore: adding
sdk.Msg
impl for ics27MsgRegisterAccount
(cosmos#2081) - 0fa2978 Fix ICA tests between versions v0.3.2 and v0.1.3 (cosmos#2082)
- 05c4bfb refactor: use 4 val nodes for e2e tests (cosmos#2016)
- 397b88c Added interface to accept any type of ADR 031 message router. (cosmos#2058)
- 2355afc Group indirect dependencies (cosmos#2079)
- da6315a add backport task for release/v5.1.x (cosmos#2078)
- 6203380 delete queries generated from the removed
QueryAppVersionRequest
/QueryAppVersionResponse
(cosmos#2045) - c77c204 chore: skip running e2e tests on markdown changes (cosmos#2050)
- 5765fe7 chore: adding basic
Msg
service andRegisterAccount
rpc boilerplate (cosmos#2068) - 4d4dbcf chore: set up IBCTestStakingKeeper interface (cosmos#2028)
- af96d43 Add scoped keeper interface for interchain app (cosmos#2035)
- 7ecd35c Update e2e go.mod (cosmos#2022)
- 124cf31 fix: update simd gen accounts cmd to perform same functionality as SDK (cosmos#2065)
- 0ecbf61 Add interface for scoped keeper for transfer module (cosmos#2034)
- face64b Add scoped keeper interface for 05-port module (cosmos#2025)
- 0545996 Fixing CI status badges in README.md (cosmos#2057)
- 358ab8d Add interface for scoped keeper for 04-channel (cosmos#2024)
- aefc218 chore: adding stop relayer func to e2e suite (cosmos#2046)
- 7d26a87 fix broken link (cosmos#2059)
- 00af73c test(e2e): adding interchain accounts test which sends a failed bank transfer (cosmos#2049)
- d982a19 Script to run full set of backwards compatibility tests (cosmos#2047)
- 28c1520 chore: explicitly set channel version for non-incentivized ica tests (cosmos#2036)
- 995b647 chore: moving fee queries to E2ETestSuite (cosmos#2030)
- 30dd6a9 Adding ability to run ICAD tests independently of SIMD tests (cosmos#2018)
- 0d5d958 e2e: adding incentivized interchain accounts bank send test (cosmos#2023)
- ab5b6e9 docs: readme revamp - support (cosmos#2002)
- a9bc591 E2E: Add ICA MsgSubmitTx tests (success + failure) (cosmos#2021)
- 0a887e4 test: e2e test for timeout of ics20 packet (cosmos#1992)
- b85c80f E2E: Failed token transfer receiver address is not valid (cosmos#1996)
- 7a34f6c chore: update releases.md and docs website (cosmos#1998)
- e0fa70c Update CHANGELOG.md (cosmos#1997)
- bbdf3b6 gogo/protobuf to 1.3.2, which exists, enabling go workspaces (cosmos#1844)
- c31a19d e2e: add 02-client query client (cosmos#2005)
- 727f0d3 Add manually triggerable Action to build simd Docker image (cosmos#2001)
- 8201ef9 feat(test): add successful e2e transfer test (cosmos#1973)
- 918abb0 Update our e2e ci to use reusable workflows (cosmos#1989)
- 61a0572 feat(test): adding test to verify invalid recipient address over incentivized channel (cosmos#1970)
- 7f3d71b chore: update fee middleware docs to be more explicit about reasoning for removing invariant checks (cosmos#1705)
- 43331f3 chore: adding build requirement for e2e (cosmos#1993)
- 8017591 refactor: remove unused GetHeight fn (cosmos#1966)
- 2469ee1 Add visibility into Manual E2E inputs specified (cosmos#1984)
- e957eec chore: adding import for clienttypes (cosmos#1990)
- d43c792 refactor: remove unnecessary authentication (cosmos#1986)
- fdb035a Use single registry for all images (cosmos#1979)
- fe6f9a8 feat: add channel query client to e2e test suite (cosmos#1985)
- 5a9aeb1 E2E: Add timeout height helper function (cosmos#1982)
- 6c3420e refactor: panic on ZeroCustomFields for solo machine implementation (cosmos#1972)
- 2bd397b feat(test): adding support for backwards compatibility testing (cosmos#1912)
- f054208 E2E: Fee middleware counterparty payee not set (cosmos#1746)
- 897e7eb fix: "acknowledgement written" logs unsupported type (cosmos#1919)
- 68bedb7 ADR 007: Solo machine signature construction (cosmos#1865)
- c304a7c Fix E2E Tests: Update ibctest (Cosmos SDK 0.46) (cosmos#1949)
- 9a182bd build(deps): bump docker/build-push-action from 3.1.0 to 3.1.1 (cosmos#1910)
- 7694903 fix: adding check for blocked addresses before escrowing fees (cosmos#1890)
- cb46e7d chore: remove
AllowUpdateAfterProposal
(cosmos#1940) - f891c29 fix: prevent blocked addresses from sending ICS 20 transfers (cosmos#1907)
- f0f7ce4 add mock module acc balance and refactor test case (cosmos#1942)
- 088ba19 chore: remove references to
AllowUpdateAfterExpiry
,AllowUpdateAfterMisbehaviour
(cosmos#1843) - 8b61fa1 chore: don't use ioutil (cosmos#1920)
- 4988b35 update adr status (cosmos#1917)
- f57170b 02-client refactor (cosmos#1871)
- 09e4adc doc: Add godoc to VerifyMembership regarding path (cosmos#1742)
- e5ec801 fix: make format and golangci-lint errors (cosmos#1894)
- 44541b8 add ADR 006 (cosmos#1846)
- 73fdde9 fix: ics27 check packet data length explicitly over nil check (cosmos#1882)
- 45da8ac chore: add latest releases and entry for bump of SDK 0.46 (cosmos#1872)
- 44daeb4 chore: add task for backport to v6.0.x (cosmos#1869)
- 1302784 Update CHANGELOG.md (cosmos#1861)
- 5969304 fix: proto-update-deps target on macOS (cosmos#1838)
- 4f817bd Update RELEASES.md
- 8d14cba build(deps): bump cosmossdk.io/math from 1.0.0-beta.2 to 1.0.0-beta.3 (cosmos#1842)
- 624c5f7 chore: delete gitpod.yml (cosmos#1841)
- 42bc9ce chore: add backport task for v5.0.x (cosmos#1840)
- 0410963 ibc-go v5: cosmos-sdk 46 (cosmos#1653)
- 6b4aa9a build(deps): bump google.golang.org/protobuf from 1.28.0 to 1.28.1 (cosmos#1825)
- 0be6c42 fix: assert previous connection id to be empty (cosmos#1797)
- faea729 chore: rename decorator to
RedundancyRelayDecorator
(cosmos#1820) - 4a781e5 fix: assert previous channel identifer is empty in Msg ValidateBasic (cosmos#1792)
- 88e4388 Revert "chore: remove refs to AllowUpdateToExpired/Frozen client booleans (cosmos#1768)" (cosmos#1824)
- 029e428 chore: remove refs to AllowUpdateToExpired/Frozen client booleans (cosmos#1768)
- 045ab6f docs: adding README.md for how to write e2e tests (cosmos#1769)
- 40d0ff7 fix: add cosmos_proto.implements_interface (cosmos#1740)
- 031f6a3 🧹 Linting (cosmos#1418)
- 79cd69f Update release-tracker.md
- 48c456d gofumpt to reduce total number of changes versus v5 (cosmos#1734)
- af4e651 chore: v4->v5 only (cosmos#1782)
- 126ab2d fix: change non nil relayer check to non empty (cosmos#1774)
- 8493d3c Update Makefile (cosmos#1785)
- 547da7b Move scripts from .github directory into cmd (cosmos#1787)
- 214e4a3 E2E Test: TestMsgPayPacketFeeSingleSenderTimesOut (cosmos#1751)
- 85893ee add item to update the version matrix after a release (cosmos#1775)
- ef7a5c7 fix broken link (cosmos#1776)
- fb19126 add pseudocode to handle empty version string in OnChanOpenInit
- 32531e7 add version matrix (cosmos#1767)
- 492e14d chore: Update makefile (cosmos#1770)
- 141b223 build(deps): bump docker/build-push-action from 3.0.0 to 3.1.0 (cosmos#1743)
- ebc7638 move entry to right place
- 7dc9fed E2E Test: TestMsgPayPacketFeeSingleSender (cosmos#1756)
- c12789d feat: allow governance to update the TrustingPeriod of the 07-tendermint light client (cosmos#1713)
- 3af515d fix typo
- c1a727e fix typo
- 0caf625 add issue templates for epics and releases (cosmos#1702)
- 049d336 add changelog entry for cosmos#1680
- be5ccf3 chore: denom traces migration handler (cosmos#1680)
- 5f5a287 Adding manual triggering of e2e via workflow dispatch (cosmos#1749)
- cc74109 fix: running e2e-fork for dependabot PRs (cosmos#1745)
- 8987888 Test for AsyncSingleSender (E2E #6) (cosmos#1682)
- bdd797e chore: remove @fedekunze from CODEOWNERS (cosmos#1733)
- aaccbd1 update fee mw docs, add formating, fix typos, increase readability (cosmos#1665)
- d1649c0 Thomas/1584 update docs apps (cosmos#1675)
- 5b61a5b chore: adding environment variable to specify go relayer image (cosmos#1727)
- c809ce3 Remove leftover crossing hello tests in connection handshake (cosmos#1724)
- 9776639 Build local image to run tests with make e2e-test (cosmos#1722)
- 193e414 Add fee middleware test suite functions (E2E #5) (cosmos#1710)
- c7be122 add categories
- 74ed532 Extracting e2e tests into two separate workflows (cosmos#1719)
- 95cd1c5 fix typo
- c96fe92 put back module name in event (cosmos#1681)
- 0fd5656 Separate go mod for e2e (E2E #4) (cosmos#1701)
- 81d10d4 Add E2ETestSuite Type (E2E #3) (cosmos#1650)
- b0b1810 Adding github action to run goimports (cosmos#1673)
- 419c3c4 docs: update middleware documentation (cosmos#1639)
- e8dd1a8 build(deps): bump google.golang.org/grpc from 1.47.0 to 1.48.0 (cosmos#1699)
- b9e35ebc fix codeowners for 02-client (cosmos#1696)
- da45cad update bug report issue template (cosmos#1693)
- 1e6af48 remove spurious
TestABCICodeDeterminism
tests (cosmos#1695) - ef4eaf9 (core/23-commitment/types) doc: fix typo (cosmos#1694)
- 9aab42d refactor: remove crossing hellos from 03-connection (cosmos#1672)
- c449d85 docs: update roadmap (cosmos#1678)
- 7370a8b Remove crossings hello (cosmos#1317)
- 6d1fa91 Add GitHub actions for e2e tests (E2E #2) (cosmos#1646)
- 527a11a Script to dynamically generate list of e2e tests (E2E #1) (cosmos#1644)
- 7d18182 update mergify.yml with new release branches (cosmos#1654)
- e049649 build(deps): bump github.com/cosmos/cosmos-sdk from 0.45.5 to 0.45.6 (cosmos#1615)
- 6c4a442 delete unused 04-channel version functions (cosmos#1636)
- ea64db7 add backport to v4.0.x and remove backports to v1 (EoL) (cosmos#1629)
- 7d971ec deps: bumping go version 1.18 (cosmos#1627)
- 48a6ae5 chore: bump go package version to v4 (cosmos#1564)
- d170a41 build(deps): bump github.com/stretchr/testify from 1.7.5 to 1.8.0 (cosmos#1616)
- ecf3543 follow up nits to cosmos#1565 (cosmos#1598)
- f283d12 docs: adding line about module accounts / invariants (cosmos#1597)
- b40dbc6 Consolidate usage of NewErrorAcknowledgement (cosmos#1565)
- 41282c7 docs: add upgrade client proposal event (cosmos#1596)
- 84792ba docs: document that version string can be empty as argument of RegisterInterchainAccount (cosmos#1582)
- 0479198 docs: nits (cosmos#1595)
- 8422d0c feat: emitting an event when handling a client upgrade proposal (cosmos#1570)
- 83ca736 docs: adding End Users section to ics29 docs (cosmos#1579)
- 36a3382 docs: adding events to fee middleware docs (cosmos#1578)
- 3b5db68 chore: adding module name to incentivized packet events (cosmos#1580)
- 1d94aad docs: msg types for fee middleware (cosmos#1572)
- 8be6a10 docs: payee registration and fee distribution for relayer operators (cosmos#1577)
- b2cd6e8 Revert "docs: document that version string can be empty as argument of RegisterInterchainAccount"
- 33afe10 docs: document that version string can be empty as argument of RegisterInterchainAccount
- e7d5bda build(deps): bump github.com/stretchr/testify from 1.7.4 to 1.7.5 (cosmos#1575)
- 20ffa6f adding team members to 02-client and light-clients code owners (cosmos#1563)
- d8130c3 fix typo in parameter name of
NewDefaultMetadata
(cosmos#1573) - a7d6090 docs: move ics20 docs from spec to top level docs (cosmos#1554)
- 9dc3492 build(deps): bump github.com/stretchr/testify from 1.7.3 to 1.7.4 (cosmos#1561)
- c9cd8f9 build(deps): bump github.com/spf13/cobra from 1.4.0 to 1.5.0 (cosmos#1562)
- 6ff5300 build(deps): bump technote-space/get-diff-action from 6.0.1 to 6.1.0 (cosmos#1560)
- 5467300 docs: ics29 middleware usage for app devs (cosmos#1567)
- 8ffa912 chore: allow ics27 to select and return default JSON encoded metadata (cosmos#1550)
- dbd0f77 chore: ics29 fee payee event emission (cosmos#1568)
- 71d7480 refactor: writing test case for module account incentivizing packet (cosmos#1397)
- 22a51ec build(deps): bump github.com/stretchr/testify from 1.7.2 to 1.7.3 (cosmos#1559)
- 44ca48d add new release lines to dropdown menu (cosmos#1552)
- b9f3d95 add migration of v3 to v4 to docs site (cosmos#1548)