desmos-labs / desmos

Improving the well-being of users on social networks through the blockchain technology.
https://desmos.network
Apache License 2.0
103 stars 47 forks source link

build(deps): bump cosmossdk.io/core from 0.5.1 to 0.7.0 #1158

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps cosmossdk.io/core from 0.5.1 to 0.7.0.

Changelog

Sourced from cosmossdk.io/core's changelog.

0.7.0 (October 11, 2017)

BREAKING CHANGES:

  • Everything has changed, and it's all about to change again, so don't bother using it yet!

0.6.2 (July 27, 2017)

IMPROVEMENTS:

  • auto-test all tutorials to detect breaking changes
  • move deployment scripts from /scripts to /publish for clarity

BUG FIXES:

  • basecoin init ensures the address in genesis.json is valid
  • fix bug that certain addresses couldn't receive ibc packets

0.6.1 (June 28, 2017)

Make lots of small cli fixes that arose when people were using the tools for the testnet.

IMPROVEMENTS:

  • basecoin
    • basecoin start supports all flags that tendermint node does, such as --rpc.laddr, --p2p.seeds, and --p2p.skip_upnp
    • fully supports --log_level and --trace for logger configuration
    • merkleeyes no longers spams the logs... unless you want it
      • Example: basecoin start --log_level="merkleeyes:info,state:info,*:error"
      • Example: basecoin start --log_level="merkleeyes:debug,state:info,*:error"
  • basecli
    • basecli init is more intelligent and only complains if there really was a connected chain, not just random files
    • support localhost:46657 or http://localhost:46657 format for nodes, not just tcp://localhost:46657
    • Add --genesis to init to specify chain-id and validator hash
      • Example: basecli init --node=localhost:46657 --genesis=$HOME/.basecoin/genesis.json
    • basecli rpc has a number of methods to easily accept tendermint rpc, and verifies what it can

BUG FIXES:

  • basecli
    • basecli query account accepts hex account address with or without 0x prefix
    • gives error message when running commands on an unitialized chain, rather than some unintelligable panic

0.6.0 (June 22, 2017)

... (truncated)

Commits
  • 1785f54 update glide
  • 2c98876 readme, changelog, version bump
  • f651373 Merge pull request #255 from cosmos/feature/staking
  • 095e252 typo
  • 1613da9 genesis account coin denom flag
  • 40c79a6 strings -> mycoin (cointype change)
  • 240f262 Merge pull request #254 from cosmos/feature/historical-queries
  • 7050862 Update glide.lock for latest iavl
  • 724fb06 Fix off-by-one in handshake, add debug logging
  • 98e6157 Return most recent state, even if it does block
  • 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)
RiccardoM commented 1 year ago

@dependabot ignore this major version

From the CHANGELOG:

Everything has changed, and it's all about to change again, so don't bother using it yet!

dependabot[bot] commented 1 year ago

OK, I won't notify you about version 0.x.x again, unless you re-open this PR. 😢