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

Bump github.com/evmos/evmos/v14 from 14.0.0-rc3 to 14.0.0 #20

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 25, 2023

Bumps github.com/evmos/evmos/v14 from 14.0.0-rc3 to 14.0.0.

Release notes

Sourced from github.com/evmos/evmos/v14's releases.

v14.0.0

v14.0.0 (Spark) - 2023-09-19

State Machine Breaking

  • (vesting) #1754 Implement further vesting module refactors.
  • (evm) #1727 Return an error when calling inactive EVM extensions
  • (deps) #1732 Bump ibc-go version with error message fix.
  • (vesting) #1730 Remove smart contract conversion to ClawbackVestingAccount
  • (deps) #1662 Bump Cosmos-SDK to v0.47.4 and ibc-go to v7.2.0.

Improvements

  • (gov) #1791 Extend maximum proposal metadata length.
  • (cli) #1786 Add block CLI command to query a block from local db.
  • (cli) #1714 Use empty string as default value in chain-id flag to use the chain id from the genesis file when not specified.
  • (ics20) #1688 Change authorization names to grantee / granter in the ICS20 precompile
  • (staking) #1702 Change authorization names to grantee / granter in the staking precompile
  • (mod) #1674 Update evmos module name to evmos/v14
  • (cli) #1677 Update docs for vesting cli
  • (proto) #1684 Update proto files to use evmos/v14
  • (deps) #1682 Migrate evmos-ledger-go logic to this repository
  • (vesting) #1708 Minor improvements to vesting module
  • (vesting) #1709 Add clawed back coins to MsgClawbackResponse
  • (cli) #1706 Update DefaultGasAdjustment factor used in transactions.
  • (vesting)#1672 Port vesting precompile code and refactor integration tests
  • (vesting)#1667 Add support for vesting precompile in the evm module
  • (vesting) Refactor vesting flow
  • (cli) #1647 Update defaults on evmosd start flags.
  • (deps) #1682 Migrate evmos-ledger-go logic to this repository.
  • (mod) #1687 Bump Evmos version to v14.

Bug Fixes

  • (proto) #1713 Add proto file for v1 vesting module account
  • (deps) #1718 Update rosetta types import.
  • (e2e) #1678 Fix e2e tests after recent changes to evmosd start default flags
  • (evm) #1703 Prevent panic on uint64 conversion in EVM keeper ApplyMessageWithConfig function.
  • (vesting) Fix vesting bug.
  • (rpc) #1650 Fix racing conditions on RPC PubSub logic
  • (rpc) #1655 Avoid channel get changed when concurrent subscribe happens.
  • (revenue) #1659 Check if DevelopersShares are set to 0
  • (rpc) #1663 Fix block number returned in opcode for debug trace related api.
  • (rpc) #1676 Fix gas meter stacking gas from predecessors in TraceTx & TraceBlock functions.
  • (cli) #1681 Add bootstrap-state command.
  • (ante) #1693 Prevent panic on int64 conversion in EVM fees antehandler.

Full Diff: evmos/evmos@v13.0.2...v14.0.0

... (truncated)

Changelog

Sourced from github.com/evmos/evmos/v14's changelog.

[v14.0.0] - 2023-09-19

State Machine Breaking

  • (vesting) #1754 Implement further vesting module refactors.
  • (evm) #1727 Return an error when calling inactive EVM extensions
  • (deps) #1732 Bump ibc-go version with error message fix.
  • (vesting) #1730 Remove smart contract conversion to ClawbackVestingAccount
  • (deps) #1662 Bump Cosmos-SDK to v0.47.4 and ibc-go to v7.2.0.

Improvements

  • (gov) #1791 Extend maximum proposal metadata length.
  • (cli) #1786 Add block CLI command to query a block from local db.
  • (cli) #1714 Use empty string as default value in chain-id flag to use the chain id from the genesis file when not specified.
  • (ics20) #1688 Change authorization names to grantee / granter in the ICS20 precompile
  • (staking) #1702 Change authorization names to grantee / granter in the staking precompile
  • (mod) #1674 Update evmos module name to evmos/v14
  • (cli) #1677 Update docs for vesting cli
  • (proto) #1684 Update proto files to use evmos/v14
  • (deps) #1682 Migrate evmos-ledger-go logic to this repository
  • (vesting) #1708 Minor improvements to vesting module
  • (vesting) #1709 Add clawed back coins to MsgClawbackResponse
  • (cli) #1706 Update DefaultGasAdjustment factor used in transactions.
  • (vesting)#1672 Port vesting precompile code and refactor integration tests
  • (vesting)#1667 Add support for vesting precompile in the evm module
  • (vesting) Refactor vesting flow
  • (cli) #1647 Update defaults on evmosd start flags.
  • (mod) #1687 Bump Evmos version to v14.

Bug Fixes

  • (proto) #1713 Add proto file for v1 vesting module account
  • (deps) #1718 Update rosetta types import.
  • (e2e) #1678 Fix e2e tests after recent changes to evmosd start default flags
  • (evm) #1703 Prevent panic on uint64 conversion in EVM keeper ApplyMessageWithConfig function.
  • (vesting) Fix vesting bug.
  • (rpc) #1650 Fix racing conditions on RPC PubSub logic
  • (rpc) #1655 Avoid channel get changed when concurrent subscribe happens.
  • (revenue) #1659 Check if DevelopersShares are set to 0
  • (rpc) #1663 Fix block number returned in opcode for debug trace related api.
  • (rpc) #1676 Fix gas meter stacking gas from predecessors in TraceTx & TraceBlock functions.
  • (cli) #1681 Add bootstrap-state command.
  • (ante) #1693 Prevent panic on int64 conversion in EVM fees antehandler.

[v13.0.2] - 2023-07-05

Bug Fixes

  • (upgrade) #1644 Adjust upgrade constants

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

Bumps [github.com/evmos/evmos/v14](https://github.com/evmos/evmos) from 14.0.0-rc3 to 14.0.0.
- [Release notes](https://github.com/evmos/evmos/releases)
- [Changelog](https://github.com/evmos/evmos/blob/main/CHANGELOG.md)
- [Commits](evmos/evmos@v14.0.0-rc3...v14.0.0)

---
updated-dependencies:
- dependency-name: github.com/evmos/evmos/v14
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Sep 25, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 2, 2023

Superseded by #21.

@dependabot dependabot bot closed this Oct 2, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/evmos/evmos/v14-14.0.0 branch October 2, 2023 10:34
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 go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants