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/collections from 0.3.1-0.20230808102719-f04fefdc7a68 to 0.4.0 #17430

Merged
merged 2 commits into from
Aug 18, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 17, 2023

Bumps cosmossdk.io/collections from 0.3.1-0.20230808102719-f04fefdc7a68 to 0.4.0.

Changelog

Sourced from cosmossdk.io/collections's changelog.

0.4.0 (April 21, 2017)

BREAKING CHANGES:

  • CLI now uses Cobra, which forced changes to some of the flag names and orderings

IMPROVEMENTS:

  • basecoin init doesn't generate error if already initialized
  • Much more testing

0.3.1 (March 23, 2017)

IMPROVEMENTS:

  • CLI returns exit code 1 and logs error before exiting

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",
</tr></table> 

... (truncated)

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 dependabot bot requested a review from a team as a code owner August 17, 2023 14:12
@dependabot dependabot bot added A:automerge Automatically merge PR once all prerequisites pass. dependencies Pull requests that update a dependency file labels Aug 17, 2023
@github-actions github-actions bot added C:CLI C:x/evidence C:x/upgrade C:x/feegrant C:Cosmovisor Issues and PR related to Cosmovisor C:x/nft C:Confix Issues and PR related to Confix C:x/circuit C:Hubl Tool: Hubl labels Aug 17, 2023
client/v2/go.mod Outdated Show resolved Hide resolved
@julienrbrt julienrbrt self-assigned this Aug 18, 2023
@julienrbrt
Copy link
Member

@dependabot recreate

Bumps [cosmossdk.io/collections](https://github.com/cosmos/cosmos-sdk) from 0.3.1-0.20230808102719-f04fefdc7a68 to 0.4.0.
- [Release notes](https://github.com/cosmos/cosmos-sdk/releases)
- [Changelog](https://github.com/cosmos/cosmos-sdk/blob/v0.4.0/CHANGELOG.md)
- [Commits](https://github.com/cosmos/cosmos-sdk/commits/v0.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/cosmossdk.io/collections-0.4.0 branch from bbd1e00 to 089736c Compare August 18, 2023 12:16
@github-actions github-actions bot removed C:CLI C:x/evidence C:x/upgrade C:x/feegrant C:Cosmovisor Issues and PR related to Cosmovisor C:x/nft C:Confix Issues and PR related to Confix C:x/circuit C:Hubl Tool: Hubl labels Aug 18, 2023
@github-actions github-actions bot added C:x/upgrade C:x/feegrant C:Cosmovisor Issues and PR related to Cosmovisor C:x/nft C:Confix Issues and PR related to Confix C:x/circuit C:Hubl Tool: Hubl labels Aug 18, 2023
@julienrbrt julienrbrt added this pull request to the merge queue Aug 18, 2023
Merged via the queue into main with commit c48bf70 Aug 18, 2023
49 of 53 checks passed
@julienrbrt julienrbrt deleted the dependabot/go_modules/cosmossdk.io/collections-0.4.0 branch August 18, 2023 13:48
samricotta pushed a commit that referenced this pull request Aug 19, 2023
…9-f04fefdc7a68 to 0.4.0 (#17430)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A:automerge Automatically merge PR once all prerequisites pass. C:CLI C:Confix Issues and PR related to Confix C:Cosmovisor Issues and PR related to Cosmovisor C:Hubl Tool: Hubl C:x/circuit C:x/evidence C:x/feegrant C:x/nft C:x/upgrade dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant