- 28 Oct, 2022 3 commits
-
-
yaruwangway authored
* chore: update changelog * chore: update links
-
dependabot[bot] authored
Bumps [github.com/cosmos/cosmos-sdk](https://github.com/cosmos/cosmos-sdk) from 0.46.2 to 0.46.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/cosmos/cosmos-sdk/releases">github.com/cosmos/cosmos-sdk's releases</a>.</em></p> <blockquote> <h2>v0.46.3</h2> <h1>Cosmos SDK v0.46.3 Release Notes</h1> <p>This is a security release for the <a href="https://forum.cosmos.network/t/ibc-security-advisory-dragonberry/7702">Dragonberry security advisory</a>. Please upgrade ASAP.</p> <p>Next to this, we have also included a few minor bugfixes.</p> <p>Chains must add the following to their go.mod for the application:</p> <pre lang="go"><code>replace github.com/confio/ics23/go => github.com/cosmos/cosmos-sdk/ics23/go v0.8.0 </code></pre> <p>Bumping the SDK version should be smooth, however, feel free to tag core devs to review your upgrading PR:</p> <ul> <li><strong>CET</strong>: <a href="https://github.com/tac0turtle"><code>@tac0turtle</code></a>, <a href="https://github.com/okwme"><code>@okwme</code></a>, <a href="https://github.com/AdityaSripal"><code>@AdityaSripal</code></a>, <a href="https://github.com/colin-axner"><code>@colin-axner</code></a>, <a href="https://github.com/julienrbrt"><code>@julienrbrt</code></a></li> <li><strong>EST</strong>: <a href="https://github.com/ebuchman"><code>@ebuchman</code></a>, <a href="https://github.com/alexanderbez"><code>@alexanderbez</code></a>, <a href="https://github.com/aaronc"><code>@aaronc</code></a></li> <li><strong>PST</strong>: <a href="https://github.com/jtremback"><code>@jtremback</code></a>, <a href="https://github.com/nicolaslara"><code>@nicolaslara</code></a>, <a href="https://github.com/czarcas7ic"><code>@czarcas7ic</code></a>, <a href="https://github.com/p0mvn"><code>@p0mvn</code></a></li> <li><strong>CDT</strong>: <a href="https://github.com/ValarDragon"><code>@ValarDragon</code></a>, <a href="https://github.com/zmanian"><code>@zmanian</code></a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/cosmos/cosmos-sdk/blob/main/CHANGELOG.md">github.com/cosmos/cosmos-sdk's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/cosmos/cosmos-sdk/releases/tag/v0.46.3">v0.46.3</a> - 2022-10-20</h2> <p>ATTENTION:</p> <p>This is a security release for the <a href="https://forum.cosmos.network/t/ibc-security-advisory-dragonberry/7702">Dragonberry security advisory</a>.</p> <p>All users should upgrade immediately.</p> <p>Users <em>must</em> add a replace directive in their go.mod for the new <code>ics23</code> package in the SDK:</p> <pre lang="go"><code>replace github.com/confio/ics23/go => github.com/cosmos/cosmos-sdk/ics23/go v8.0.0 </code></pre> <h3>Features</h3> <ul> <li><a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/pull/13435">#13435</a> Extend error context when a simulation fails.</li> <li>(grpc) <a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/pull/13485">#13485</a> Implement a new gRPC query, <code>/cosmos/base/node/v1beta1/config</code>, which provides operator configuration.</li> <li>(cli) <a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/pull/13147">#13147</a> Add the <code>--append</code> flag to the <code>sign-batch</code> CLI cmd to combine the messages and sign those txs which are created with <code>--generate-only</code>.</li> <li>(cli) <a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/pull/13454">#13454</a> <code>sign-batch</code> CLI can now read multiple transaction files.</li> </ul> <h3>Improvements</h3> <ul> <li><a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/pull/13586">#13586</a> Bump Tendermint to <code>v0.34.22</code>.</li> <li>(auth) <a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/pull/13460">#13460</a> The <code>q auth address-by-id</code> CLI command has been renamed to <code>q auth address-by-acc-num</code> to be more explicit. However, the old <code>address-by-id</code> version is still kept as an alias, for backwards compatibility.</li> <li><a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/pull/13433">#13433</a> Remove dead code in cacheMergeIterator <code>Domain()</code>.</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Implement dragonberry security patch. <ul> <li>For applying the patch please refer to the <a href="https://github.com/cosmos/cosmos-sdk/blob/main/RELEASE_NOTES.md">RELEASE NOTES</a></li> </ul> </li> <li>(store) <a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/pull/13459">#13459</a> Don't let state listener observe the uncommitted writes.</li> <li><a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/pull/12548">#12548</a> Prevent signing from wrong key while using multisig.</li> </ul> <h3>API Breaking Changes</h3> <ul> <li>(server) <a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/pull/13485">#13485</a> The <code>Application</code> service now requires the <code>RegisterNodeService</code> method to be implemented.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cosmos/cosmos-sdk/commit/6d32debf1aca4b7f1ed1429d87be1d02c315f02d"><code>6d32deb</code></a> chore: bump tendermint to <code>0.34.22</code> (<a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/issues/13586">#13586</a>)</li> <li><a href="https://github.com/cosmos/cosmos-sdk/commit/facd40d1423e29558c6891e70b66b451e99bae07"><code>facd40d</code></a> Merge pull request from GHSA-3qp7-gj37-g9rx</li> <li><a href="https://github.com/cosmos/cosmos-sdk/commit/8667eba85db57555c0d7cc437566199e6b5e9549"><code>8667eba</code></a> refactor: Amend <a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/issues/13497">#13497</a> (<a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/issues/13577">#13577</a>)</li> <li><a href="https://github.com/cosmos/cosmos-sdk/commit/86e8bcb539218e6b2693780fc46d8d12ada8183f"><code>86e8bcb</code></a> refactor: Improve AllocateTokens (backport <a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/issues/13524">#13524</a>) (<a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/issues/13526">#13526</a>)</li> <li><a href="https://github.com/cosmos/cosmos-sdk/commit/2e3c37853d6be178d0c830128d0b4c161dcd3882"><code>2e3c378</code></a> chore: CHANGELOG update (backport <a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/issues/13536">#13536</a>) (<a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/issues/13537">#13537</a>)</li> <li><a href="https://github.com/cosmos/cosmos-sdk/commit/37912ec4a20d74b794b0cd828a10c898958b75e8"><code>37912ec</code></a> feat: gRPC query for operator and chain configuration (backport <a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/issues/13485">#13485</a>) (<a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/issues/13497">#13497</a>)</li> <li><a href="https://github.com/cosmos/cosmos-sdk/commit/f8778706afa70a3e576b408d63eac4892d8e4860"><code>f877870</code></a> feat: add MsgServiceRouter to Baseapp (and runtime's provideCodecs) (backport...</li> <li><a href="https://github.com/cosmos/cosmos-sdk/commit/cb676e2647557543d658172d5a1be61cc40fa2a4"><code>cb676e2</code></a> fix: state listener could observe discarded writes (backport <a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/issues/13459">#13459</a>) (<a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/issues/13462">#13462</a>)</li> <li><a href="https://github.com/cosmos/cosmos-sdk/commit/982b891921da32b7881a8d93942cf24ad4acc6b0"><code>982b891</code></a> refactor: Improve and clarify API around <code>AccountAddressById</code> (backport <a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/issues/134">#134</a>...</li> <li>See full diff in <a href="https://github.com/cosmos/cosmos-sdk/compare/v0.46.2...v0.46.3">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
-
yaruwangway authored
* fix: use bond_denom as default globalfee denom * fix: fee test by setup uatom as staking bond denom * chore: update error logs * fix: subspace notfound err type * test: add test for defaultGlobalFee * chore: return error for DefaultZeroGlobalFee * refactor: move FeeDecorator methods from fee_utils.go to fee.go * fix: use SetParamSet rather than set when setting bondDenom * chore: code improvement * fix: move panic to antehandler Co-authored-by:
Danilo Pantani <danpantani@gmail.com>
-
- 27 Oct, 2022 4 commits
-
-
billy rennekamp authored
-
billy rennekamp authored
* asdf * tests pass for packet-forward-middleware * v5 * rebase and fix fees * revert back to working ibc middleware * v5 * add back teardown * new functionality * Update app/keepers/keepers.go * remove skips * remove comments * convert uatom variable * fix gov test * Update tests/e2e/e2e_ibc_test.go Co-authored-by:
Danilo Pantani <danpantani@gmail.com> Co-authored-by:
Danilo Pantani <danpantani@gmail.com>
-
Marko authored
Co-authored-by:
Marko Baricevic <markobaricevic3778@gmail.com>
-
billy rennekamp authored
-
- 26 Oct, 2022 4 commits
-
-
billy rennekamp authored
* docs starter * docs: Add group module docs (#1730) * WIP * Add group module docs * Update docs/modules/group.md Co-authored-by:
Sam Hart <sam@hxrts.com> * Update docs/modules/group.md Co-authored-by:
Sam Hart <sam@hxrts.com> * Update docs/modules/group.md Co-authored-by:
Lexa Michaelides <32111123+LexaMichaelides@users.noreply.github.com> * Update docs/modules/group.md Co-authored-by:
Danilo Pantani <danpantani@gmail.com> * Update docs/modules/group.md Co-authored-by:
Danilo Pantani <danpantani@gmail.com> * Update phrasing * Update docs/modules/group.md Co-authored-by:
Danilo Pantani <danpantani@gmail.com> * Update phrasing Co-authored-by:
Sam Hart <sam@hxrts.com> Co-authored-by:
Lexa Michaelides <32111123+LexaMichaelides@users.noreply.github.com> Co-authored-by:
Danilo Pantani <danpantani@gmail.com> * Update docs - gov module (#1718) Co-authored-by:
billy rennekamp <billy.rennekamp@gmail.com> Co-authored-by:
lg <8335464+glnro@users.noreply.github.com> Co-authored-by:
Sam Hart <sam@hxrts.com> Co-authored-by:
Lexa Michaelides <32111123+LexaMichaelides@users.noreply.github.com> Co-authored-by:
Danilo Pantani <danpantani@gmail.com>
-
dependabot[bot] authored
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.6.0 to 1.6.1. - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](https://github.com/spf13/cobra/compare/v1.6.0...v1.6.1 ) --- updated-dependencies: - dependency-name: github.com/spf13/cobra dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com> Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
billy rennekamp authored
taking more than 25 minutes, changed to 45
-
Khalid authored
This word "higher change" on line 297 must be updated to "higher chance" as per my understanding. Please ignore if my understanding is wrong.
-
- 25 Oct, 2022 1 commit
-
-
lg authored
* Add upgrade config for globalfee * fix: globalfee init module * fix: set globalfee params in initModule * Configure upgrade handler for rho * Remove metadata * Fix import order * Update app/upgrades/v8/upgrades.go Co-authored-by:
Yaru Wang <yaru@interchain.io> Co-authored-by:
billy rennekamp <billy.rennekamp@gmail.com>
-
- 24 Oct, 2022 4 commits
-
-
yaruwangway authored
* fix: upgrade handler of v7, and remove initmodule in globalfee * fix: err to correctTypecast in icatype assertion * fix: err to correctTypecast in icaModule type assertion Co-authored-by:
lg <8335464+glnro@users.noreply.github.com> Co-authored-by:
Danilo Pantani <danpantani@gmail.com>
-
Danilo Pantani authored
* add bank denom metadata * check if the atom denom exists * update atom name * update atom metadata name to `Cosmos Hub Atom` Co-authored-by:
lg <8335464+glnro@users.noreply.github.com> Co-authored-by:
billy rennekamp <billy.rennekamp@gmail.com>
-
tacolopo authored
-
billy rennekamp authored
-
- 13 Oct, 2022 1 commit
-
-
billy rennekamp authored
-
- 12 Oct, 2022 2 commits
-
-
dependabot[bot] authored
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 3.3.0 to 4.1.0. - [Release notes](https://github.com/docker/metadata-action/releases) - [Upgrade guide](https://github.com/docker/metadata-action/blob/master/UPGRADE.md) - [Commits](https://github.com/docker/metadata-action/compare/98669ae865ea3cffbcbaa878cf57c20bbf1c6c38...12cce9efe0d49980455aaaca9b071c0befcdd702 ) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by:
dependabot[bot] <support@github.com> Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
dependabot[bot] authored
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.5.0 to 1.6.0. - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](https://github.com/spf13/cobra/compare/v1.5.0...v1.6.0 ) --- updated-dependencies: - dependency-name: github.com/spf13/cobra dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com> Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- 11 Oct, 2022 1 commit
-
-
Danilo Pantani authored
* add encode and decode tests * give file permisssion to docker user * fix ci permissions for tests Co-authored-by:
billy rennekamp <billy.rennekamp@gmail.com>
-
- 10 Oct, 2022 8 commits
-
-
billy rennekamp authored
-
Danilo Pantani authored
* add queries and structure for e2e slashing test * use the same menemonic for all jailed validators * add `Delegations` to jailed validator * fix the jailed validator init * add slashingShares globar const * fix duplicated import * fix staking UnbondingTime * use httpGet help method * remove staking genesis params * remove unused code * add error to logs * add more explicit variable name for jailed validator account
-
Danilo Pantani authored
* add feegrant module test * text spend limit * check if the bob balance is ok * add comment docs and flags for `execFeeGrant` method * test the revoke command Co-authored-by:
billy rennekamp <billy.rennekamp@gmail.com>
-
Danilo Pantani authored
* add tests for evidence * query evidence by hash * fix some typos * use global constants to avoid duplicated string * add constant for the query command * build url inline Co-authored-by:
billy rennekamp <billy.rennekamp@gmail.com>
-
billy rennekamp authored
* fix * forgot one
-
yaruwangway authored
* feat: add globalfee initModule for upgrade handler * chore: add comment for globalfee initModule * fix: lint
-
dependabot[bot] authored
Bumps [actions/stale](https://github.com/actions/stale) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/stale/compare/v6.0.0...v6.0.1 ) --- updated-dependencies: - dependency-name: actions/stale dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com> Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Anmol authored
* Initial creation of blobs * Add upgrades dir with v8 rho upgrade * Remove module.go for keeper package * Remove repeated comment * Add newline in constants.go file * Remove unused commented out code * Fix linted * Fix import grouping * Fix import grouping for module and upgrades * Fix initialization of ica module * Empty commit for actions trigger * Move upgrade function from v8 to v7, create empty v8 upgrade files * Add v8 upgrade handler to app.go * Ignore const, keys and modules.go files from codecov * Ignore app params as well since there are no tests required for it * Restructure ordering of ignoring files and add a Todo commands * Comment out TestAccAddress function for linters to pass * Remove previously added ignore files from codecov, since they have no impact Co-authored-by:
billy rennekamp <billy.rennekamp@gmail.com> Co-authored-by:
Danilo Pantani <danpantani@gmail.com>
-
- 07 Oct, 2022 2 commits
-
-
Danilo Pantani authored
* fix broken markdown link * fix cosmosvisor links
-
dependabot[bot] authored
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.49.0 to 1.50.0. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](https://github.com/grpc/grpc-go/compare/v1.49.0...v1.50.0 ) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com> Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- 06 Oct, 2022 2 commits
-
-
Danilo Pantani authored
This reverts commit d3dd7d13.
-
Danilo Pantani authored
-
- 05 Oct, 2022 7 commits
-
-
Danilo Pantani authored
* e2e vesting account tests * rollback the `executeDelegate` changes * fix the vesting accounts addresses * add tests for Delayed Vesting Account * fix test values * fix flag from for periodic account create * add periodic vesting account tests * fix vesting account test assertions * improve code quality * fix periodic vesting balance * transfer coins to pay the delegation fee for the permanent locked account * fix create permanent locked account issue with a workaround * avoid permanent locked and period tests run at the same time in parallel * fix tx send logs and add more logs for debug * fix wait time for vesting account * debug log before unmarshall * remove parallelism * improve the code quality * revert executeGaiaTxCommand changes * revert e2e_util_test changes * add logs for CI debug * fix vesting test accounts for create vesting account command * remove unused hdpath for create genesis account * pass the docker user to the exec command * fix config dir docker permission * fix config folder permission from `777` to `755` * parse chmod stderr * avoid parse exec error * remove chmod for the config dir * debug chmod for keystore * create wallets before init the chain * add comment to `HDPath` method * use the same binary name const Co-authored-by:
billy rennekamp <billy.rennekamp@gmail.com>
-
Milan Mulji authored
* test: add daily e2e cron job * moved cron comments below timings * Separated nightly runs into new yml file * Modified to use workflow_call, to keep things dry * Added newline * Rename nightly-e2e.yml to nightly-tests.yml Co-authored-by:
billy rennekamp <billy.rennekamp@gmail.com>
-
yaruwangway authored
* refactor: globalfee antehandler * fix: remove unused field * fix: linter, unused func * fix: deadlink * fix: test
-
Milan Mulji authored
* Updated dependencies * Apply IBC API changes
-
dependabot[bot] authored
Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.49.0 to 1.50.0. - [Release notes](https://github.com/golangci/golangci-lint/releases) - [Changelog](https://github.com/golangci/golangci-lint/blob/master/CHANGELOG.md) - [Commits](https://github.com/golangci/golangci-lint/compare/v1.49.0...v1.50.0 ) --- updated-dependencies: - dependency-name: github.com/golangci/golangci-lint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com> Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Danilo Pantani authored
* remove queries as `IntegrationTestSuite` to use as a static method * use module name as part of gaiad cli command
-
yaruwangway authored
* feat: add darwin/arm64 to release assets * chore: update the binary upload order in release assets
-
- 04 Oct, 2022 1 commit
-
-
dependabot[bot] authored
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.2 to 3.1.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3.0.2...v3.1.0 ) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com> Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-