dymensionxyz / RDK

Server side for dymension Rollapps
Other
15 stars 3 forks source link

build(deps): Bump cosmossdk.io/api from 0.1.0-alpha9 to 0.2.2 in /core #92

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps cosmossdk.io/api from 0.1.0-alpha9 to 0.2.2.

Release notes

Sourced from cosmossdk.io/api's releases.

Cosmovisor v0.1.0 Release Notes

This is the first tracked release of Cosmovisor. It contains the original behavior of scanning app stdin and stdout. Since the original design, this release contains one important feature: state backup. Since v0.1, by default, cosmovisor will make a state backup (<app_directory>/data directory). Backup will be skipped if UNSAFE_SKIP_BACKUP=true is set.

Updates to this release will be pushed to release/cosmovisor/v0.1.x branch.

Please see the CHANGELOG for more details.

Changelog

Sourced from cosmossdk.io/api's changelog.

Changelog

[Unreleased]

Features

  • (core) #13306 Add a FormatCoins function to in core/coins to format sdk Coins following the Value Renderers spec.
  • (math) #13306 Add FormatInt and FormatDec functiosn in math to format integers and decimals following the Value Renderers spec.
  • (x/staking) #13122 Add UnbondingCanComplete and PutUnbondingOnHold to x/staking module.
  • #13437 Add new flag --modules-to-export in simd export command to export only selected modules.
  • #13298 Add AddGenesisAccount helper func in x/auth module which helps adding accounts to genesis state.
  • (x/authz) #12648 Add an allow list, an optional list of addresses allowed to receive bank assets via authz MsgSend grant.
  • (sdk.Coins) #12627 Make a Denoms method on sdk.Coins.
  • (testutil) #12973 Add generic testutil.RandSliceElem function which selects a random element from the list.
  • (client) #12936 Add capability to preprocess transactions before broadcasting from a higher level chain.

... (truncated)

Commits
  • 3c238eb chore: remove module_query_safe for few auth queries (#13642)
  • a1b8ec2 feat: add autocli service proto (#13597)
  • 9f3575a refactor: deterministic tests and add gas tests (#13539)
  • b809f71 build(deps): Bump tailwindcss from 3.2.0 to 3.2.1 in /docs (#13628)
  • 5a23240 build(deps): Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 in /orm (#1...
  • 5dbb780 build(deps): Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 in /errors ...
  • 8ae772d build(deps): Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 in /core (#...
  • f4a833c build(deps): Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 in /tx (#13...
  • 7b6a5f5 build(deps): Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 in /depinje...
  • d301079 build(deps): Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 in /tools/c...
  • Additional commits viewable in compare view


Dependabot compatibility score

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 commands and options
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)
dependabot[bot] commented 1 year ago

The following labels could not be found: A:automerge.

dependabot[bot] commented 1 year ago

Superseded by #97.