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.0 in /orm #19

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.0.

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.

0.2.0 (March 6, 2017)

BREAKING CHANGES:

  • Update to ABCI v0.4.0 and Tendermint v0.9.0
  • Coins are specified on the CLI as Xcoin, eg. 5gold
  • Cost is now Fee

FEATURES:

  • CLI for sending transactions and querying the state, designed to be easily extensible as plugins are implemented
  • Run Basecoin in-process with Tendermint
  • Add /account path in Query
  • IBC plugin for InterBlockchain Communication
  • Demo script of IBC between two chains

IMPROVEMENTS:

  • Use new Tendermint /commit endpoint for crafting IBC transactions
  • More unit tests
  • Use go-crypto S structs and go-data for more standard JSON
  • Demo uses fewer sleeps

BUG FIXES:

  • Various little fixes in coin arithmetic
  • More commit validation in IBC
  • Return results from transactions

PreHistory

January 14-18, 2017

  • Update to Tendermint v0.8.0
  • Cleanup a bit and release blog post

September 22, 2016

  • Basecoin compiles again

... (truncated)

Commits
  • 8e4d6a5 Merge branch 'master' into develop
  • 72bebc6 Merge pull request #819 from cosmos/release/v0.14.0
  • 4807a19 Merge pull request #774 from fedekunze/fedekunze/README
  • 40b193f update changelog
  • 1074ab6 version and changelog
  • 9722f41 deps, changelog, version
  • 56c3ae4 Merge branch 'develop' into fedekunze/README
  • c155a82 addressed Rige's comments
  • 9b246ec Update README.md
  • 52f317a Merge pull request #800 from cosmos/rigel/tick-endblock
  • 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, dependencies.

dependabot[bot] commented 1 year ago

Superseded by #25.