Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Apr 4, 2024. It is now read-only.

Releases: evmos/ethermint

v0.22.0

12 Apr 18:36
@facs95 facs95
c239fb3
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

v0.22.0 - 2023年04月12日

State Machine Breaking

  • (deps) #1168 Bump Cosmos-SDK to v0.46.11, Tendermint to CometBFT v0.34.27, IAVL v0.19.5 and btcd to v0.23.4
  • (app) #1739 Remove distribution module perms
  • (ante) #1741 Add authz ante handler
  • (eip712) #1746 Add EIP712 support for multiple messages and schemas

Bug Fixes

  • (rpc) #1688 Align filter rule for debug_traceBlockByNumber

Improvements

  • (ante) #1717 Reuse sender recovery result.

Full Changelog: v0.21.0...v0.22.0

Assets 8
Loading
Aranmobinarann reacted with thumbs up emoji
1 person reacted

v0.21.0

26 Jan 18:57
@GAtom22 GAtom22
768e307
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

v0.21.0 - 2023年01月26日

State Machine Breaking

  • (feemarket) #1509 Deprecate usage of x/params in x/feemarket
  • (evm) #1472 Deprecate usage of x/params in x/evm
  • (deps) #1575 Bump ibc-go to v6.1.0

Improvements

  • (cli) #1615 Support customize db opener in StartCmd.
  • (evm) #1582 Cleanup evm files
  • (evm) #1544 Migrate deprecated event emitting to new TypedEvent
  • (deps) #1532 Upgrade Go-Ethereum version to v1.10.26.

Bug Fixes

  • (upgrade) #1617 Refactor evm module's parameters to store them under a single store key
  • (rpc) #1600 Revert changes from TypedEvents
  • (rpc) #1613 Change the default json-rpc listen address to localhost.
  • (rpc) #1611 Add missing next fee in fee history, fix wrong oldestBlock and align earliest input as ethereum.
  • (proto) #1586 Avoid duplicate register proto type in evm & feemarket

Full Diff: v0.20.0...v0.21.0

Loading
facs95 reacted with thumbs up emoji
1 person reacted

v0.21.0-rc2

23 Jan 19:36
@MalteHerrmann MalteHerrmann
48a97f1
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

v0.21.0-rc2 Pre-release
Pre-release

v0.21.0-rc2 - 2023年01月23日

State Machine Breaking

  • (feemarket) #1509 Deprecate usage of x/params in x/feemarket
  • (evm) #1472 Deprecate usage of x/params in x/evm
  • (deps) #1575 Bump ibc-go to v6.1.0

Improvements

  • (cli) #1615 Support customize db opener in StartCmd.
  • (evm) #1582 Cleanup evm files
  • (evm) #1544 Migrate deprecated event emitting to new TypedEvent
  • (deps) #1532 Upgrade Go-Ethereum version to v1.10.26.

Bug Fixes

  • (upgrade) #1617 Refactor evm module's parameters to store them under a single store key
  • (rpc) #1600 Revert changes from TypedEvents
  • (rpc) #1613 Change the default json-rpc listen address to localhost.
  • (rpc) #1611 Add missing next fee in fee history, fix wrong oldestBlock and align earliest input as ethereum.
  • (proto) #1586 Avoid duplicate register proto type in evm & feemarket

Full Diff: v0.20.0...v0.21.0-rc2

Loading

v0.21.0-rc1

13 Jan 11:25
@Vvaradinov Vvaradinov
9f2e21f
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

v0.21.0-rc1 Pre-release
Pre-release

v0.21.0-rc1 - 2023年01月13日

State Machine Breaking

  • (feemarket) #1509 Deprecate usage of x/params in x/feemarket
  • (evm) #1472 Deprecate x/params usage in x/evm
  • (deps) #1575 bump ibc-go to [v6.1.0]
  • (deps) #1168 Upgrade Cosmos SDK to [v0.46.6]

Improvements

  • (evm) #1582 cleanup evm files
  • (evm) #1544 Migrate deprecated event emitting to new TypedEvent
  • (deps) #1532 Upgrade Go-Ethereum version to v1.10.26.

Bug Fixes

  • (rpc) #1600 Revert changes from TypedEvents
  • (proto) #1586 Avoid duplicate register proto type in evm & feemarket

New Contributors

Full Changelog: v0.20.0...v0.21.0-rc1

Contributors

omahs
Loading

v0.20.0

28 Dec 18:55
@facs95 facs95
ff3085f
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

v0.20.0

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.
  • (deps) #1456 Migrate errors-related functionality from "github.com/cosmos/cosmos-sdk/types/errors" (deprecated) to "cosmossdk.io/errors"

Bug Fixes

  • (rpc) #1561 Fix call to NewMnemonic in personal_newAccount
  • (cli) #1550 Fix signature algorithm validation and default for Ledger.
  • (eip712) #1543 Improve error handling for EIP-712 encoding config initialization.
  • (app) #1505 Setup gRPC node service with the application.
  • (server) #1497 Fix telemetry server setup for observability
  • (rpc) #1442 Fix decoding of finalized block number.
  • (rpc) #1179 Fix gas used in traceTransaction response.
  • (rpc) #1284 Fix internal trace response upon incomplete eth_sendTransaction call.
  • (rpc) #1340 Fix error response when eth_estimateGas height provided is not found.
  • (rpc) #1354 Fix grpc query failure(BaseFee and EthCall) on legacy block states.
  • (cli) #1362 Fix index-eth-tx error when the indexer db is empty.
  • (state) #1320 Fix codehash check mismatch when the code has been deleted in the evm state.
  • (rpc) #1392 Allow fill the proposer address in json-rpc through tendermint api, and pass explicitly to grpc query handler.
  • (rpc) #1431 Align hex-strings proof fields in eth_getProof as Ethereum.
  • (proto) #1466 Fix proto scripts and upgrade them to mirror current cosmos-sdk scripts
  • (rpc) #1405 Fix uninitialized chain ID field in gRPC requests.
  • (analytics) #1434 Remove unbound labels from custom tendermint metrics.
  • (rpc) #1484 Align empty account result for old blocks as ethereum instead of return account not found error.
  • (rpc) #1503 Fix block hashes returned on JSON-RPC filter eth_newBlockFilter.
  • (ante) #1566 Fix gasWanted on EthGasConsumeDecorator ante handler when running transaction in ReCheckMode

New Contributors

Full Changelog: v0.19.3...v0.20.0

v0.20.0-rc5

22 Dec 15:57
@MalteHerrmann MalteHerrmann
7c158b1
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

v0.20.0-rc5 Pre-release
Pre-release

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
  • (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.
  • (deps) #1456 Migrate errors-related functionality from "github.com/cosmos/cosmos-sdk/types/errors" (deprecated) to "cosmossdk.io/errors"

Bug Fixes

  • (rpc) #1561 Fix call to NewMnemonic in personal_newAccount
  • (cli) #1550 Fix signature algorithm validation and default for Ledger.
  • (eip712) #1543 Improve error handling for EIP-712 encoding config initialization.
  • (app) #1505 Setup gRPC node service with the application.
  • (server) #1497 Fix telemetry server setup for observability
  • (rpc) #1442 Fix decoding of finalized block number.
  • (rpc) #1179 Fix gas used in traceTransaction response.
  • (rpc) #1284 Fix internal trace response upon incomplete eth_sendTransaction call.
  • (rpc) #1340 Fix error response when eth_estimateGas height provided is not found.
  • (rpc) #1354 Fix grpc query failure(BaseFee and EthCall) on legacy block states.
  • (cli) #1362 Fix index-eth-tx error when the indexer db is empty.
  • (state) #1320 Fix codehash check mismatch when the code has been deleted in the evm state.
  • (rpc) #1392 Allow fill the proposer address in json-rpc through tendermint api, and pass explicitly to grpc query handler.
  • (rpc) #1431 Align hex-strings proof fields in eth_getProof as Ethereum.
  • (proto) #1466 Fix proto scripts and upgrade them to mirror current cosmos-sdk scripts
  • (rpc) #1405 Fix uninitialized chain ID field in gRPC requests.
  • (analytics) #1434 Remove unbound labels from custom tendermint metrics.
  • (rpc) #1484 Align empty account result for old blocks as ethereum instead of return account not found error.
  • (rpc) #1503 Fix block hashes returned on JSON-RPC filter eth_newBlockFilter.
  • (ante) #1566 Fix gasWanted on EthGasConsumeDecorator ante handler when running transaction in ReCheckMode

Full Diff: v0.19.3...v0.20.0-rc5

Loading

v0.20.0-rc4

09 Dec 17:20
@fedekunze fedekunze
7f546d3
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

v0.20.0-rc4 Pre-release
Pre-release

v0.20.0-rc4 - 2022年12月09日

Changelog

State Machine Breaking

  • (deps) #1361 Bump ibc-go to v5.1.0
  • (evm) #1272 Implement modular interface for the EVM.
  • (deps) #1168 Upgrade Cosmos SDK to v0.46.6.
  • (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.
  • (deps) #1456 Migrate errors-related functionality from "github.com/cosmos/cosmos-sdk/types/errors" (deprecated) to "cosmossdk.io/errors"

Bug Fixes

  • (eip712) #1543 Improve error handling for EIP-712 encoding config initialization.
  • (app) #1505 Setup gRPC node service with the application.
  • (server) #1497 Fix telemetry server setup for observability
  • (rpc) #1442 Fix decoding of finalized block number.
  • (rpc) #1179 Fix gas used in traceTransaction response.
  • (rpc) #1284 Fix internal trace response upon incomplete eth_sendTransaction call.
  • (rpc) #1340 Fix error response when eth_estimateGas height provided is not found.
  • (rpc) #1354 Fix grpc query failure(BaseFee and EthCall) on legacy block states.
  • (cli) #1362 Fix index-eth-tx error when the indexer db is empty.
  • (state) #1320 Fix codehash check mismatch when the code has been deleted in the evm state.
  • (rpc) #1392 Allow fill the proposer address in json-rpc through tendermint api, and pass explicitly to grpc query handler.
  • (rpc) #1431 Align hex-strings proof fields in eth_getProof as Ethereum.
  • (proto) #1466 Fix proto scripts and upgrade them to mirror current cosmos-sdk scripts
  • (rpc) #1405 Fix uninitialized chain ID field in gRPC requests.
  • (analytics) #1434 Remove unbound labels from custom tendermint metrics.
  • (rpc) #1484 Align empty account result for old blocks as ethereum instead of return account not found error.
  • (rpc) #1503 Fix block hashes returned on JSON-RPC filter eth_newBlockFilter.

Full Diff: v0.20.0-rc3...v0.20.0-rc4

Loading
4rgon4ut and wangchao0222 reacted with rocket emoji
2 people reacted

v0.19.3

14 Oct 23:03
@facs95 facs95
0ca063f
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

v0.19.3

Improvements

  • (deps) 1381 Bump sdk to v0.45.9

Full Changelog: v0.19.2...v0.19.3

Loading

v0.19.2

29 Aug 17:03
@facs95 facs95
101cdfb
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

v0.19.2

Improvements

  • (deps) 1301 Bumb sdk to v0.45.8, tendermint to v0.34.21, iavl to v0.19.1 & store options

Full Changelog: v0.19.1...v0.19.2

Loading

v0.19.1

27 Aug 18:07
@facs95 facs95
0b1a3ae
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

v0.19.1

State Machine Breaking

  • (eth) #1305 Added support for optional params, basic types arrays and time type on eip712.

Full Changelog: v0.19.0...v0.19.1

Loading
Previous 1 3 4 5
Previous

AltStyle によって変換されたページ (->オリジナル) /