Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): Bump cosmossdk.io/api from 0.2.6 to 0.3.0 in /simapp #193

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 6, 2023

Bumps cosmossdk.io/api from 0.2.6 to 0.3.0.

Changelog

Sourced from cosmossdk.io/api's changelog.

0.3.0 (March 23, 2017)

BREAKING CHANGES:

  • Remove --data flag and use BCHOME to set the home directory (defaults to ~/.basecoin)
  • Remove --in-proc flag and start Tendermint in-process by default (expect Tendermint files in $BCHOME/tendermint). To start just the ABCI app/server, use basecoin start --without-tendermint.
  • Consolidate genesis files so the Basecoin genesis is an object under app_options in Tendermint genesis. For instance:
{
  "app_hash": "",
  "chain_id": "foo_bar_chain",
  "genesis_time": "0001-01-01T00:00:00.000Z",
  "validators": [
    {
      "amount": 10,
      "name": "",
      "pub_key": [
        1,
        "7B90EA87E7DC0C7145C8C48C08992BE271C7234134343E8A8E8008E617DE7B30"
      ]
    }
  ],
  "app_options": {
    "accounts": [
      {
        "pub_key": {
          "type": "ed25519",
          "data": "6880db93598e283a67c4d88fc67a8858aa2de70f713fe94a5109e29c137100c2"
        },
        "coins": [
          {
            "denom": "blank",
            "amount": 12345
          },
          {
            "denom": "ETH",
            "amount": 654321
          }
        ]
      }
    ],
    "plugin_options": ["plugin1/key1", "value1", "plugin1/key2", "value2"]
  }
}

Note the array of key-value pairs is now under app_options.plugin_options while the app_options themselves are well formed. We also changed chainID to chain_id and consolidated to have just one of them.

... (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)

Bumps [cosmossdk.io/api](https://github.com/cosmos/cosmos-sdk) from 0.2.6 to 0.3.0.
- [Release notes](https://github.com/cosmos/cosmos-sdk/releases)
- [Changelog](https://github.com/cosmos/cosmos-sdk/blob/main/CHANGELOG.md)
- [Commits](cosmos/cosmos-sdk@api/v0.2.6...v0.3.0)

---
updated-dependencies:
- dependency-name: cosmossdk.io/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 6, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 6, 2023

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

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 21, 2023

Superseded by #223.

@dependabot dependabot bot closed this Feb 21, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/simapp/cosmossdk.io/api-0.3.0 branch February 21, 2023 13:05
mattverse pushed a commit that referenced this pull request Jul 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants