github-actions
released this
14 Mar 04:57
·
186 commits
to wasm-client-centauri
since this release
Changelog
- f53cabf feat: replace wasmvmv1.5 with wasmvmv2.0.0rc2
- 3f7320c chore(ci): add coderabbit settings (cosmos#5928)
- b864df6 nit: rename
currentChannel
tochannel
(cosmos#5946) - 3c4f037 docs: update project structure (cosmos#5944)
- b49b39d docs: fix typos (cosmos#5930)
- 6c8c50c build(deps): Bump google.golang.org/grpc from 1.62.0 to 1.62.1 (cosmos#5940)
- 600de3b build(deps): Bump github.com/golang/protobuf from 1.5.3 to 1.5.4 (cosmos#5939)
- 8bf26cc build(deps): Bump cosmossdk.io/x/tx from 0.13.0 to 0.13.1 (cosmos#5937)
- 656f6f1 chore: rm cliff config and update pr template (cosmos#5929)
- 511236b deps(docs): ran 'npm i @docusaurus/core@latest @docusaurus/plugin-client-redirects@latest @docusaurus/plugin-content-docs@latest @docusaurus/plugin-google-gtag@latest @docusaurus/plugin-sitemap@latest @docusaurus/preset-classic@latest @docusaurus/module-type-aliases@latest' (cosmos#5924)
- ba05cfc build(deps): Bump golang.org/x/mod from 0.15.0 to 0.16.0 in /e2e (cosmos#5926)
- 3e42db3 docs: add documentation on default accept list in stargate wasm querier (cosmos#5921)
- deebc06 docs: fix imports and code snippets for x/wasm and ibcwasm app configuration (cosmos#5920)
- e20b6f8 docs: improvements to 08-wasm docs (cosmos#5856)
- 8669f63 chore: fix typos in ibctesting package (cosmos#5919)
- 5e788bb add @chatton as full codeowner (cosmos#5922)
- c489ee4 Chore: Addtional check against wrapped upgrade error in
ChannelUpgradeTry
(cosmos#5823) - 1229c46 refactor: use local clock time only for transfer CLI relative timeouts (cosmos#5908)
- ebc607f build(deps): Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (cosmos#5916)
- e0bcf43 docs: added feedback widget (cosmos#5911)
- 98603cf Update CODE_OF_CONDUCT.md (cosmos#5918)
- 829d06f feat: Add defensive replay protection check into WriteAcknowledgement (cosmos#5880)
- e361c28 build(deps): Bump github.com/cosmos/cosmos-db from 1.0.0 to 1.0.2 (cosmos#5904)
- aa51256 deps: bump cosmossdk.io/math v1.3.0 (cosmos#5898)
- 3b0ddc6 build(deps): Bump cosmossdk.io/math in /modules/capability (cosmos#5894)
- 7e1d1e1 build(deps): Bump cosmossdk.io/math from 1.2.0 to 1.3.0 in /e2e (cosmos#5892)
- 539909e deps: bump grpc v1.62.0 (cosmos#5891)
- 046539a build(deps): Bump github.com/cosmos/cosmos-sdk from 0.50.3 to 0.50.4 (cosmos#5872)
- ef182fa chore: add mergify backport task for 08-wasm v0.2.x with ibc-go v8.2.x (cosmos#5869)
- 3fa025a ci: enable wasm lint/build/test on every PR and push to main. (cosmos#5879)
- 87ee739 build(deps): Bump go.uber.org/zap from 1.26.0 to 1.27.0 in /e2e (cosmos#5884)
- 6b11895 fix: return correct types in wasm tests and add expected err (cosmos#5883)
- fb7b6b5 fix(08-wasm/test): register mockVm querier callbacks against TimestampAtHeightMsg to avoid recursive loops (cosmos#5878)
- 5b00d65 fix markdown issues in ics08 requirements
- 7119eea ics10: add requirements doc (cosmos#3140)
- 4f14cfd imp: deny selected client types from VerifyMembership rpc (cosmos#5871)
- 94a4597 chore: add client status check to verify membership rpc (cosmos#5870)
- 72e2b6b chore: make unused block hashes in testing header creation explicit (cosmos#5857)
- d266170 Add reusable workflow for scheduled jobs to notify on slack. (cosmos#3873)
- abcb67f build(deps): Bump github.com/cosmos/cosmos-proto from 1.0.0-beta.3 to 1.0.0-beta.4 (cosmos#5859)
- ba98573 build(deps): Bump cosmossdk.io/api from 0.7.2 to 0.7.3 (cosmos#5860)
- 055a3e3 docs: Add small comment for removal of IterateConsensusMetadata. (cosmos#5849)
- ed9bf74 feat: add rpc
VerifyMembershipProof
- querier approach for conditional clients (cosmos#5821) - 89e5764 refactor!: remove
ExportMetadata
inteface function (cosmos#5782) - 3d106ac build(deps): Bump google.golang.org/grpc from 1.61.0 to 1.61.1 (cosmos#5843)
- 53c7a1a refactor: rename GetValsAtHeight to GetTrustedValidators (cosmos#5831)
- 531cff9 fix: move deprecation message to constructor functions (cosmos#5837)
- 824b823 refactor!: remove ZeroCustomFields from ClientState interface (cosmos#5830)
- b68ba7d Add tests for fee events (cosmos#5706)
- e42d0d2 feat: Add NewErrorAcknowledgementWithCodespace. (cosmos#5788)
- 41e7bf1 chore: mergify backport for v8.2.x (cosmos#5838)
- c3ba0d0 build(deps): Bump sobolevn/misspell-fixer-action (cosmos#5835)
- 732e4a9 fix: broken link (cosmos#5832)
- e555a17 fix spelling in comment (cosmos#5828)
- 43aae48 nit: update godoc and arg casing on IterateClientStates (cosmos#5825)
- 38951f9 build(deps): Bump golangci/golangci-lint-action from 3.7.1 to 4.0.0 (cosmos#5829)
- d957ef8 build(deps): Bump golangci/golangci-lint-action from 3.7.0 to 3.7.1 (cosmos#5826)
- 71fa5c9 imp: add
UpdateChannel
method toEndpoint
(cosmos#5725) - 2c9ad16 Add testing for ICA events (cosmos#5687)
- 9b82260 build(deps): Bump golang.org/x/mod from 0.14.0 to 0.15.0 in /e2e (cosmos#5820)
- f0a39ca build(deps): Bump github.com/strangelove-ventures/interchaintest/v8 (cosmos#5816)
- 99202e6 add IBCClientHeader func for endpoint and update tests (cosmos#5493)
- fc0bfab Feat: Delete upgrade information only rather than calling abort in TimeoutExecuted (cosmos#5764)
- d14bdff build(deps): Bump cosmossdk.io/log from 1.3.0 to 1.3.1 (cosmos#5809)
- c4d803e docs: style/formatting improvements for using ibc-go > overview (cosmos#5808)
- 97a52e3 refactor: improve the git hook script (cosmos#5689)
- 8e4f966 imp: return error on default branch of ack type switch statement (cosmos#5791)
- 1c134cf build(deps): Bump codecov/codecov-action from 3 to 4 (cosmos#5792)
- dbc11b5 imp: Use json for marshalling/unmarshalling transfer packet data. (cosmos#5778)
- 116029f chore: post release v7.2.3, v7.3.2, v8.0.1 and v8.1.0 (cosmos#5780)
- 661356e refactor: remove unnecessary getters on counterparty connection type (cosmos#5783)
- e67435b build(deps): Bump docker/metadata-action from 5.5.0 to 5.5.1 (cosmos#5787)
- ad1f788 build(deps): Bump peter-evans/create-pull-request from 5 to 6 (cosmos#5786)
- 1c0c756 refactor!: remove unnecessary getters on connection end (cosmos#5777)
- bc4ef0c refactor!: remove counterparty connection interface (cosmos#5775)
- 24fdc81 add missing configuration for compatibility tests
- d330de7 e2e: reorganize channel upgrade tests + add them to compatibility tests (cosmos#5772)
- a0cf456 e2e(upgrades): crossing hello test (cosmos#5535)
- 92c44af exported.PacketI to concrete type (cosmos#5755)
- ffd91be refactor!: remove connection interface (cosmos#5770)
- 2d210e2 refactor!: remove GetState() on connection interface (cosmos#5769)
- 7df8644 fix: set explicit allowed clients for versions < v8.1 (cosmos#5768)
- a1f0dfb Remove usage of res.Block.Header, Header interface. (cosmos#5753)
- f64de8e test: add UpdateConnection to endpoint and update usages in tests. (cosmos#5719)
- 7e88167 Add E2E Upgrade test which performs a software upgrade and then a channel upgrade (cosmos#5661)
- 9a00ffe e2e(upgrades): ordered ICA channel can be closed after upgrade and packet timeout (cosmos#5537)
- 22a1727 fix(e2e): compatibility e2e test fixes (cosmos#5761)
- 162eee2 fix(e2e): re-enable ica unordered channel upgrade (cosmos#5756)
- dbaabc0 build(deps): Bump andstor/file-existence-action from 2 to 3 (cosmos#5766)
- 1504c46 refactor(api)!: remove exported.CounterpartyChannelI interface (cosmos#5744)
- 4727e2c imp: add defensive check on WriteErrorReceipt in addition to more in-line docs on edge cases (cosmos#5734)
- 8435030 build(deps): Bump sobolevn/misspell-fixer-action (cosmos#5757)
- 1853e56 chore: fixes by misspell-fixer (cosmos#5754)
- 16082d6 docs: add additional docs on edge case channel upgradability scenarios (cosmos#5735)
- 9b2aaf7 Adding workflow to automatically create typo PRs (cosmos#5724)
- 574a639 fix: Write ErrorReceipt for previous upgrade on Reinitialization (cosmos#5732)
- bddbe49 ICS4: fix off by one error in non-crossing-hello case (cosmos#5722)
- bb6c7d8 build(deps): Bump github.com/cometbft/cometbft from 0.38.4 to 0.38.5 (cosmos#5730)
- 9429d71 build(deps): Bump bufbuild/buf-setup-action from 1.28.1 to 1.29.0 (cosmos#5728)
- c23add4 Fixed typos in the 'modules' folder (cosmos#5723)
- 310a4bd refactor(api)!: remove unnecessary channel getter functions (cosmos#5705)
- c62d15b test: follow up nits from coordinator method deprecations. (cosmos#5721)
- f49fd45 Add testing for client events (cosmos#5686)
- e475064 refactor(api)!: use cometbft's MockPV. (cosmos#5709)
- bd27f58 test: add test for unint64 overflow on limit (cosmos#5713)
- 942efd7 Add tests for querying the UpgradedClientState endpoint. (cosmos#5711)
- 01e6c7c Add coordinator Setup functions to the Path type (cosmos#5397)
- b8c5f58 imp: deprecate ErrPacketTimeout error (cosmos#5626)
- 97ea045 chore: refactor UpgradeError to use built in errors functions (cosmos#5704)
- 203ea71 refactor!: remove unnecessary exported.ChannelI interface (cosmos#5703)
- 65306ac Pass expected error as second argument to ErrorIs. (cosmos#5712)
- 2f3fa4b Add
CommitHeader
to TestChain struct (cosmos#5435) - 87dc82e build(deps): Bump google.golang.org/grpc from 1.60.1 to 1.61.0 (cosmos#5708)
- 6896814 imp: modify error string to reflect actual behaviour in receive packet defensive check (cosmos#5702)
- 378e48d Adding note about new channel states (cosmos#5698)
- 9faaff5 chore: remove
OnChanUpgradeRestore
callbacks and discard state changes on app upgrade callbacks (cosmos#5696) - 0d897cd rename migrations files
- b59f6b0 Wrap error returned from upgrade ACK application callbacks (cosmos#5695)
- f67d60b fix: guarentee proof availiability for channel upgrades (cosmos#5638)
- e49cadd chore: remove IsOpen and IsClosed channel methods (cosmos#5691)
- f4a618c test: add additional test for iterator on fee mw migration (cosmos#5667)
- 41501a2 items from first channel upgrades security audit session (cosmos#5664)
- 11e63f4 Add event testing for connection handshake (cosmos#5682)
- 1c1f2fc imp: check order in validate basic of
MsgRegisterInterchainAccount
(cosmos#5671) - df198de chore: add
make help
to display the usage for projectMakefile
(cosmos#5669) - eeff754 deps: bump cometbft to 0.38.4 in modules. (cosmos#5662)
- 91a1e8f fix: allow
RecvPacket
andWriteAcknowledgement
when channel isFLUSHING
orFLUSHCOMPLETE
(cosmos#5668) - 8b6932b fix: add replay protection on upgraded channels (cosmos#5651)
- 40564ed e2e: v8.1 upgrade test for capital efficient escrows (cosmos#5652)
- 61e3eb5 Rename Order to Ordering for MsgRegisterInterchainAccount. (cosmos#5674)
- 0ad8ab4 rename lastheader to latestcommittedheader (cosmos#5672)
- 5322823 rename currentheader to proposedheader (cosmos#5673)
- 04531d8 docs: added docs on denom metadata (cosmos#5665)
- 6e15426 docs: add migration docs for v8.1 (cosmos#5648)
- 9971343 build(deps): Bump github.com/CosmWasm/wasmvm from 1.5.1 to 1.5.2 in /modules/light-clients/08-wasm (cosmos#5660)
- fdb8669 build(deps): Bump DavidAnson/markdownlint-cli2-action from 14 to 15 (cosmos#5655)
- 5f6de02 build(deps): Bump tj-actions/changed-files from 41 to 42 (cosmos#5654)
- 59ac9b2 Add migration for channel params (cosmos#5640)
- 9776943 docs: added capital efficiency to fee docs (cosmos#5643)
- 6174822 feat(ica): allow unordered ica channels (cosmos#5633)
- c5d8472 chore: add default upgrade handler for v8.1 (cosmos#5636)
- 6fc8159 imp(fee): capital efficient fee middleware (cosmos#5571)
- cf7cc66 build(deps): Bump github.com/cosmos/cosmos-sdk in /modules/capability (cosmos#5619)
- a7f85d5 deps: bump sdk in modules. (cosmos#5621)
- f3c76cd chore: remove
upgrade
prefix from upgrade event attributes (cosmos#5603) - 9184de3 chore: rename
proofXyz
->xyzProof
(cosmos#5599) - 4af6430 docs: added a new themed overview image (cosmos#5618)
- 5d77221 remaining review comments from cosmos#1613 (cosmos#5539)
- d596310 imp: separate height and timestamp attribute in upgrade timeout event (cosmos#5612)
- ef0055b docs: update stable release policy and add missing releases (cosmos#5606)
- d5949b1 feat(statemachine)!: Add allow all client wildcard to AllowedClients param (cosmos#5429)
- eeaee4b Update go.work.example to use go 1.21 (cosmos#5604)
- dd5b172 fix lastest (cosmos#5598)
- 19564a4 Update parameter names for better readability (cosmos#5512)
- de8eb6e refactor: use timeout type when possible (cosmos#5572)
- e12ee53 deps: upgrade cosmossdk.io/store to v1.0.2 for all go mods (cosmos#5594)
- 10785f0 deps: bump cosmossdk.io/log to v1.3.0 in all go mods (cosmos#5595)
- 49d0ea4 build(deps): Bump cosmossdk.io/errors from 1.0.0 to 1.0.1 (cosmos#5587)
- 861eafc build(deps): Bump cosmossdk.io/errors in /modules/capability (cosmos#5581)
- 4496301 build(deps): Bump cosmossdk.io/log in /modules/capability (cosmos#5583)
- 8624ecd nit: remove stale comment (cosmos#5577)
- 2375109 imp(core): allow huckleberry events with a prefix (cosmos#5541)
- 6c6ce87 build(deps): Bump github.com/CosmWasm/wasmvm from 1.5.0 to 1.5.1 in /modules/light-clients/08-wasm (cosmos#5563)
- 93f86fc fix: set packet seq in success log correctly (cosmos#5559)
- d487fb8 test: event emission on writing error receipts for channel upgrades (cosmos#5549)
- 681c3da docs: channel upgrade timeout (cosmos#5546)
- e096fc6 Add section about wiring up fee middleware and executing gov proposal (cosmos#5504)
- e7a2844 Docs for MsgPruneAcknowledgement (cosmos#5510)
- f9b918f Docs for channel upgrades CLI (cosmos#5553)
- 7a72df0 add explicit checks in
OnChanUpgradeTry
callback of ICA host (cosmos#5519) - b68c4aa imp: create and reuse errors in core channel upgrades handlers (cosmos#5389)
- 7b4dcd2 e2e(upgrades): upgrade ACK fails because counterparty upgrade timeout already passed (cosmos#5536)
- c885ad5 chore: fix cmd example for PruneAcknowledgements (cosmos#5554)
- 11b301b Add cli to submit gov proposal to upgrade multiple channels (cosmos#5548)
- 04e14a7 docs: fix typos (cosmos#5552)
- dc99ee4 test: add unit tests for channel upgrade event emission (cosmos#5475)
- e1df7a6 feat: removed verifychannelupgradeErrorAbsence from the 03-connection (cosmos#5532)
- bf12ce3 feat: add cli for
MsgPruneAcknowledgements
(cosmos#5482) - 339655e chore: missing upgrade msgs assertions (cosmos#5515)
- f560430 test: add mock middleware to block app upgrades and provide test coverage in core (cosmos#5406)
- fadf8f2 build(deps): Bump docker/metadata-action from 5.4.0 to 5.5.0 (cosmos#5528)
- 4d94425 docs: code block alignment in channel upgrades doc
- 2e349d3 renamed testing/app.go (cosmos#5402)
- 26fd1e0 Improving docstrings for UpgradableModule interface (cosmos#5474)
- f51d062 Check for error returned in channel msg_tests (cosmos#5492)
- a79663b docs: channel upgrades packet flushing (cosmos#5348)
- 8d8cb8c Revert "pr review"
- 06c93cd Merge branch 'main' of github.com:cosmos/ibc-go
- fc5412c pr review
- d78aaac docs: added sitemap support to docs (cosmos#5521)
- bb42c9a docs: updated version docs banners (cosmos#5516)
- 4a021a3 refactor: use explicit checks in ica controller upgrade handlers (cosmos#5472)
- e3e8f34 feat: Removing restorechannel and adding SetUpgradeErrorReceipt (cosmos#5405)
- 841cc93 docs: added section on hermes' fee based packet filtering (cosmos#5503)
- b2368fa Add missing channel upgrade tests (cosmos#5502)
- f6e3425 Improve testing for
PruneAcknowledgements
rpc (cosmos#5508) - 20312be fix: return bool in GetPruningSequenceStart (cosmos#5488)
- dc001d4 docs(deps): upgraded docusaurus to v3 (cosmos#5507)
- 6736c09 test: added tests for
UpdateChannelParams
(cosmos#5494) - 5636fa8 chore:fix link jump (cosmos#5505)
- 8711dee Documentation Corrections (cosmos#5496)
- e0c5df9 build(deps): Bump tj-actions/changed-files from 40 to 41 (cosmos#5495)
- 7c2996a fix migration log (cosmos#5497)
- 1daa21d build(deps): Bump actions/setup-go from 4 to 5 (cosmos#5491)
- ae6fee7 build(deps): Bump google.golang.org/protobuf from 1.31.0 to 1.32.0 (cosmos#5490)
- 05dd7d0 chore: remove
syncUpgradeSequence
(cosmos#5489) - 947b15e fix: add MsgPruneAcknowledgements to codec registration (cosmos#5481)
- 28f757a feat: channel upgradability (cosmos#1613)
- 6653205 chore: remove
sdk.MustSortJSON
from channel types acknowledgement (cosmos#5377) - cea0a82 Remove fmt.sprint() usage (cosmos#5403)
- 335e4ff imp(statemachine)!: increase ICA
MaxMemoCharLength
(cosmos#5442) - a89b95a imp(statemachine)!: if the allow all host messages wildcard is used, then the allow list should have only one element (cosmos#5461)
- 2d0d94a docs: update links in wasm docs + create versioned docs (cosmos#5445)
- 443398f e2e, mergify for v8.1.x (cosmos#5470)
- 3fadc29 imp: remove
sdk.MustSortJSON
from ics29acknowledgement.Acknowledgement()
(cosmos#5395) - 7c48b96 remove cosmosTx.getbytes() (cosmos#5396)
- 640b139 Channel upgradability requirements (cosmos#3240)
- ec3196d build(deps): Bump github.com/spf13/viper from 1.17.0 to 1.18.2 (cosmos#5448)
- 95a62a7 build(deps): Bump cosmossdk.io/x/tx from 0.12.0 to 0.13.0 (cosmos#5447)
- 1a6f3bc build(deps): Bump google.golang.org/grpc from 1.60.0 to 1.60.1 (cosmos#5446)
- 9c77534 fix(statemachine)!: allow overwriting of 29-fee payee to relayer address (cosmos#5441)
- 4c7621c chore: fix 08-wasm light client documentation (cosmos#5439)
- e432abf Remove MustSortJson (cosmos#5379)
- d270e75 imp: add not allowed keys to error message of authorization (cosmos#5417)
- 10ac5ff e2e: update grandpa contract (cosmos#5431)
- ad733f8 build(deps): Bump docker/metadata-action from 5.3.0 to 5.4.0 (cosmos#5434)
- 3f7d4e7 Fix typos (cosmos#5422)
- a047fa5 relocate audit reports + add migration handler for 08-wasm (cosmos#5423)
- 87611b4 add extra testcase for pre-release version
- 15fa741 build(deps): Bump actions/upload-artifact from 3 to 4 (cosmos#5427)
- db984b0 build(deps): Bump actions/download-artifact from 3 to 4 (cosmos#5426)
- d0cf5b6 chore: collect hermes config.toml (cosmos#5420)
- a7a7865 build(deps): Bump github/codeql-action from 2 to 3 (cosmos#5418)
- 60bbee1 chore: wait for sync nodes before stopping in e2e upgrade tests (cosmos#5408)
- 06501b0 e2e: fix wasm e2e tests (cosmos#5416)
- db11b9d feat(statemachine)!: add list of allowed packet data keys to
Allocation
ofTransferAuthorization
(cosmos#5280) - 549fd90 Add a helper function for parse out msg responses (cosmos#5351)
- 39e6073 Make build_test_matrix workflows fail if exit code 1 (cosmos#5356)
- 8cc5b0a docs: added docs on 08-wasm options api (cosmos#5398)
- e7d339f chore: filter out all bad characters from docker tags (cosmos#5400)
- 9c24bd2 chore: update e2e upgrade workflow and test configuration (cosmos#5388)
- 1773e25 build(deps): Bump google.golang.org/grpc from 1.59.0 to 1.60.0 (cosmos#5385)
- e2bcb77 feat(08-wasm): querier plugins implemented (cosmos#5345)
- 3e1998f end of life for v6 (cosmos#5341)
- b07010d imp: mark
GetTimestamp
as deprecated (cosmos#5353) - 55966e0 bump sdk deps. (cosmos#5367)
- 016a609 fix every typos (cosmos#5373)
- 6f2493f feat: check if controller enabled or not in
sendTx
(cosmos#5343) - e7f0966 imp(statemachine)!: check if there are duplicate client types in allowed clients param
- 65d6437 chore(proto/ibc): fix in protodocs and contributing.md (cosmos#5354)
- ab8a23d docs: fix typos (cosmos#5344)
- 908a098 fix: update incorrect test suite string in test exclusions (cosmos#5342)
- 754a213 docs: add docs for checksums migration (cosmos#5335)
- d76ee9b e2e: adding ibcwasm e2e upgrade test (cosmos#5333)
- 87e9d95 build(deps): Bump actions/setup-go from 4 to 5 (cosmos#5338)
- 5146942 Rm GetSigners for mock message. (cosmos#5334)
- 5ed4735 nit: error in migration panic (cosmos#5330)
- 36c61e5 docs: added connection delay documentation (cosmos#5312)
- 38a46a0 feat: add ibcwasm upgrade handler for store migrations (cosmos#5327)
- 2a39b26 Add migration for checksums to collections.KeySet (cosmos#5324)
- b04b843 Remove GetSigners from
sdk.Msg
implementations (cosmos#5305) - d373879 build(deps): Bump actions/setup-python from 4 to 5 (cosmos#5326)
- cb74fd1 chore: address vanity nits in 08-wasm (code structure, godocs) (cosmos#5320)
- 0b40489 Remove pr labeler. (cosmos#5302)
- e3ab9be fix: remove 08-wasm from 02-client exported (cosmos#5306)
- 1f24a5a docs: remove redundant code examples (cosmos#5309)
- 54e2172 Support wasm tests on forks (cosmos#5234)
- b7d6a30 Don't panic during any store operations. (cosmos#5294)
- ca95913 build(deps): Bump docker/metadata-action from 5.2.0 to 5.3.0 (cosmos#5301)
- 1e11c01 update roadmap
- ffc3c83 Update CODEOWNERS for 08-wasm (cosmos#5296)
- d69a826 build(deps): Bump docker/metadata-action from 5.1.0 to 5.2.0 (cosmos#5297)
- 18277ee mergify task for callbacks v0.2.x and ibc-go v8.0.x (cosmos#5295)
- 7016a94 feat: add custom queries to wasm module (cosmos#5261)
- 701228d ci: workflow to trigger wasm E2Es with a specific tag (cosmos#5288)
- 6fe8b6c Add workflow to build wasm simapp (cosmos#5286)
- 1992905 build(deps): Bump docker/metadata-action from 5.0.0 to 5.1.0 (cosmos#5277)
- f2cc21c imp: use bytes in wasm contract api instead of wrapped types (cosmos#5154)
- 9db308b update mergify labels for 08-wasm release branches
- 9bce130 build(deps): Bump cosmossdk.io/store from 1.0.0 to 1.0.1 (cosmos#5199)
- a9cf9d2 build(deps): Bump github.com/cometbft/cometbft in /modules/capability (cosmos#5195)
- 0c2d2ba build(deps): Bump sigs.k8s.io/yaml in /modules/capability (cosmos#5194)
- 5c93d41 Add capability to dependabot. (cosmos#5193)
- 9f0002f Drop step installing tparse. (cosmos#5191)
- 1889759 docs: add IBC overview diagram (cosmos#5166)
- 88d07d5 chore: update swagger (cosmos#5179)
- bf01efd build(deps): Bump github.com/spf13/cast from 1.5.1 to 1.6.0 (cosmos#5181)
- e42fcc8 build(deps): Bump github.com/cometbft/cometbft from 0.38.1 to 0.38.2 (cosmos#5180)
- e329e28 build(deps): Bump github.com/hashicorp/go-metrics from 0.5.2 to 0.5.3 (cosmos#5182)
- eeab4d5 build(deps): Bump JamesIves/github-pages-deploy-action from 4.4.3 to 4.5.0 (cosmos#5188)
- 10bb80b Change to StoreCodeUnchecked in Genesis and snapshotter (cosmos#5167)
- 82c5021 e2e: timeout transfer with grandpa light client (cosmos#5018)
- 2c9017f chore(08-wasm):
Pin
code during app initialisation (cosmos#5161) - 251d6f0 docs: readme improvements (cosmos#5171)
- 2eb0b84 build(deps): Bump DavidAnson/markdownlint-cli2-action from 13 to 14 (cosmos#5176)
- 7eb1b84 chore: use
GetPrefixedDenom
to create IBC token denom (cosmos#5175) - d62a66c docs: improved channel closure docs (cosmos#5170)
- 2bd29c0 Add a helper function to create a mock contract. (cosmos#5162)
- 0e3f428 chore: tm -> cmt. (cosmos#5158)
- 4bb8edd Validate before calculating checksum, move private functions at end, add context to mockvm errors. (cosmos#5157)
- 9e203b8 chore: make lint-fix. (cosmos#5156)
- 34f5798 nit: removed unused param from 'NewConsensusState' (cosmos#5159)
- c54ec07 Remove grandpa unit test contract, rm test_data. (cosmos#5150)
- 84ede5b rm: vuepress config file (cosmos#5151)
- b5dd876 Remove stored wasm contract in test_data. (cosmos#5149)
- 595e1a9 Use global wasm VM instead of keeping an additional reference in keeper. (cosmos#5146)
- ace2e2a imp(api)!: remove header from update client event
- cab3fcd docs: update security.md (cosmos#5122)
- a231fea imp: use wasm VM CreateChecksum (cosmos#5123)
- 99fbe68 docs: rename code hash to checksum in 08-wasm docs (cosmos#5133)
- 482b6b2 Consistent argument order in entrypoint wrappers. (cosmos#5134)
- 336bf2c test: adding e2e for grandpa client recovery test (cosmos#5027)
- cb771ca Rename wasm contract to .gz since that is what it is. (cosmos#5131)
- bd16994 Move check for upgraded client state height to 02-client layer. (cosmos#4368)
- 3b1e4e2 build(deps): Bump github.com/cometbft/cometbft from 0.38.0 to 0.38.1 (cosmos#5130)
- 8f2cf22 build(deps): Bump docker/build-push-action from 5.0.0 to 5.1.0 (cosmos#5126)
- 1c8c1e3 build(deps): Bump bufbuild/buf-setup-action from 1.28.0 to 1.28.1 (cosmos#5125)
- 1f2a9b5 test: add ParsePacketsFromEvents (cosmos#4975)
- f177b21 Run WASM E2E tests only when relevant changes are made (cosmos#5092)
- 93a1be4 build(deps): Bump github.com/CosmWasm/wasmvm from 1.4.1 to 1.5.0 in /modules/light-clients/08-wasm (cosmos#5117)
- 77477d4 Bump all dependabot actions. (cosmos#5119)
- cdc7478 Update mergify.yml
- 35d15f3 fix mergify.yml for 08-wasm
- 08d36eb feat: 08-wasm light client proxy module for wasm clients (cosmos#5079)
- 013e42f build(deps): Bump github.com/hashicorp/go-metrics from 0.5.1 to 0.5.2 (cosmos#5113)
- 3f5b2b6 update release tracker issue template
- 4277d17 update tag of v7 to v8 upgrade test (cosmos#5083)
- 06c92e6 build(deps): Bump bufbuild/buf-setup-action from 1.27.2 to 1.28.0 (cosmos#5096)
- 2346c49 chore: post v8.0.0 release (cosmos#5082)
- 0a145ea ci: add PR labeler (cosmos#5081)
- 68dba07 docs: add docs folder for v8.0.x (cosmos#5078)
- edb89e8 chore: add mergify backport for 08-wasm (cosmos#5077)
- c0bd102 docs: new social card for docs (cosmos#5080)
- aecc612 imp: updated urls (cosmos#5031)
- c5bac5e deps: update mod/capability to v1.0.0 (cosmos#5046)
- 523861a Bump dependencies (cosmos#5064)
- 27b8afa deps: bump SDK v0.50.1 (cosmos#5038)
- 5341f03 chore: fix error formatting of client status check in client recovery (cosmos#5039)
- ceefeed build(deps): Bump cosmossdk.io/math from 1.1.3-rc.1 to 1.2.0 (cosmos#5034)
- cad01e8 build(deps): Bump golang.org/x/mod from 0.13.0 to 0.14.0 in /e2e (cosmos#5025)
- 2652448 build(deps): Bump github.com/spf13/cobra from 1.7.0 to 1.8.0 (cosmos#5024)
- 52e7176 build(deps): Bump cosmossdk.io/x/tx from 0.11.0 to 0.12.0 (cosmos#5017)
- 6c628f6 fix expect pointer error when unmarshalling misbehaviour file (cosmos#5020)
- e597f51 docs: fix typos (cosmos#5019)
- fec07ec fix: docs typos (cosmos#5014)
- 0d55fe1 build(deps): Bump cosmossdk.io/store from 1.0.0-rc.0 to 1.0.0 (cosmos#5009)
- a11c558 simplifying code in packet_test (cosmos#4980)
- 866ca27 chore: EoL for v4 and v5 (cosmos#4995)
- ac5b2ca imp(statemachine)!: add length validation of string fields in messages
- 50ac22e removing initmodule from ica (cosmos#4977)
- 016443d refactor(simapp): re-wire autocli with latest client/v2 changes (cosmos#4843)
- c07faa8 build(deps): Bump bufbuild/buf-setup-action from 1.27.1 to 1.27.2 (cosmos#4988)
- fc764dc Add a test for 07-tendermint's GetTimestampAtHeight (cosmos#4972)
- f6594f6 deps: bump Cosmos SDK to tip of
release/v0.50.x
(cosmos#4976) - 7cf30ef (mod/capability) Use AppModule directly in favour of AppModuleBasic in mod/capability (cosmos#4982)
- aef6a3f docs: fee middleware tutorial improvements (cosmos#4979)
- 7267e07 Register message service descriptor (cosmos#4969)
- 5e393c5 deps(e2e): update hermes tag (cosmos#4968)
- 3ac8566 chore: remove redundant code (cosmos#4952)
- b3635b1 build(deps): Bump tj-actions/changed-files from 39 to 40 (cosmos#4962)
- 9466ced fix(msg): register proto interface (cosmos#4944)
- 6ec7f4c build(deps): Bump actions/setup-node from 3 to 4 (cosmos#4941)
- 216fe2c chores for new patch releases for v4, v5, v6, v7 (cosmos#4922)
- 7fea965 docs: add microsoft clarity support (cosmos#4935)
- 3dd468a Add note for adding a build tag in new e2e files. (cosmos#4937)
- ed79f49 docs: add google analytics 4 support (cosmos#4933)
- 3d9f652 Automate Discord Notification for New Releases (cosmos#4918)
- 161e831 small improvements to v8 migration docs
- 5ee8296 remove test that does not apply to v6.1.x and v6.2.x release lines
- b224f88 build(deps): Bump google.golang.org/grpc from 1.58.3 to 1.59.0 (cosmos#4904)
- da0adca build(deps): Bump bufbuild/buf-setup-action from 1.27.0 to 1.27.1 (cosmos#4906)
- 60b2859 chore: fixes for legacy amino encoding for ledger signing (cosmos#4812)
- 52da9be imp: add init-simapp script (cosmos#4844)
- 2533acd build(deps): Bump cosmossdk.io/api from 0.7.1 to 0.7.2 (cosmos#4890)
- 381994e build(deps): Bump cosmossdk.io/x/tx from 0.10.0 to 0.11.0 (cosmos#4889)
- 830982a chore: fixing compatibility tests (cosmos#4876)
- e51b603 chores: add v4.5.0 tag and remove v5.2.x (end of life) (cosmos#4840)
- 9605c9e imp: add go mod tidy all script (cosmos#4845)
- 0d524ec build(deps): Bump google.golang.org/grpc from 1.58.2 to 1.58.3 (cosmos#4855)
- 2ec9c7d e2e : migrate interchaintest.GetBalance to CosmosChain's GetBalance (cosmos#4683)
- eb1892a build(deps): Bump bufbuild/buf-setup-action from 1.26.1 to 1.27.0 (cosmos#4847)
- 4bbc65d build(deps): Bump github.com/spf13/viper from 1.16.0 to 1.17.0 (cosmos#4846)
- 4cb5230 build(deps): Bump golang.org/x/mod from 0.12.0 to 0.13.0 in /e2e (cosmos#4839)
- a0ac240 Change host relay tests to check error returned (cosmos#4161)
- 2fb6171 doc: adding migration doc info for nil legacy subspace (cosmos#4816)
- a948e34 docs: add changelog entry for cosmos#4835
- 9e879a7 chore: mergify task and e2e tests for
release/v8.0.x
(cosmos#4765) - e340dd0 chore: fix fork e2es (cosmos#4813)
- b331851 imp!: use expected interface for legacy params subspace (cosmos#4811)
- 2b58f10 fix: typos (cosmos#4796)
- 89912e7 docs: added tutorial for Cosmoverse 2023 (cosmos#4793)
- 9c4b9c9 Update repo cover image (cosmos#4794)
- 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)