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 github.com/evmos/ethermint from 0.20.0-rc2 to 0.20.0-rc5 #151

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 23, 2022

Bumps github.com/evmos/ethermint from 0.20.0-rc2 to 0.20.0-rc5.

Release notes

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

v0.20.0-rc5

v0.20.0-rc5 - 2022-12-22

Changelog

State Machine Breaking

  • (deps) #1564 Bump ibc-go to v5.2.0
  • (evm) #1272 Implement modular interface for the EVM.
  • (deps) #1551 Upgrade Cosmos SDK to v0.46.7.
  • (feemarket) #1194 Apply feemarket to native cosmos tx.
  • (eth) #1346 Added support for sdk.Dec and ed25519 type on eip712.
  • (evm) #1452 Simplify Gas Math in ApplyTransaction.
  • (eth) #1430 Added support for array of type Any on eip712.
  • (ante) 1460 Add KV Gas config on ethereum Txs.
  • (eth) #1459 Added support for messages with optional types omitted on eip712.
  • (geth) #1413 Update go-ethereum version to v1.10.26.
  • (deps) #1419 Add ics23 patch for dragonberry and bump iavl to v0.19.4

API Breaking

  • (ante) #1521 Deprecate support for legacy EIP-712 signature verification implementation via AnteHandler decorator.
  • (ante) #1214 Set mempool priority to EVM transactions.
  • (evm) #1405 Add parameter chainID to evm keeper's EVMConfig method, so caller can choose to not use the cached eip155ChainID.

Features

  • (ci) #1528 Add Golang dependency vulnerability checker.
  • (app) #1501 Set default File store listener for application from ADR38

Improvements

  • (tests) #1507 Remove legacy sim tests
  • (feemarket) #1508 Remove old x/params migration logic
  • (evm) #1499 Add Shanghai and Cancun block
  • (ante) #1455 Refactor AnteHandler logic
  • (evm) #1444 Improve performance of eth_estimateGas
  • (ante) #1388 Optimize AnteHandler gas consumption
  • (lint) #1298 150 character line length limit, gofumpt, and linting
  • (feemarket) #1165 Add hint in specs about different gas terminology in Cosmos and Ethereum.
  • (cli) #1226 Add custom app db backend flag.
  • (ante) #1289 Change the fallback tx priority mechanism to be based on gas price.
  • (test) #1311 Add integration test for the rollback cmd
  • (ledger) #1277 Add Ledger preprocessing transaction hook for EIP-712-signed Cosmos payloads.
  • (rpc) #1296 Add RPC Backend unit tests.
  • (rpc) #1352 Make the grpc queries run concurrently, don't block the consensus state machine.
  • (cli) #1360 Introduce a new grpc-only flag, such that when enabled, will start the node in a query-only mode. Note, gRPC MUST be enabled with this flag.
  • (rpc) #1378 Add support for EVM RPC metrics
  • (ante) #1390 Added multisig tx support.
  • (test) #1396 Increase test coverage for the EVM module keeper

... (truncated)

Changelog

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

[v0.20.0-rc5] - 2022-12-22

State Machine Breaking

  • (deps) #1564 Bump ibc-go to v5.2.0
  • (evm) #1272 Implement modular interface for the EVM.
  • (deps) #1551 Upgrade Cosmos SDK to v0.46.7.
  • (feemarket) #1194 Apply feemarket to native cosmos tx.
  • (eth) #1346 Added support for sdk.Dec and ed25519 type on eip712.
  • (evm) #1452 Simplify Gas Math in ApplyTransaction.
  • (eth) #1430 Added support for array of type Any on eip712. 
  • (ante) 1460 Add KV Gas config on ethereum Txs.
  • (eth) #1459 Added support for messages with optional types omitted on eip712.
  • (geth) #1413 Update go-ethereum version to v1.10.26.
  • (deps) #1419 Add ics23 patch for dragonberry and bump iavl to v0.19.4

API Breaking

  • (ante) #1521 Deprecate support for legacy EIP-712 signature verification implementation via AnteHandler decorator.
  • (ante) #1214 Set mempool priority to EVM transactions.
  • (evm) #1405 Add parameter chainID to evm keeper's EVMConfig method, so caller can choose to not use the cached eip155ChainID.

Features

  • (ci) #1528 Add Golang dependency vulnerability checker.
  • (app) #1501 Set default File store listener for application from ADR38

Improvements

  • (tests) #1507 Remove legacy sim tests
  • (feemarket) #1508 Remove old x/params migration logic
  • (evm) #1499 Add Shanghai and Cancun block
  • (ante) #1455 Refactor AnteHandler logic
  • (evm) #1444 Improve performance of eth_estimateGas
  • (ante) #1388 Optimize AnteHandler gas consumption
  • (lint) #1298 150 character line length limit, gofumpt, and linting
  • (feemarket) #1165 Add hint in specs about different gas terminology in Cosmos and Ethereum.
  • (cli) #1226 Add custom app db backend flag.
  • (ante) #1289 Change the fallback tx priority mechanism to be based on gas price.
  • (test) #1311 Add integration test for the rollback cmd
  • (ledger) #1277 Add Ledger preprocessing transaction hook for EIP-712-signed Cosmos payloads.
  • (rpc) #1296 Add RPC Backend unit tests.
  • (rpc) #1352 Make the grpc queries run concurrently, don't block the consensus state machine.
  • (cli) #1360 Introduce a new grpc-only flag, such that when enabled, will start the node in a query-only mode. Note, gRPC MUST be enabled with this flag.
  • (rpc) #1378 Add support for EVM RPC metrics
  • (ante) #1390 Added multisig tx support.
  • (test) #1396 Increase test coverage for the EVM module keeper
  • (ante) #1397 Refactor EIP-712 signature verification to support EIP-712 multi-signing.
  • (deps) #1416 Bump Go version to 1.19
  • (cmd) #1417 Apply Google CLI Syntax for required and optional args.

... (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 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/ethermint](https://github.com/evmos/ethermint) from 0.20.0-rc2 to 0.20.0-rc5.
- [Release notes](https://github.com/evmos/ethermint/releases)
- [Changelog](https://github.com/evmos/ethermint/blob/v0.20.0-rc5/CHANGELOG.md)
- [Commits](evmos/ethermint@v0.20.0-rc2...v0.20.0-rc5)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 23, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 29, 2022

Superseded by #152.

@dependabot dependabot bot closed this Dec 29, 2022
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/evmos/ethermint-0.20.0-rc5 branch December 29, 2022 10:09
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
0 participants