Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Rebase Ethermint w/ Optimint v0.3.0 on tharsis/ethermint v0.16.0 #61

Merged
merged 109 commits into from
Jun 25, 2022

Commits on Mar 2, 2022

  1. evm: add returnValue message on tracing (evmos#962)

    * release: v0.10.0-alpha changelog (evmos#891)
    
    * release: v0.10.0-alpha changelog
    
    * deps: IBC v3 alpha2 (evmos#892)
    
    * release: v0.10.0-alpha2 (evmos#923)
    
    * deps: IBC v3 alpha2 (evmos#892)
    
    * Problem: newPendingTransactions filter don't return ethereum tx hash (evmos#900)
    
    * impr: support batch eth txs (evmos#901)
    
    * support batch eth tx
    
    Closes: 896
    
    Allow multiple MsgEthereumTx in single tx
    
    * fix transaction receipt api
    
    * fix tx receipt api and accumulate tx gas used
    
    * fix lint
    
    * fix test
    
    * fix rpc test
    
    * cleanup
    
    * fix cumulativeGasUsed and gasUsed
    
    * fix lint
    
    * Update app/ante/eth.go
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * Update app/ante/eth.go
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * Update rpc/ethereum/backend/utils.go
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * pr suggestions
    
    * typo
    
    * fix lint
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * build(deps): bump follow-redirects in /tests/solidity (evmos#909)
    
    Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.4 to 1.14.7.
    - [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
    - [Commits](follow-redirects/follow-redirects@v1.14.4...v1.14.7)
    
    ---
    updated-dependencies:
    - dependency-name: follow-redirects
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * rpc: make trace transaction api work with batch tx (evmos#907)
    
    * make trace transaction api work with batch tx
    
    Closes: evmos#906
    
    fix linter
    
    * review suggestion
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * fix insufficient fee error message (evmos#911)
    
    * server: add `api.enable` flag for Cosmos SDK API server (evmos#908)
    
    * add api.enable flag for Cosmos SDK Rest server
    
    * update changelog
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * deps: bump Cosmos SDK version to `v0.45.0` (evmos#912)
    
    * deps: bump SDK version to v0.45.0
    
    * changelog
    
    * deprecation fix
    
    * deprecation fix 2
    
    * Integration tests (evmos#913)
    
    * ci: semgrep config (evmos#917)
    
    * ci: enable semgrep config
    
    * fix config
    
    * ignore grpc web
    
    * fix: default base fee state in genesis (evmos#919)
    
    * fix defualt base fee state in genesis
    
    Closes: evmos#918
    Solution:
    - initialise the default base fee value in genesis
    
    * changelog
    
    * fix: minimal-gas-prices and baseFeePerGas conflicts (evmos#916)
    
    * Problem: minimal-gas-prices and baseFeePerGas conflicts
    
    Closes: evmos#915
    
    Solution:
    - Don't check min-gas-price for evm tx if london hardfork and feemarket enabled.
    
    comments and cleanup
    
    changelog
    
    * fix zero fee coins
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    Co-authored-by: yihuang <huang@crypto.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: crypto-facs <84574577+crypto-facs@users.noreply.github.com>
    
    * release: v0.10.0-beta1 changelog (evmos#941)
    
    * deps: IBC v3 alpha2 (evmos#892)
    
    * Problem: newPendingTransactions filter don't return ethereum tx hash (evmos#900)
    
    * impr: support batch eth txs (evmos#901)
    
    * support batch eth tx
    
    Closes: 896
    
    Allow multiple MsgEthereumTx in single tx
    
    * fix transaction receipt api
    
    * fix tx receipt api and accumulate tx gas used
    
    * fix lint
    
    * fix test
    
    * fix rpc test
    
    * cleanup
    
    * fix cumulativeGasUsed and gasUsed
    
    * fix lint
    
    * Update app/ante/eth.go
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * Update app/ante/eth.go
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * Update rpc/ethereum/backend/utils.go
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * pr suggestions
    
    * typo
    
    * fix lint
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * build(deps): bump follow-redirects in /tests/solidity (evmos#909)
    
    Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.4 to 1.14.7.
    - [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
    - [Commits](follow-redirects/follow-redirects@v1.14.4...v1.14.7)
    
    ---
    updated-dependencies:
    - dependency-name: follow-redirects
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * rpc: make trace transaction api work with batch tx (evmos#907)
    
    * make trace transaction api work with batch tx
    
    Closes: evmos#906
    
    fix linter
    
    * review suggestion
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * fix insufficient fee error message (evmos#911)
    
    * server: add `api.enable` flag for Cosmos SDK API server (evmos#908)
    
    * add api.enable flag for Cosmos SDK Rest server
    
    * update changelog
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * deps: bump Cosmos SDK version to `v0.45.0` (evmos#912)
    
    * deps: bump SDK version to v0.45.0
    
    * changelog
    
    * deprecation fix
    
    * deprecation fix 2
    
    * Integration tests (evmos#913)
    
    * ci: semgrep config (evmos#917)
    
    * ci: enable semgrep config
    
    * fix config
    
    * ignore grpc web
    
    * fix: default base fee state in genesis (evmos#919)
    
    * fix defualt base fee state in genesis
    
    Closes: evmos#918
    Solution:
    - initialise the default base fee value in genesis
    
    * changelog
    
    * fix: minimal-gas-prices and baseFeePerGas conflicts (evmos#916)
    
    * Problem: minimal-gas-prices and baseFeePerGas conflicts
    
    Closes: evmos#915
    
    Solution:
    - Don't check min-gas-price for evm tx if london hardfork and feemarket enabled.
    
    comments and cleanup
    
    changelog
    
    * fix zero fee coins
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * build(deps): bump github.com/cosmos/ibc-go/v3 (evmos#925)
    
    * build(deps): bump simple-get from 2.8.1 to 2.8.2 in /tests/solidity (evmos#927)
    
    * build(deps): bump github.com/cosmos/cosmos-sdk from 0.45.0 to 0.45.1 (evmos#926)
    
    Bumps [github.com/cosmos/cosmos-sdk](https://github.com/cosmos/cosmos-sdk) from 0.45.0 to 0.45.1.
    - [Release notes](https://github.com/cosmos/cosmos-sdk/releases)
    - [Changelog](https://github.com/cosmos/cosmos-sdk/blob/v0.45.1/CHANGELOG.md)
    - [Commits](cosmos/cosmos-sdk@v0.45.0...v0.45.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/cosmos/cosmos-sdk
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * ci: separate out rpc and integration tests (evmos#931)
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * fix: wrong comment in EthGasConsumeDecorator (evmos#929)
    
    * fix newPendingTransactions subscription deadlock issue (evmos#933)
    
    * remove unused parameters from evm spec (evmos#934)
    
    * build(deps): bump follow-redirects in /tests/solidity (evmos#939)
    
    Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8.
    - [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
    - [Commits](follow-redirects/follow-redirects@v1.14.7...v1.14.8)
    
    ---
    updated-dependencies:
    - dependency-name: follow-redirects
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * deps: upgrade geth to v1.10.15 (evmos#935)
    
    * upgrade geth to v1.10.15
    
    * fix lint
    
    * fix imports
    
    * revert makefile change
    
    * update changelog
    
    * Update CHANGELOG.md
    
    Co-authored-by: Guillermo Paoletti <guillermo.paoletti@gmail.com>
    
    * update chain config
    
    * add getblockvalue for chain config fork
    
    Co-authored-by: Guillermo Paoletti <guillermo.paoletti@gmail.com>
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * fix: base fee check logic in state transition (evmos#932)
    
    * fix base fee check logic in state transition
    
    - should check london hardfork first, otherwise it panic if feemarket not registered.
    
    * fix lint
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * add release v0.10.0-beta1 CHANGELOG
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    Co-authored-by: yihuang <huang@crypto.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: crypto-facs <84574577+crypto-facs@users.noreply.github.com>
    Co-authored-by: Prajjwol Gautam <not@acyb.org>
    Co-authored-by: HaeSung <hea9549.github@gmail.com>
    Co-authored-by: Guillermo Paoletti <guillermo.paoletti@gmail.com>
    
    * release: v0.10.0 final (evmos#959)
    
    * deps: IBC v3 alpha2 (evmos#892)
    
    * Problem: newPendingTransactions filter don't return ethereum tx hash (evmos#900)
    
    * impr: support batch eth txs (evmos#901)
    
    * support batch eth tx
    
    Closes: 896
    
    Allow multiple MsgEthereumTx in single tx
    
    * fix transaction receipt api
    
    * fix tx receipt api and accumulate tx gas used
    
    * fix lint
    
    * fix test
    
    * fix rpc test
    
    * cleanup
    
    * fix cumulativeGasUsed and gasUsed
    
    * fix lint
    
    * Update app/ante/eth.go
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * Update app/ante/eth.go
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * Update rpc/ethereum/backend/utils.go
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * pr suggestions
    
    * typo
    
    * fix lint
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * build(deps): bump follow-redirects in /tests/solidity (evmos#909)
    
    Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.4 to 1.14.7.
    - [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
    - [Commits](follow-redirects/follow-redirects@v1.14.4...v1.14.7)
    
    ---
    updated-dependencies:
    - dependency-name: follow-redirects
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * rpc: make trace transaction api work with batch tx (evmos#907)
    
    * make trace transaction api work with batch tx
    
    Closes: evmos#906
    
    fix linter
    
    * review suggestion
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * fix insufficient fee error message (evmos#911)
    
    * server: add `api.enable` flag for Cosmos SDK API server (evmos#908)
    
    * add api.enable flag for Cosmos SDK Rest server
    
    * update changelog
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * deps: bump Cosmos SDK version to `v0.45.0` (evmos#912)
    
    * deps: bump SDK version to v0.45.0
    
    * changelog
    
    * deprecation fix
    
    * deprecation fix 2
    
    * Integration tests (evmos#913)
    
    * ci: semgrep config (evmos#917)
    
    * ci: enable semgrep config
    
    * fix config
    
    * ignore grpc web
    
    * fix: default base fee state in genesis (evmos#919)
    
    * fix defualt base fee state in genesis
    
    Closes: evmos#918
    Solution:
    - initialise the default base fee value in genesis
    
    * changelog
    
    * fix: minimal-gas-prices and baseFeePerGas conflicts (evmos#916)
    
    * Problem: minimal-gas-prices and baseFeePerGas conflicts
    
    Closes: evmos#915
    
    Solution:
    - Don't check min-gas-price for evm tx if london hardfork and feemarket enabled.
    
    comments and cleanup
    
    changelog
    
    * fix zero fee coins
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * build(deps): bump github.com/cosmos/ibc-go/v3 (evmos#925)
    
    * build(deps): bump simple-get from 2.8.1 to 2.8.2 in /tests/solidity (evmos#927)
    
    * build(deps): bump github.com/cosmos/cosmos-sdk from 0.45.0 to 0.45.1 (evmos#926)
    
    Bumps [github.com/cosmos/cosmos-sdk](https://github.com/cosmos/cosmos-sdk) from 0.45.0 to 0.45.1.
    - [Release notes](https://github.com/cosmos/cosmos-sdk/releases)
    - [Changelog](https://github.com/cosmos/cosmos-sdk/blob/v0.45.1/CHANGELOG.md)
    - [Commits](cosmos/cosmos-sdk@v0.45.0...v0.45.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/cosmos/cosmos-sdk
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * ci: separate out rpc and integration tests (evmos#931)
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * fix: wrong comment in EthGasConsumeDecorator (evmos#929)
    
    * fix newPendingTransactions subscription deadlock issue (evmos#933)
    
    * remove unused parameters from evm spec (evmos#934)
    
    * build(deps): bump follow-redirects in /tests/solidity (evmos#939)
    
    Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8.
    - [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
    - [Commits](follow-redirects/follow-redirects@v1.14.7...v1.14.8)
    
    ---
    updated-dependencies:
    - dependency-name: follow-redirects
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * deps: upgrade geth to v1.10.15 (evmos#935)
    
    * upgrade geth to v1.10.15
    
    * fix lint
    
    * fix imports
    
    * revert makefile change
    
    * update changelog
    
    * Update CHANGELOG.md
    
    Co-authored-by: Guillermo Paoletti <guillermo.paoletti@gmail.com>
    
    * update chain config
    
    * add getblockvalue for chain config fork
    
    Co-authored-by: Guillermo Paoletti <guillermo.paoletti@gmail.com>
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * fix: base fee check logic in state transition (evmos#932)
    
    * fix base fee check logic in state transition
    
    - should check london hardfork first, otherwise it panic if feemarket not registered.
    
    * fix lint
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * danburck/release changelog (evmos#942)
    
    * release: v0.10.0-alpha changelog (evmos#891)
    
    * release: v0.10.0-alpha changelog
    
    * deps: IBC v3 alpha2 (evmos#892)
    
    * release: v0.10.0-alpha2 (evmos#923)
    
    * deps: IBC v3 alpha2 (evmos#892)
    
    * Problem: newPendingTransactions filter don't return ethereum tx hash (evmos#900)
    
    * impr: support batch eth txs (evmos#901)
    
    * support batch eth tx
    
    Closes: 896
    
    Allow multiple MsgEthereumTx in single tx
    
    * fix transaction receipt api
    
    * fix tx receipt api and accumulate tx gas used
    
    * fix lint
    
    * fix test
    
    * fix rpc test
    
    * cleanup
    
    * fix cumulativeGasUsed and gasUsed
    
    * fix lint
    
    * Update app/ante/eth.go
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * Update app/ante/eth.go
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * Update rpc/ethereum/backend/utils.go
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * pr suggestions
    
    * typo
    
    * fix lint
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * build(deps): bump follow-redirects in /tests/solidity (evmos#909)
    
    Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.4 to 1.14.7.
    - [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
    - [Commits](follow-redirects/follow-redirects@v1.14.4...v1.14.7)
    
    ---
    updated-dependencies:
    - dependency-name: follow-redirects
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * rpc: make trace transaction api work with batch tx (evmos#907)
    
    * make trace transaction api work with batch tx
    
    Closes: evmos#906
    
    fix linter
    
    * review suggestion
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * fix insufficient fee error message (evmos#911)
    
    * server: add `api.enable` flag for Cosmos SDK API server (evmos#908)
    
    * add api.enable flag for Cosmos SDK Rest server
    
    * update changelog
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * deps: bump Cosmos SDK version to `v0.45.0` (evmos#912)
    
    * deps: bump SDK version to v0.45.0
    
    * changelog
    
    * deprecation fix
    
    * deprecation fix 2
    
    * Integration tests (evmos#913)
    
    * ci: semgrep config (evmos#917)
    
    * ci: enable semgrep config
    
    * fix config
    
    * ignore grpc web
    
    * fix: default base fee state in genesis (evmos#919)
    
    * fix defualt base fee state in genesis
    
    Closes: evmos#918
    Solution:
    - initialise the default base fee value in genesis
    
    * changelog
    
    * fix: minimal-gas-prices and baseFeePerGas conflicts (evmos#916)
    
    * Problem: minimal-gas-prices and baseFeePerGas conflicts
    
    Closes: evmos#915
    
    Solution:
    - Don't check min-gas-price for evm tx if london hardfork and feemarket enabled.
    
    comments and cleanup
    
    changelog
    
    * fix zero fee coins
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    Co-authored-by: yihuang <huang@crypto.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: crypto-facs <84574577+crypto-facs@users.noreply.github.com>
    
    * release: v0.10.0-beta1 changelog (evmos#941)
    
    * deps: IBC v3 alpha2 (evmos#892)
    
    * Problem: newPendingTransactions filter don't return ethereum tx hash (evmos#900)
    
    * impr: support batch eth txs (evmos#901)
    
    * support batch eth tx
    
    Closes: 896
    
    Allow multiple MsgEthereumTx in single tx
    
    * fix transaction receipt api
    
    * fix tx receipt api and accumulate tx gas used
    
    * fix lint
    
    * fix test
    
    * fix rpc test
    
    * cleanup
    
    * fix cumulativeGasUsed and gasUsed
    
    * fix lint
    
    * Update app/ante/eth.go
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * Update app/ante/eth.go
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * Update rpc/ethereum/backend/utils.go
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * pr suggestions
    
    * typo
    
    * fix lint
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * build(deps): bump follow-redirects in /tests/solidity (evmos#909)
    
    Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.4 to 1.14.7.
    - [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
    - [Commits](follow-redirects/follow-redirects@v1.14.4...v1.14.7)
    
    ---
    updated-dependencies:
    - dependency-name: follow-redirects
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * rpc: make trace transaction api work with batch tx (evmos#907)
    
    * make trace transaction api work with batch tx
    
    Closes: evmos#906
    
    fix linter
    
    * review suggestion
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * fix insufficient fee error message (evmos#911)
    
    * server: add `api.enable` flag for Cosmos SDK API server (evmos#908)
    
    * add api.enable flag for Cosmos SDK Rest server
    
    * update changelog
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * deps: bump Cosmos SDK version to `v0.45.0` (evmos#912)
    
    * deps: bump SDK version to v0.45.0
    
    * changelog
    
    * deprecation fix
    
    * deprecation fix 2
    
    * Integration tests (evmos#913)
    
    * ci: semgrep config (evmos#917)
    
    * ci: enable semgrep config
    
    * fix config
    
    * ignore grpc web
    
    * fix: default base fee state in genesis (evmos#919)
    
    * fix defualt base fee state in genesis
    
    Closes: evmos#918
    Solution:
    - initialise the default base fee value in genesis
    
    * changelog
    
    * fix: minimal-gas-prices and baseFeePerGas conflicts (evmos#916)
    
    * Problem: minimal-gas-prices and baseFeePerGas conflicts
    
    Closes: evmos#915
    
    Solution:
    - Don't check min-gas-price for evm tx if london hardfork and feemarket enabled.
    
    comments and cleanup
    
    changelog
    
    * fix zero fee coins
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * build(deps): bump github.com/cosmos/ibc-go/v3 (evmos#925)
    
    * build(deps): bump simple-get from 2.8.1 to 2.8.2 in /tests/solidity (evmos#927)
    
    * build(deps): bump github.com/cosmos/cosmos-sdk from 0.45.0 to 0.45.1 (evmos#926)
    
    Bumps [github.com/cosmos/cosmos-sdk](https://github.com/cosmos/cosmos-sdk) from 0.45.0 to 0.45.1.
    - [Release notes](https://github.com/cosmos/cosmos-sdk/releases)
    - [Changelog](https://github.com/cosmos/cosmos-sdk/blob/v0.45.1/CHANGELOG.md)
    - [Commits](cosmos/cosmos-sdk@v0.45.0...v0.45.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/cosmos/cosmos-sdk
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * ci: separate out rpc and integration tests (evmos#931)
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * fix: wrong comment in EthGasConsumeDecorator (evmos#929)
    
    * fix newPendingTransactions subscription deadlock issue (evmos#933)
    
    * remove unused parameters from evm spec (evmos#934)
    
    * build(deps): bump follow-redirects in /tests/solidity (evmos#939)
    
    Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8.
    - [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
    - [Commits](follow-redirects/follow-redirects@v1.14.7...v1.14.8)
    
    ---
    updated-dependencies:
    - dependency-name: follow-redirects
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * deps: upgrade geth to v1.10.15 (evmos#935)
    
    * upgrade geth to v1.10.15
    
    * fix lint
    
    * fix imports
    
    * revert makefile change
    
    * update changelog
    
    * Update CHANGELOG.md
    
    Co-authored-by: Guillermo Paoletti <guillermo.paoletti@gmail.com>
    
    * update chain config
    
    * add getblockvalue for chain config fork
    
    Co-authored-by: Guillermo Paoletti <guillermo.paoletti@gmail.com>
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * fix: base fee check logic in state transition (evmos#932)
    
    * fix base fee check logic in state transition
    
    - should check london hardfork first, otherwise it panic if feemarket not registered.
    
    * fix lint
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * add release v0.10.0-beta1 CHANGELOG
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    Co-authored-by: yihuang <huang@crypto.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: crypto-facs <84574577+crypto-facs@users.noreply.github.com>
    Co-authored-by: Prajjwol Gautam <not@acyb.org>
    Co-authored-by: HaeSung <hea9549.github@gmail.com>
    Co-authored-by: Guillermo Paoletti <guillermo.paoletti@gmail.com>
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    Co-authored-by: yihuang <huang@crypto.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: crypto-facs <84574577+crypto-facs@users.noreply.github.com>
    Co-authored-by: Prajjwol Gautam <not@acyb.org>
    Co-authored-by: HaeSung <hea9549.github@gmail.com>
    Co-authored-by: Guillermo Paoletti <guillermo.paoletti@gmail.com>
    
    * build(deps): bump github.com/gorilla/websocket from 1.4.2 to 1.5.0 (evmos#944)
    
    Bumps [github.com/gorilla/websocket](https://github.com/gorilla/websocket) from 1.4.2 to 1.5.0.
    - [Release notes](https://github.com/gorilla/websocket/releases)
    - [Commits](gorilla/websocket@v1.4.2...v1.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/gorilla/websocket
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * deps: bump IBC v3-rc0 (evmos#947)
    
    * deps: bump IBC v3-rc0
    
    * rm strict
    
    * imp: redirect go-ethereum's logs to cosmos logger (evmos#948)
    
    * redirect go-ethereum's logs to cosmos logger
    
    Closes: evmos#862
    
    Map go-ethereum's log levels to cosmos ones:
    trace -> debug
    debug -> debug
    info -> info
    warn -> info
    error -> error
    crit -> error
    
    * changelog
    
    * Apply suggestions from code review
    
    * Apply suggestions from code review
    
    * build(deps): bump github.com/ethereum/go-ethereum from 1.10.15 to 1.10.16 (evmos#945)
    
    * build(deps): bump github.com/ethereum/go-ethereum
    
    Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.10.15 to 1.10.16.
    - [Release notes](https://github.com/ethereum/go-ethereum/releases)
    - [Commits](ethereum/go-ethereum@v1.10.15...v1.10.16)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/ethereum/go-ethereum
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * add extra param to config rules
    
    * update changelog
    
    * update comments
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Freddy Caceres <freddy.caceres@crypto.com>
    
    * feemarket: change basefee to be a module param (evmos#943)
    
    * change basefee to a module params
    
    * add changelog and fix linter
    
    * change params type of basefee and remove default base fee
    
    * restaure event
    
    * clean code
    
    * fix proto
    
    * fix protos
    
    * fix logic
    
    * update rpc tests
    
    * fix comment
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * build(deps): bump github.com/tendermint/tm-db from 0.6.4 to 0.6.7 (evmos#949)
    
    Bumps [github.com/tendermint/tm-db](https://github.com/tendermint/tm-db) from 0.6.4 to 0.6.7.
    - [Release notes](https://github.com/tendermint/tm-db/releases)
    - [Changelog](https://github.com/tendermint/tm-db/blob/master/CHANGELOG.md)
    - [Commits](tendermint/tm-db@v0.6.4...v0.6.7)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/tendermint/tm-db
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * docs: add spec for feemarket module (evmos#889)
    
    * add spec for feemarket
    
    * update spec from comments
    
    * update spec
    
    * update abstract
    
    * update with grpc query
    
    * add more content for tip section
    
    * update specs with latest behavior
    
    * cleanup unused store prefix
    
    * Update x/feemarket/spec/01_concepts.md
    
    * Apply suggestions from code review
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * rpc: add support for `eth_signedTypedData` (evmos#953)
    
    * add signTypedData api
    
    * fix typo
    
    * fix lint issues
    
    * add crypto recovery offset
    
    * Apply suggestions from code review
    
    * add changelog
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * build(deps): bump actions/setup-node from 2.5.1 to 3 (evmos#957)
    
    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.5.1 to 3.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@v2.5.1...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * fix: websocket client duplicated messages (evmos#955)
    
    * Problem: websocket client get duplicated messages
    
    Closes: evmos#954
    Solution:
    - localize the subscription management within current connection
    
    * changelog
    
    * fix linter
    
    * fix test building
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * ante: EIP712 support (evmos#950)
    
    * code migrated
    
    * signed_data ported to avoid conficting dependency
    
    * correct payload
    
    * eip712 working with evmos.me
    
    * use geth TypedData types
    
    * fix linter
    
    * minor refactor
    
    * test first try
    
    * fix test
    
    * fix tests
    
    * enforce fee delegated eip712
    
    * verify signature refactor
    
    * SignedTypedData api refactor
    
    * add AnteHandler test for EIP712
    
    * remove comment
    
    * code clean up
    
    * return more detailed error messages
    
    * fix linter
    
    * remove unnecesary global vars
    
    * Update app/ante/eip712.go
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * fix pr comments
    
    * remove hardcoded value
    
    * add more tests
    
    * add changelog
    
    * use sdk errors
    
    * add MsgDelegate test
    
    Co-authored-by: Freddy Caceres <freddy.caceres@crypto.com>
    Co-authored-by: Federico Kunze Küllmer <federico.kunze94@gmail.com>
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    Co-authored-by: crypto-facs <84574577+crypto-facs@users.noreply.github.com>
    
    Co-authored-by: yihuang <huang@crypto.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: crypto-facs <84574577+crypto-facs@users.noreply.github.com>
    Co-authored-by: Prajjwol Gautam <not@acyb.org>
    Co-authored-by: HaeSung <hea9549.github@gmail.com>
    Co-authored-by: Guillermo Paoletti <guillermo.paoletti@gmail.com>
    Co-authored-by: Daniel Burckhardt <daniel.m.burckhardt@gmail.com>
    Co-authored-by: Freddy Caceres <freddy.caceres@crypto.com>
    Co-authored-by: Thomas Nguy <81727899+thomas-nguy@users.noreply.github.com>
    
    * add returnValue message on tracing
    
    * Update x/evm/keeper/grpc_query.go
    
    * changelog 2
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    Co-authored-by: yihuang <huang@crypto.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Daniel Burckhardt <daniel.m.burckhardt@gmail.com>
    Co-authored-by: Prajjwol Gautam <not@acyb.org>
    Co-authored-by: HaeSung <hea9549.github@gmail.com>
    Co-authored-by: Guillermo Paoletti <guillermo.paoletti@gmail.com>
    Co-authored-by: Thomas Nguy <81727899+thomas-nguy@users.noreply.github.com>
    Co-authored-by: Federico Kunze Küllmer <federico.kunze94@gmail.com>
    10 people committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    4aa5d0b View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2022

  1. build(deps): bump actions/labeler from 3 to 4 (evmos#966)

    Bumps [actions/labeler](https://github.com/actions/labeler) from 3 to 4.
    - [Release notes](https://github.com/actions/labeler/releases)
    - [Commits](actions/labeler@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/labeler
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    4e2236a View commit details
    Browse the repository at this point in the history
  2. build(deps): bump actions/checkout from 2.4.0 to 3 (evmos#965)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v2.4.0...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    eb4631f View commit details
    Browse the repository at this point in the history
  3. fix: Metamask keeps failing sending transactions (evmos#968)

    * Problem: Metamask keeps failing sending transactions
    
    Closes: evmos#967
    Solution:
    - add 1/8 buffer on top of base fee for default gas price
    
    * changelog
    
    * fix typo
    
    Co-authored-by: Freddy Caceres <freddy.caceres@crypto.com>
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    3 people committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    40d5eff View commit details
    Browse the repository at this point in the history
  4. fix: eth_feeHistory reward values cannot be nil (evmos#970)

    * eth_feeHistory reward values cannot be nil
    
    * removed reward when rewardPercentiles is not specified
    
    * fix lint
    
    * refactor and fix typos
    
    * add changelog
    
    Co-authored-by: Freddy Caceres <freddy.caceres@crypto.com>
    loredanacirstea and crypto-facs committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    caa1c5a View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2022

  1. Quick fix for eth_feeHistory when reward is nil (evmos#975)

    * Quick fix for eth_feeHistory when reward is nil
    
    `RPC method eth_feeHistory crashed: runtime error: invalid memory address or nil pointer dereference`
    from https://github.com/tharsis/ethermint/blob/caa1c5a6c6b7ed8ba4aaf6e0b0848f6be5ba6668/rpc/ethereum/backend/feebackend.go#L29
    
    * Update CHANGELOG.md
    loredanacirstea committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    805b2ea View commit details
    Browse the repository at this point in the history
  2. fix: GasMeter reset in AnteHandler EthGasConsumeDecorator (evmos#964)

    * Fix GasMeter reset in AnteHandler - EthGasConsumeDecorator
    
    Conforming to the spec:
    https://github.com/cosmos/cosmos-sdk/blob/e7066c4271ff3d33dc426dc6313c82a1201ae3c6/docs/basics/gas-fees.md
    > Set newCtx.GasMeter to 0, with a limit of GasWanted.
    > This step is extremely important, as it not only makes sure the transaction cannot consume infinite gas,
    > but also that ctx.GasMeter is reset in-between each DeliverTx
    > (ctx is set to newCtx after anteHandler is run, and the anteHandler is run each time DeliverTx is called).
    
    * Compute gasWanted in ante handler based on msg gas
    
    * Tests - check gas meter limit after EthGasConsumeDecorator ante handler runs
    
    * Update CHANGELOG.md
    
    * EthGasConsumeDecorator ante handler resets the gas meter only for CheckTx
    
    * Reset the gas meter in Keeper.EthereumTx to an infinite gas meter
    
    * Fix TestOutOfGasWhenDeployContract error check
    
    * Move gas meter reset to the innermost EthAnteHandle
    
    * add NewInfiniteGasMeterWithLimit for setting the user provided gas limit
    
    Fixes block's consumed gas calculation in the block creation phase.
    
    * Fix lint
    
    * Fix lint
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    loredanacirstea and fedekunze committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    77d9e29 View commit details
    Browse the repository at this point in the history
  3. docs: changelog fix (evmos#976)

    * release: v0.10.0-alpha changelog (#891)
    
    * release: v0.10.0-alpha changelog
    
    * deps: IBC v3 alpha2 (#892)
    
    * release: v0.10.0-alpha2 (#923)
    
    * deps: IBC v3 alpha2 (#892)
    
    * Problem: newPendingTransactions filter don't return ethereum tx hash (#900)
    
    * impr: support batch eth txs (#901)
    
    * support batch eth tx
    
    Closes: 896
    
    Allow multiple MsgEthereumTx in single tx
    
    * fix transaction receipt api
    
    * fix tx receipt api and accumulate tx gas used
    
    * fix lint
    
    * fix test
    
    * fix rpc test
    
    * cleanup
    
    * fix cumulativeGasUsed and gasUsed
    
    * fix lint
    
    * Update app/ante/eth.go
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * Update app/ante/eth.go
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * Update rpc/ethereum/backend/utils.go
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * pr suggestions
    
    * typo
    
    * fix lint
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * build(deps): bump follow-redirects in /tests/solidity (#909)
    
    Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.4 to 1.14.7.
    - [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
    - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.4...v1.14.7)
    
    ---
    updated-dependencies:
    - dependency-name: follow-redirects
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * rpc: make trace transaction api work with batch tx (#907)
    
    * make trace transaction api work with batch tx
    
    Closes: #906
    
    fix linter
    
    * review suggestion
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * fix insufficient fee error message (#911)
    
    * server: add `api.enable` flag for Cosmos SDK API server (#908)
    
    * add api.enable flag for Cosmos SDK Rest server
    
    * update changelog
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * deps: bump Cosmos SDK version to `v0.45.0` (#912)
    
    * deps: bump SDK version to v0.45.0
    
    * changelog
    
    * deprecation fix
    
    * deprecation fix 2
    
    * Integration tests (#913)
    
    * ci: semgrep config (#917)
    
    * ci: enable semgrep config
    
    * fix config
    
    * ignore grpc web
    
    * fix: default base fee state in genesis (#919)
    
    * fix defualt base fee state in genesis
    
    Closes: #918
    Solution:
    - initialise the default base fee value in genesis
    
    * changelog
    
    * fix: minimal-gas-prices and baseFeePerGas conflicts (#916)
    
    * Problem: minimal-gas-prices and baseFeePerGas conflicts
    
    Closes: #915
    
    Solution:
    - Don't check min-gas-price for evm tx if london hardfork and feemarket enabled.
    
    comments and cleanup
    
    changelog
    
    * fix zero fee coins
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    Co-authored-by: yihuang <huang@crypto.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: crypto-facs <84574577+crypto-facs@users.noreply.github.com>
    
    * release: v0.10.0-beta1 changelog (#941)
    
    * deps: IBC v3 alpha2 (#892)
    
    * Problem: newPendingTransactions filter don't return ethereum tx hash (#900)
    
    * impr: support batch eth txs (#901)
    
    * support batch eth tx
    
    Closes: 896
    
    Allow multiple MsgEthereumTx in single tx
    
    * fix transaction receipt api
    
    * fix tx receipt api and accumulate tx gas used
    
    * fix lint
    
    * fix test
    
    * fix rpc test
    
    * cleanup
    
    * fix cumulativeGasUsed and gasUsed
    
    * fix lint
    
    * Update app/ante/eth.go
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * Update app/ante/eth.go
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * Update rpc/ethereum/backend/utils.go
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * pr suggestions
    
    * typo
    
    * fix lint
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * build(deps): bump follow-redirects in /tests/solidity (#909)
    
    Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.4 to 1.14.7.
    - [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
    - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.4...v1.14.7)
    
    ---
    updated-dependencies:
    - dependency-name: follow-redirects
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * rpc: make trace transaction api work with batch tx (#907)
    
    * make trace transaction api work with batch tx
    
    Closes: #906
    
    fix linter
    
    * review suggestion
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * fix insufficient fee error message (#911)
    
    * server: add `api.enable` flag for Cosmos SDK API server (#908)
    
    * add api.enable flag for Cosmos SDK Rest server
    
    * update changelog
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * deps: bump Cosmos SDK version to `v0.45.0` (#912)
    
    * deps: bump SDK version to v0.45.0
    
    * changelog
    
    * deprecation fix
    
    * deprecation fix 2
    
    * Integration tests (#913)
    
    * ci: semgrep config (#917)
    
    * ci: enable semgrep config
    
    * fix config
    
    * ignore grpc web
    
    * fix: default base fee state in genesis (#919)
    
    * fix defualt base fee state in genesis
    
    Closes: #918
    Solution:
    - initialise the default base fee value in genesis
    
    * changelog
    
    * fix: minimal-gas-prices and baseFeePerGas conflicts (#916)
    
    * Problem: minimal-gas-prices and baseFeePerGas conflicts
    
    Closes: #915
    
    Solution:
    - Don't check min-gas-price for evm tx if london hardfork and feemarket enabled.
    
    comments and cleanup
    
    changelog
    
    * fix zero fee coins
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * build(deps): bump github.com/cosmos/ibc-go/v3 (#925)
    
    * build(deps): bump simple-get from 2.8.1 to 2.8.2 in /tests/solidity (#927)
    
    * build(deps): bump github.com/cosmos/cosmos-sdk from 0.45.0 to 0.45.1 (#926)
    
    Bumps [github.com/cosmos/cosmos-sdk](https://github.com/cosmos/cosmos-sdk) from 0.45.0 to 0.45.1.
    - [Release notes](https://github.com/cosmos/cosmos-sdk/releases)
    - [Changelog](https://github.com/cosmos/cosmos-sdk/blob/v0.45.1/CHANGELOG.md)
    - [Commits](https://github.com/cosmos/cosmos-sdk/compare/v0.45.0...v0.45.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/cosmos/cosmos-sdk
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * ci: separate out rpc and integration tests (#931)
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * fix: wrong comment in EthGasConsumeDecorator (#929)
    
    * fix newPendingTransactions subscription deadlock issue (#933)
    
    * remove unused parameters from evm spec (#934)
    
    * build(deps): bump follow-redirects in /tests/solidity (#939)
    
    Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8.
    - [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
    - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.7...v1.14.8)
    
    ---
    updated-dependencies:
    - dependency-name: follow-redirects
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * deps: upgrade geth to v1.10.15 (#935)
    
    * upgrade geth to v1.10.15
    
    * fix lint
    
    * fix imports
    
    * revert makefile change
    
    * update changelog
    
    * Update CHANGELOG.md
    
    Co-authored-by: Guillermo Paoletti <guillermo.paoletti@gmail.com>
    
    * update chain config
    
    * add getblockvalue for chain config fork
    
    Co-authored-by: Guillermo Paoletti <guillermo.paoletti@gmail.com>
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * fix: base fee check logic in state transition (#932)
    
    * fix base fee check logic in state transition
    
    - should check london hardfork first, otherwise it panic if feemarket not registered.
    
    * fix lint
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * add release v0.10.0-beta1 CHANGELOG
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    Co-authored-by: yihuang <huang@crypto.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: crypto-facs <84574577+crypto-facs@users.noreply.github.com>
    Co-authored-by: Prajjwol Gautam <not@acyb.org>
    Co-authored-by: HaeSung <hea9549.github@gmail.com>
    Co-authored-by: Guillermo Paoletti <guillermo.paoletti@gmail.com>
    
    * release: v0.10.0 final (#959)
    
    * deps: IBC v3 alpha2 (#892)
    
    * Problem: newPendingTransactions filter don't return ethereum tx hash (#900)
    
    * impr: support batch eth txs (#901)
    
    * support batch eth tx
    
    Closes: 896
    
    Allow multiple MsgEthereumTx in single tx
    
    * fix transaction receipt api
    
    * fix tx receipt api and accumulate tx gas used
    
    * fix lint
    
    * fix test
    
    * fix rpc test
    
    * cleanup
    
    * fix cumulativeGasUsed and gasUsed
    
    * fix lint
    
    * Update app/ante/eth.go
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * Update app/ante/eth.go
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * Update rpc/ethereum/backend/utils.go
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * pr suggestions
    
    * typo
    
    * fix lint
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * build(deps): bump follow-redirects in /tests/solidity (#909)
    
    Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.4 to 1.14.7.
    - [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
    - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.4...v1.14.7)
    
    ---
    updated-dependencies:
    - dependency-name: follow-redirects
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * rpc: make trace transaction api work with batch tx (#907)
    
    * make trace transaction api work with batch tx
    
    Closes: #906
    
    fix linter
    
    * review suggestion
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * fix insufficient fee error message (#911)
    
    * server: add `api.enable` flag for Cosmos SDK API server (#908)
    
    * add api.enable flag for Cosmos SDK Rest server
    
    * update changelog
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * deps: bump Cosmos SDK version to `v0.45.0` (#912)
    
    * deps: bump SDK version to v0.45.0
    
    * changelog
    
    * deprecation fix
    
    * deprecation fix 2
    
    * Integration tests (#913)
    
    * ci: semgrep config (#917)
    
    * ci: enable semgrep config
    
    * fix config
    
    * ignore grpc web
    
    * fix: default base fee state in genesis (#919)
    
    * fix defualt base fee state in genesis
    
    Closes: #918
    Solution:
    - initialise the default base fee value in genesis
    
    * changelog
    
    * fix: minimal-gas-prices and baseFeePerGas conflicts (#916)
    
    * Problem: minimal-gas-prices and baseFeePerGas conflicts
    
    Closes: #915
    
    Solution:
    - Don't check min-gas-price for evm tx if london hardfork and feemarket enabled.
    
    comments and cleanup
    
    changelog
    
    * fix zero fee coins
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * build(deps): bump github.com/cosmos/ibc-go/v3 (#925)
    
    * build(deps): bump simple-get from 2.8.1 to 2.8.2 in /tests/solidity (#927)
    
    * build(deps): bump github.com/cosmos/cosmos-sdk from 0.45.0 to 0.45.1 (#926)
    
    Bumps [github.com/cosmos/cosmos-sdk](https://github.com/cosmos/cosmos-sdk) from 0.45.0 to 0.45.1.
    - [Release notes](https://github.com/cosmos/cosmos-sdk/releases)
    - [Changelog](https://github.com/cosmos/cosmos-sdk/blob/v0.45.1/CHANGELOG.md)
    - [Commits](https://github.com/cosmos/cosmos-sdk/compare/v0.45.0...v0.45.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/cosmos/cosmos-sdk
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * ci: separate out rpc and integration tests (#931)
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * fix: wrong comment in EthGasConsumeDecorator (#929)
    
    * fix newPendingTransactions subscription deadlock issue (#933)
    
    * remove unused parameters from evm spec (#934)
    
    * build(deps): bump follow-redirects in /tests/solidity (#939)
    
    Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8.
    - [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
    - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.7...v1.14.8)
    
    ---
    updated-dependencies:
    - dependency-name: follow-redirects
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * deps: upgrade geth to v1.10.15 (#935)
    
    * upgrade geth to v1.10.15
    
    * fix lint
    
    * fix imports
    
    * revert makefile change
    
    * update changelog
    
    * Update CHANGELOG.md
    
    Co-authored-by: Guillermo Paoletti <guillermo.paoletti@gmail.com>
    
    * update chain config
    
    * add getblockvalue for chain config fork
    
    Co-authored-by: Guillermo Paoletti <guillermo.paoletti@gmail.com>
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * fix: base fee check logic in state transition (#932)
    
    * fix base fee check logic in state transition
    
    - should check london hardfork first, otherwise it panic if feemarket not registered.
    
    * fix lint
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * danburck/release changelog (#942)
    
    * release: v0.10.0-alpha changelog (#891)
    
    * release: v0.10.0-alpha changelog
    
    * deps: IBC v3 alpha2 (#892)
    
    * release: v0.10.0-alpha2 (#923)
    
    * deps: IBC v3 alpha2 (#892)
    
    * Problem: newPendingTransactions filter don't return ethereum tx hash (#900)
    
    * impr: support batch eth txs (#901)
    
    * support batch eth tx
    
    Closes: 896
    
    Allow multiple MsgEthereumTx in single tx
    
    * fix transaction receipt api
    
    * fix tx receipt api and accumulate tx gas used
    
    * fix lint
    
    * fix test
    
    * fix rpc test
    
    * cleanup
    
    * fix cumulativeGasUsed and gasUsed
    
    * fix lint
    
    * Update app/ante/eth.go
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * Update app/ante/eth.go
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * Update rpc/ethereum/backend/utils.go
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * pr suggestions
    
    * typo
    
    * fix lint
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * build(deps): bump follow-redirects in /tests/solidity (#909)
    
    Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.4 to 1.14.7.
    - [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
    - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.4...v1.14.7)
    
    ---
    updated-dependencies:
    - dependency-name: follow-redirects
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * rpc: make trace transaction api work with batch tx (#907)
    
    * make trace transaction api work with batch tx
    
    Closes: #906
    
    fix linter
    
    * review suggestion
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * fix insufficient fee error message (#911)
    
    * server: add `api.enable` flag for Cosmos SDK API server (#908)
    
    * add api.enable flag for Cosmos SDK Rest server
    
    * update changelog
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * deps: bump Cosmos SDK version to `v0.45.0` (#912)
    
    * deps: bump SDK version to v0.45.0
    
    * changelog
    
    * deprecation fix
    
    * deprecation fix 2
    
    * Integration tests (#913)
    
    * ci: semgrep config (#917)
    
    * ci: enable semgrep config
    
    * fix config
    
    * ignore grpc web
    
    * fix: default base fee state in genesis (#919)
    
    * fix defualt base fee state in genesis
    
    Closes: #918
    Solution:
    - initialise the default base fee value in genesis
    
    * changelog
    
    * fix: minimal-gas-prices and baseFeePerGas conflicts (#916)
    
    * Problem: minimal-gas-prices and baseFeePerGas conflicts
    
    Closes: #915
    
    Solution:
    - Don't check min-gas-price for evm tx if london hardfork and feemarket enabled.
    
    comments and cleanup
    
    changelog
    
    * fix zero fee coins
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    Co-authored-by: yihuang <huang@crypto.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: crypto-facs <84574577+crypto-facs@users.noreply.github.com>
    
    * release: v0.10.0-beta1 changelog (#941)
    
    * deps: IBC v3 alpha2 (#892)
    
    * Problem: newPendingTransactions filter don't return ethereum tx hash (#900)
    
    * impr: support batch eth txs (#901)
    
    * support batch eth tx
    
    Closes: 896
    
    Allow multiple MsgEthereumTx in single tx
    
    * fix transaction receipt api
    
    * fix tx receipt api and accumulate tx gas used
    
    * fix lint
    
    * fix test
    
    * fix rpc test
    
    * cleanup
    
    * fix cumulativeGasUsed and gasUsed
    
    * fix lint
    
    * Update app/ante/eth.go
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * Update app/ante/eth.go
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * Update rpc/ethereum/backend/utils.go
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * pr suggestions
    
    * typo
    
    * fix lint
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * build(deps): bump follow-redirects in /tests/solidity (#909)
    
    Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.4 to 1.14.7.
    - [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
    - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.4...v1.14.7)
    
    ---
    updated-dependencies:
    - dependency-name: follow-redirects
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * rpc: make trace transaction api work with batch tx (#907)
    
    * make trace transaction api work with batch tx
    
    Closes: #906
    
    fix linter
    
    * review suggestion
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * fix insufficient fee error message (#911)
    
    * server: add `api.enable` flag for Cosmos SDK API server (#908)
    
    * add api.enable flag for Cosmos SDK Rest server
    
    * update changelog
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * deps: bump Cosmos SDK version to `v0.45.0` (#912)
    
    * deps: bump SDK version to v0.45.0
    
    * changelog
    
    * deprecation fix
    
    * deprecation fix 2
    
    * Integration tests (#913)
    
    * ci: semgrep config (#917)
    
    * ci: enable semgrep config
    
    * fix config
    
    * ignore grpc web
    
    * fix: default base fee state in genesis (#919)
    
    * fix defualt base fee state in genesis
    
    Closes: #918
    Solution:
    - initialise the default base fee value in genesis
    
    * changelog
    
    * fix: minimal-gas-prices and baseFeePerGas conflicts (#916)
    
    * Problem: minimal-gas-prices and baseFeePerGas conflicts
    
    Closes: #915
    
    Solution:
    - Don't check min-gas-price for evm tx if london hardfork and feemarket enabled.
    
    comments and cleanup
    
    changelog
    
    * fix zero fee coins
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * build(deps): bump github.com/cosmos/ibc-go/v3 (#925)
    
    * build(deps): bump simple-get from 2.8.1 to 2.8.2 in /tests/solidity (#927)
    
    * build(deps): bump github.com/cosmos/cosmos-sdk from 0.45.0 to 0.45.1 (#926)
    
    Bumps [github.com/cosmos/cosmos-sdk](https://github.com/cosmos/cosmos-sdk) from 0.45.0 to 0.45.1.
    - [Release notes](https://github.com/cosmos/cosmos-sdk/releases)
    - [Changelog](https://github.com/cosmos/cosmos-sdk/blob/v0.45.1/CHANGELOG.md)
    - [Commits](https://github.com/cosmos/cosmos-sdk/compare/v0.45.0...v0.45.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/cosmos/cosmos-sdk
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * ci: separate out rpc and integration tests (#931)
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * fix: wrong comment in EthGasConsumeDecorator (#929)
    
    * fix newPendingTransactions subscription deadlock issue (#933)
    
    * remove unused parameters from evm spec (#934)
    
    * build(deps): bump follow-redirects in /tests/solidity (#939)
    
    Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8.
    - [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
    - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.7...v1.14.8)
    
    ---
    updated-dependencies:
    - dependency-name: follow-redirects
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * deps: upgrade geth to v1.10.15 (#935)
    
    * upgrade geth to v1.10.15
    
    * fix lint
    
    * fix imports
    
    * revert makefile change
    
    * update changelog
    
    * Update CHANGELOG.md
    
    Co-authored-by: Guillermo Paoletti <guillermo.paoletti@gmail.com>
    
    * update chain config
    
    * add getblockvalue for chain config fork
    
    Co-authored-by: Guillermo Paoletti <guillermo.paoletti@gmail.com>
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * fix: base fee check logic in state transition (#932)
    
    * fix base fee check logic in state transition
    
    - should check london hardfork first, otherwise it panic if feemarket not registered.
    
    * fix lint
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * add release v0.10.0-beta1 CHANGELOG
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    Co-authored-by: yihuang <huang@crypto.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: crypto-facs <84574577+crypto-facs@users.noreply.github.com>
    Co-authored-by: Prajjwol Gautam <not@acyb.org>
    Co-authored-by: HaeSung <hea9549.github@gmail.com>
    Co-authored-by: Guillermo Paoletti <guillermo.paoletti@gmail.com>
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    Co-authored-by: yihuang <huang@crypto.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: crypto-facs <84574577+crypto-facs@users.noreply.github.com>
    Co-authored-by: Prajjwol Gautam <not@acyb.org>
    Co-authored-by: HaeSung <hea9549.github@gmail.com>
    Co-authored-by: Guillermo Paoletti <guillermo.paoletti@gmail.com>
    
    * build(deps): bump github.com/gorilla/websocket from 1.4.2 to 1.5.0 (#944)
    
    Bumps [github.com/gorilla/websocket](https://github.com/gorilla/websocket) from 1.4.2 to 1.5.0.
    - [Release notes](https://github.com/gorilla/websocket/releases)
    - [Commits](https://github.com/gorilla/websocket/compare/v1.4.2...v1.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/gorilla/websocket
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * deps: bump IBC v3-rc0 (#947)
    
    * deps: bump IBC v3-rc0
    
    * rm strict
    
    * imp: redirect go-ethereum's logs to cosmos logger (#948)
    
    * redirect go-ethereum's logs to cosmos logger
    
    Closes: #862
    
    Map go-ethereum's log levels to cosmos ones:
    trace -> debug
    debug -> debug
    info -> info
    warn -> info
    error -> error
    crit -> error
    
    * changelog
    
    * Apply suggestions from code review
    
    * Apply suggestions from code review
    
    * build(deps): bump github.com/ethereum/go-ethereum from 1.10.15 to 1.10.16 (#945)
    
    * build(deps): bump github.com/ethereum/go-ethereum
    
    Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.10.15 to 1.10.16.
    - [Release notes](https://github.com/ethereum/go-ethereum/releases)
    - [Commits](https://github.com/ethereum/go-ethereum/compare/v1.10.15...v1.10.16)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/ethereum/go-ethereum
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * add extra param to config rules
    
    * update changelog
    
    * update comments
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Freddy Caceres <freddy.caceres@crypto.com>
    
    * feemarket: change basefee to be a module param (#943)
    
    * change basefee to a module params
    
    * add changelog and fix linter
    
    * change params type of basefee and remove default base fee
    
    * restaure event
    
    * clean code
    
    * fix proto
    
    * fix protos
    
    * fix logic
    
    * update rpc tests
    
    * fix comment
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * build(deps): bump github.com/tendermint/tm-db from 0.6.4 to 0.6.7 (#949)
    
    Bumps [github.com/tendermint/tm-db](https://github.com/tendermint/tm-db) from 0.6.4 to 0.6.7.
    - [Release notes](https://github.com/tendermint/tm-db/releases)
    - [Changelog](https://github.com/tendermint/tm-db/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/tendermint/tm-db/compare/v0.6.4...v0.6.7)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/tendermint/tm-db
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * docs: add spec for feemarket module (#889)
    
    * add spec for feemarket
    
    * update spec from comments
    
    * update spec
    
    * update abstract
    
    * update with grpc query
    
    * add more content for tip section
    
    * update specs with latest behavior
    
    * cleanup unused store prefix
    
    * Update x/feemarket/spec/01_concepts.md
    
    * Apply suggestions from code review
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * rpc: add support for `eth_signedTypedData` (#953)
    
    * add signTypedData api
    
    * fix typo
    
    * fix lint issues
    
    * add crypto recovery offset
    
    * Apply suggestions from code review
    
    * add changelog
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * build(deps): bump actions/setup-node from 2.5.1 to 3 (#957)
    
    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.5.1 to 3.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](https://github.com/actions/setup-node/compare/v2.5.1...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * fix: websocket client duplicated messages (#955)
    
    * Problem: websocket client get duplicated messages
    
    Closes: #954
    Solution:
    - localize the subscription management within current connection
    
    * changelog
    
    * fix linter
    
    * fix test building
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * ante: EIP712 support (#950)
    
    * code migrated
    
    * signed_data ported to avoid conficting dependency
    
    * correct payload
    
    * eip712 working with evmos.me
    
    * use geth TypedData types
    
    * fix linter
    
    * minor refactor
    
    * test first try
    
    * fix test
    
    * fix tests
    
    * enforce fee delegated eip712
    
    * verify signature refactor
    
    * SignedTypedData api refactor
    
    * add AnteHandler test for EIP712
    
    * remove comment
    
    * code clean up
    
    * return more detailed error messages
    
    * fix linter
    
    * remove unnecesary global vars
    
    * Update app/ante/eip712.go
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * fix pr comments
    
    * remove hardcoded value
    
    * add more tests
    
    * add changelog
    
    * use sdk errors
    
    * add MsgDelegate test
    
    Co-authored-by: Freddy Caceres <freddy.caceres@crypto.com>
    Co-authored-by: Federico Kunze Küllmer <federico.kunze94@gmail.com>
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    Co-authored-by: crypto-facs <84574577+crypto-facs@users.noreply.github.com>
    
    Co-authored-by: yihuang <huang@crypto.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: crypto-facs <84574577+crypto-facs@users.noreply.github.com>
    Co-authored-by: Prajjwol Gautam <not@acyb.org>
    Co-authored-by: HaeSung <hea9549.github@gmail.com>
    Co-authored-by: Guillermo Paoletti <guillermo.paoletti@gmail.com>
    Co-authored-by: Daniel Burckhardt <daniel.m.burckhardt@gmail.com>
    Co-authored-by: Freddy Caceres <freddy.caceres@crypto.com>
    Co-authored-by: Thomas Nguy <81727899+thomas-nguy@users.noreply.github.com>
    
    * release: v0.10.1 changelog (#971)
    
    * deps: IBC v3 alpha2 (#892)
    
    * Problem: newPendingTransactions filter don't return ethereum tx hash (#900)
    
    * impr: support batch eth txs (#901)
    
    * support batch eth tx
    
    Closes: 896
    
    Allow multiple MsgEthereumTx in single tx
    
    * fix transaction receipt api
    
    * fix tx receipt api and accumulate tx gas used
    
    * fix lint
    
    * fix test
    
    * fix rpc test
    
    * cleanup
    
    * fix cumulativeGasUsed and gasUsed
    
    * fix lint
    
    * Update app/ante/eth.go
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * Update app/ante/eth.go
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * Update rpc/ethereum/backend/utils.go
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * pr suggestions
    
    * typo
    
    * fix lint
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * build(deps): bump follow-redirects in /tests/solidity (#909)
    
    Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.4 to 1.14.7.
    - [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
    - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.4...v1.14.7)
    
    ---
    updated-dependencies:
    - dependency-name: follow-redirects
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * rpc: make trace transaction api work with batch tx (#907)
    
    * make trace transaction api work with batch tx
    
    Closes: #906
    
    fix linter
    
    * review suggestion
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * fix insufficient fee error message (#911)
    
    * server: add `api.enable` flag for Cosmos SDK API server (#908)
    
    * add api.enable flag for Cosmos SDK Rest server
    
    * update changelog
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * deps: bump Cosmos SDK version to `v0.45.0` (#912)
    
    * deps: bump SDK version to v0.45.0
    
    * changelog
    
    * deprecation fix
    
    * deprecation fix 2
    
    * Integration tests (#913)
    
    * ci: semgrep config (#917)
    
    * ci: enable semgrep config
    
    * fix config
    
    * ignore grpc web
    
    * fix: default base fee state in genesis (#919)
    
    * fix defualt base fee state in genesis
    
    Closes: #918
    Solution:
    - initialise the default base fee value in genesis
    
    * changelog
    
    * fix: minimal-gas-prices and baseFeePerGas conflicts (#916)
    
    * Problem: minimal-gas-prices and baseFeePerGas conflicts
    
    Closes: #915
    
    Solution:
    - Don't check min-gas-price for evm tx if london hardfork and feemarket enabled.
    
    comments and cleanup
    
    changelog
    
    * fix zero fee coins
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * build(deps): bump github.com/cosmos/ibc-go/v3 (#925)
    
    * build(deps): bump simple-get from 2.8.1 to 2.8.2 in /tests/solidity (#927)
    
    * build(deps): bump github.com/cosmos/cosmos-sdk from 0.45.0 to 0.45.1 (#926)
    
    Bumps [github.com/cosmos/cosmos-sdk](https://github.com/cosmos/cosmos-sdk) from 0.45.0 to 0.45.1.
    - [Release notes](https://github.com/cosmos/cosmos-sdk/releases)
    - [Changelog](https://github.com/cosmos/cosmos-sdk/blob/v0.45.1/CHANGELOG.md)
    - [Commits](https://github.com/cosmos/cosmos-sdk/compare/v0.45.0...v0.45.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/cosmos/cosmos-sdk
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * ci: separate out rpc and integration tests (#931)
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * fix: wrong comment in EthGasConsumeDecorator (#929)
    
    * fix newPendingTransactions subscription deadlock issue (#933)
    
    * remove unused parameters from evm spec (#934)
    
    * build(deps): bump follow-redirects in /tests/solidity (#939)
    
    Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8.
    - [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
    - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.7...v1.14.8)
    
    ---
    updated-dependencies:
    - dependency-name: follow-redirects
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * deps: upgrade geth to v1.10.15 (#935)
    
    * upgrade geth to v1.10.15
    
    * fix lint
    
    * fix imports
    
    * revert makefile change
    
    * update changelog
    
    * Update CHANGELOG.md
    
    Co-authored-by: Guillermo Paoletti <guillermo.paoletti@gmail.com>
    
    * update chain config
    
    * add getblockvalue for chain config fork
    
    Co-authored-by: Guillermo Paoletti <guillermo.paoletti@gmail.com>
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * fix: base fee check logic in state transition (#932)
    
    * fix base fee check logic in state transition
    
    - should check london hardfork first, otherwise it panic if feemarket not registered.
    
    * fix lint
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * danburck/release changelog (#942)
    
    * release: v0.10.0-alpha changelog (#891)
    
    * release: v0.10.0-alpha changelog
    
    * deps: IBC v3 alpha2 (#892)
    
    * release: v0.10.0-alpha2 (#923)
    
    * deps: IBC v3 alpha2 (#892)
    
    * Problem: newPendingTransactions filter don't return ethereum tx hash (#900)
    
    * impr: support batch eth txs (#901)
    
    * support batch eth tx
    
    Closes: 896
    
    Allow multiple MsgEthereumTx in single tx
    
    * fix transaction receipt api
    
    * fix tx receipt api and accumulate tx gas used
    
    * fix lint
    
    * fix test
    
    * fix rpc test
    
    * cleanup
    
    * fix cumulativeGasUsed and gasUsed
    
    * fix lint
    
    * Update app/ante/eth.go
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * Update app/ante/eth.go
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * Update rpc/ethereum/backend/utils.go
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * pr suggestions
    
    * typo
    
    * fix lint
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * build(deps): bump follow-redirects in /tests/solidity (#909)
    
    Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.4 to 1.14.7.
    - [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
    - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.4...v1.14.7)
    
    ---
    updated-dependencies:
    - dependency-name: follow-redirects
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * rpc: make trace transaction api work with batch tx (#907)
    
    * make trace transaction api work with batch tx
    
    Closes: #906
    
    fix linter
    
    * review suggestion
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * fix insufficient fee error message (#911)
    
    * server: add `api.enable` flag for Cosmos SDK API server (#908)
    
    * add api.enable flag for Cosmos SDK Rest server
    
    * update changelog
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * deps: bump Cosmos SDK version to `v0.45.0` (#912)
    
    * deps: bump SDK version to v0.45.0
    
    * changelog
    
    * deprecation fix
    
    * deprecation fix 2
    
    * Integration tests (#913)
    
    * ci: semgrep config (#917)
    
    * ci: enable semgrep config
    
    * fix config
    
    * ignore grpc web
    
    * fix: default base fee state in genesis (#919)
    
    * fix defualt base fee state in genesis
    
    Closes: #918
    Solution:
    - initialise the default base fee value in genesis
    
    * changelog
    
    * fix: minimal-gas-prices and baseFeePerGas conflicts (#916)
    
    * Problem: minimal-gas-prices and baseFeePerGas conflicts
    
    Closes: #915
    
    Solution:
    - Don't check min-gas-price for evm tx if london hardfork and feemarket enabled.
    
    comments and cleanup
    
    changelog
    
    * fix zero fee coins
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    Co-authored-by: yihuang <huang@crypto.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: crypto-facs <84574577+crypto-facs@users.noreply.github.com>
    
    * release: v0.10.0-beta1 changelog (#941)
    
    * deps: IBC v3 alpha2 (#892)
    
    * Problem: newPendingTransactions filter don't return ethereum tx hash (#900)
    
    * impr: support batch eth txs (#901)
    
    * support batch eth tx
    
    Closes: 896
    
    Allow multiple MsgEthereumTx in single tx
    
    * fix transaction receipt api
    
    * fix tx receipt api and accumulate tx gas used
    
    * fix lint
    
    * fix test
    
    * fix rpc test
    
    * cleanup
    
    * fix cumulativeGasUsed and gasUsed
    
    * fix lint
    
    * Update app/ante/eth.go
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * Update app/ante/eth.go
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * Update rpc/ethereum/backend/utils.go
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * pr suggestions
    
    * typo
    
    * fix lint
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * build(deps): bump follow-redirects in /tests/solidity (#909)
    
    Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.4 to 1.14.7.
    - [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
    - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.4...v1.14.7)
    
    ---
    updated-dependencies:
    - dependency-name: follow-redirects
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * rpc: make trace transaction api work with batch tx (#907)
    
    * make trace transaction api work with batch tx
    
    Closes: #906
    
    fix linter
    
    * review suggestion
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * fix insufficient fee error message (#911)
    
    * server: add `api.enable` flag for Cosmos SDK API server (#908)
    
    * add api.enable flag for Cosmos SDK Rest server
    
    * update changelog
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * deps: bump Cosmos SDK version to `v0.45.0` (#912)
    
    * deps: bump SDK version to v0.45.0
    
    * changelog
    
    * deprecation fix
    
    * deprecation fix 2
    
    * Integration tests (#913)
    
    * ci: semgrep config (#917)
    
    * ci: enable semgrep config
    
    * fix config
    
    * ignore grpc web
    
    * fix: default base fee state in genesis (#919)
    
    * fix defualt base fee state in genesis
    
    Closes: #918
    Solution:
    - initialise the default base fee value in genesis
    
    * changelog
    
    * fix: minimal-gas-prices and baseFeePerGas conflicts (#916)
    
    * Problem: minimal-gas-prices and baseFeePerGas conflicts
    
    Closes: #915
    
    Solution:
    - Don't check min-gas-price for evm tx if london hardfork and feemarket enabled.
    
    comments and cleanup
    
    changelog
    
    * fix zero fee coins
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * build(deps): bump github.com/cosmos/ibc-go/v3 (#925)
    
    * build(deps): bump simple-get from 2.8.1 to 2.8.2 in /tests/solidity (#927)
    
    * build(deps): bump github.com/cosmos/cosmos-sdk from 0.45.0 to 0.45.1 (#926)
    
    Bumps [github.com/cosmos/cosmos-sdk](https://github.com/cosmos/cosmos-sdk) from 0.45.0 to 0.45.1.
    - [Release notes](https://github.com/cosmos/cosmos-sdk/releases)
    - [Changelog](https://github.com/cosmos/cosmos-sdk/blob/v0.45.1/CHANGELOG.md)
    - [Commits](https://github.com/cosmos/cosmos-sdk/compare/v0.45.0...v0.45.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/cosmos/cosmos-sdk
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * ci: separate out rpc and integration tests (#931)
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * fix: wrong comment in EthGasConsumeDecorator (#929)
    
    * fix newPendingTransactions subscription deadlock issue (#933)
    
    * remove unused parameters from evm spec (#934)
    
    * build(deps): bump follow-redirects in /tests/solidity (#939)
    
    Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8.
    - [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
    - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.7...v1.14.8)
    
    ---
    updated-dependencies:
    - dependency-name: follow-redirects
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * deps: upgrade geth to v1.10.15 (#935)
    
    * upgrade geth to v1.10.15
    
    * fix lint
    
    * fix imports
    
    * revert makefile change
    
    * update changelog
    
    * Update CHANGELOG.md
    
    Co-authored-by: Guillermo Paoletti <guillermo.paoletti@gmail.com>
    
    * update chain config
    
    * add getblockvalue for chain config fork
    
    Co-authored-by: Guillermo Paoletti <guillermo.paoletti@gmail.com>
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * fix: base fee check logic in state transition (#932)
    
    * fix base fee check logic in state transition
    
    - should check london hardfork first, otherwise it panic if feemarket not registered.
    
    * fix lint
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * add release v0.10.0-beta1 CHANGELOG
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    Co-authored-by: yihuang <huang@crypto.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: crypto-facs <84574577+crypto-facs@users.noreply.github.com>
    Co-authored-by: Prajjwol Gautam <not@acyb.org>
    Co-authored-by: HaeSung <hea9549.github@gmail.com>
    Co-authored-by: Guillermo Paoletti <guillermo.paoletti@gmail.com>
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    Co-authored-by: yihuang <huang@crypto.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: crypto-facs <84574577+crypto-facs@users.noreply.github.com>
    Co-authored-by: Prajjwol Gautam <not@acyb.org>
    Co-authored-by: HaeSung <hea9549.github@gmail.com>
    Co-authored-by: Guillermo Paoletti <guillermo.paoletti@gmail.com>
    
    * build(deps): bump github.com/gorilla/websocket from 1.4.2 to 1.5.0 (#944)
    
    Bumps [github.com/gorilla/websocket](https://github.com/gorilla/websocket) from 1.4.2 to 1.5.0.
    - [Release notes](https://github.com/gorilla/websocket/releases)
    - [Commits](https://github.com/gorilla/websocket/compare/v1.4.2...v1.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/gorilla/websocket
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * deps: bump IBC v3-rc0 (#947)
    
    * deps: bump IBC v3-rc0
    
    * rm strict
    
    * imp: redirect go-ethereum's logs to cosmos logger (#948)
    
    * redirect go-ethereum's logs to cosmos logger
    
    Closes: #862
    
    Map go-ethereum's log levels to cosmos ones:
    trace -> debug
    debug -> debug
    info -> info
    warn -> info
    error -> error
    crit -> error
    
    * changelog
    
    * Apply suggestions from code review
    
    * Apply suggestions from code review
    
    * build(deps): bump github.com/ethereum/go-ethereum from 1.10.15 to 1.10.16 (#945)
    
    * build(deps): bump github.com/ethereum/go-ethereum
    
    Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.10.15 to 1.10.16.
    - [Release notes](https://github.com/ethereum/go-ethereum/releases)
    - [Commits](https://github.com/ethereum/go-ethereum/compare/v1.10.15...v1.10.16)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/ethereum/go-ethereum
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * add extra param to config rules
    
    * update changelog
    
    * update comments
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Freddy Caceres <freddy.caceres@crypto.com>
    
    * feemarket: change basefee to be a module param (#943)
    
    * change basefee to a module params
    
    * add changelog and fix linter
    
    * change params type of basefee and remove default base fee
    
    * restaure event
    
    * clean code
    
    * fix proto
    
    * fix protos
    
    * fix logic
    
    * update rpc tests
    
    * fix comment
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * build(deps): bump github.com/tendermint/tm-db from 0.6.4 to 0.6.7 (#949)
    
    Bumps [github.com/tendermint/tm-db](https://github.com/tendermint/tm-db) from 0.6.4 to 0.6.7.
    - [Release notes](https://github.com/tendermint/tm-db/releases)
    - [Changelog](https://github.com/tendermint/tm-db/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/tendermint/tm-db/compare/v0.6.4...v0.6.7)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/tendermint/tm-db
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * docs: add spec for feemarket module (#889)
    
    * add spec for feemarket
    
    * update spec from comments
    
    * update spec
    
    * update abstract
    
    * update with grpc query
    
    * add more content for tip section
    
    * update specs with latest behavior
    
    * cleanup unused store prefix
    
    * Update x/feemarket/spec/01_concepts.md
    
    * Apply suggestions from code review
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * rpc: add support for `eth_signedTypedData` (#953)
    
    * add signTypedData api
    
    * fix typo
    
    * fix lint issues
    
    * add crypto recovery offset
    
    * Apply suggestions from code review
    
    * add changelog
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * build(deps): bump actions/setup-node from 2.5.1 to 3 (#957)
    
    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.5.1 to 3.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](https://github.com/actions/setup-node/compare/v2.5.1...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * fix: websocket client duplicated messages (#955)
    
    * Problem: websocket client get duplicated messages
    
    Closes: #954
    Solution:
    - localize the subscription management within current connection
    
    * changelog
    
    * fix linter
    
    * fix test building
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * ante: EIP712 support (#950)
    
    * code migrated
    
    * signed_data ported to avoid conficting dependency
    
    * correct payload
    
    * eip712 working with evmos.me
    
    * use geth TypedData types
    
    * fix linter
    
    * minor refactor
    
    * test first try
    
    * fix test
    
    * fix tests
    
    * enforce fee delegated eip712
    
    * verify signature refactor
    
    * SignedTypedData api refactor
    
    * add AnteHandler test for EIP712
    
    * remove comment
    
    * code clean up
    
    * return more detailed error messages
    
    * fix linter
    
    * remove unnecesary global vars
    
    * Update app/ante/eip712.go
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * fix pr comments
    
    * remove hardcoded value
    
    * add more tests
    
    * add changelog
    
    * use sdk errors
    
    * add MsgDelegate test
    
    Co-authored-by: Freddy Caceres <freddy.caceres@crypto.com>
    Co-authored-by: Federico Kunze Küllmer <federico.kunze94@gmail.com>
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    Co-authored-by: crypto-facs <84574577+crypto-facs@users.noreply.github.com>
    
    * evm: add returnValue message on tracing (#962)
    
    * release: v0.10.0-alpha changelog (#891)
    
    * release: v0.10.0-alpha changelog
    
    * deps: IBC v3 alpha2 (#892)
    
    * release: v0.10.0-alpha2 (#923)
    
    * deps: IBC v3 alpha2 (#892)
    
    * Problem: newPendingTransactions filter don't return ethereum tx hash (#900)
    
    * impr: support batch eth txs (#901)
    
    * support batch eth tx
    
    Closes: 896
    
    Allow multiple MsgEthereumTx in single tx
    
    * fix transaction receipt api
    
    * fix tx receipt api and accumulate tx gas used
    
    * fix lint
    
    * fix test
    
    * fix rpc test
    
    * cleanup
    
    * fix cumulativeGasUsed and gasUsed
    
    * fix lint
    
    * Update app/ante/eth.go
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * Update app/ante/eth.go
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * Update rpc/ethereum/backend/utils.go
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * pr suggestions
    
    * typo
    
    * fix lint
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * build(deps): bump follow-redirects in /tests/solidity (#909)
    
    Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.4 to 1.14.7.
    - [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
    - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.4...v1.14.7)
    
    ---
    updated-dependencies:
    - dependency-name: follow-redirects
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * rpc: make trace transaction api work with batch tx (#907)
    
    * make trace transaction api work with batch tx
    
    Closes: #906
    
    fix linter
    
    * review suggestion
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * fix insufficient fee error message (#911)
    
    * server: add `api.enable` flag for Cosmos SDK API server (#908)
    
    * add api.enable flag for Cosmos SDK Rest server
    
    * update changelog
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * deps: bump Cosmos SDK version to `v0.45.0` (#912)
    
    * deps: bump SDK version to v0.45.0
    
    * changelog
    
    * deprecation fix
    
    * deprecation fix 2
    
    * Integration tests (#913)
    
    * ci: semgrep config (#917)
    
    * ci: enable semgrep config
    
    * fix config
    
    * ignore grpc web
    
    * fix: default base fee state in genesis (#919)
    
    * fix defualt base fee state in genesis
    
    Closes: #918
    Solution:
    - initialise the default base fee value in genesis
    
    * changelog
    
    * fix: minimal-gas-prices and baseFeePerGas conflicts (#916)
    
    * Problem: minimal-gas-prices and baseFeePerGas conflicts
    
    Closes: #915
    
    Solution:
    - Don't check min-gas-price for evm tx if london hardfork and feemarket enabled.
    
    comments and cleanup
    
    changelog
    
    * fix zero fee coins
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    Co-authored-by: yihuang <huang@crypto.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: crypto-facs <84574577+crypto-facs@users.noreply.github.com>
    
    * release: v0.10.0-beta1 changelog (#941)
    
    * deps: IBC v3 alpha2 (#892)
    
    * Problem: newPendingTransactions filter don't return ethereum tx hash (#900)
    
    * impr: support batch eth txs (#901)
    
    * support batch eth tx
    
    Closes: 896
    
    Allow multiple MsgEthereumTx in single tx
    
    * fix transaction receipt api
    
    * fix tx receipt api and accumulate tx gas used
    
    * fix lint
    
    * fix test
    
    * fix rpc test
    
    * cleanup
    
    * fix cumulativeGasUsed and gasUsed
    
    * fix lint
    
    * Update app/ante/eth.go
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * Update app/ante/eth.go
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * Update rpc/ethereum/backend/utils.go
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * pr suggestions
    
    * typo
    
    * fix lint
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * build(deps): bump follow-redirects in /tests/solidity (#909)
    
    Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.4 to 1.14.7.
    - [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
    - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.4...v1.14.7)
    
    ---
    updated-dependencies:
    - dependency-name: follow-redirects
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * rpc: make trace transaction api work with batch tx (#907)
    
    * make trace transaction api work with batch tx
    
    Closes: #906
    
    fix linter
    
    * review suggestion
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * fix insufficient fee error message (#911)
    
    * server: add `api.enable` flag for Cosmos SDK API server (#908)
    
    * add api.enable flag for Cosmos SDK Rest server
    
    * update changelog
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * deps: bump Cosmos SDK version to `v0.45.0` (#912)
    
    * deps: bump SDK version to v0.45.0
    
    * changelog
    
    * deprecation fix
    
    * deprecation fix 2
    
    * Integration tests (#913)
    
    * ci: semgrep config (#917)
    
    * ci: enable semgrep config
    
    * fix config
    
    * ignore grpc web
    
    * fix: default base fee state in genesis (#919)
    
    * fix defualt base fee state in genesis
    
    Closes: #918
    Solution:
    - initialise the default base fee value in genesis
    
    * changelog
    
    * fix: minimal-gas-prices and baseFeePerGas conflicts (#916)
    
    * Problem: minimal-gas-prices and baseFeePerGas conflicts
    
    Closes: #915
    
    Solution:
    - Don't check min-gas-price for evm tx if london hardfork and feemarket enabled.
    
    comments and cleanup
    
    changelog
    
    * fix zero fee coins
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * build(deps): bump github.com/cosmos/ibc-go/v3 (#925)
    
    * build(deps): bump simple-get from 2.8.1 to 2.8.2 in /tests/solidity (#927)
    
    * build(deps): bump github.com/cosmos/cosmos-sdk from 0.45.0 to 0.45.1 (#926)
    
    Bumps [github.com/cosmos/cosmos-sdk](https://github.com/cosmos/cosmos-sdk) from 0.45.0 to 0.45.1.
    - [Release notes](https://github.com/cosmos/cosmos-sdk/releases)
    - [Changelog](https://github.com/cosmos/cosmos-sdk/blob/v0.45.1/CHANGELOG.md)
    - [Commits](https://github.com/cosmos/cosmos-sdk/compare/v0.45.0...v0.45.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/cosmos/cosmos-sdk
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * ci: separate out rpc and integration tests (#931)
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * fix: wrong comment in EthGasConsumeDecorator (#929)
    
    * fix newPendingTransactions subscription deadlock issue (#933)
    
    * remove unused parameters from evm spec (#934)
    
    * build(deps): bump follow-redirects in /tests/solidity (#939)
    
    Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8.
    - [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
    - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.7...v1.14.8)
    
    ---
    updated-dependencies:
    - dependency-name: follow-redirects
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * deps: upgrade geth to v1.10.15 (#935)
    
    * upgrade geth to v1.10.15
    
    * fix lint
    
    * fix imports
    
    * revert makefile change
    
    * update changelog
    
    * Update CHANGELOG.md
    
    Co-authored-by: Guillermo Paoletti <guillermo.paoletti@gmail.com>
    
    * update chain config
    
    * add getblockvalue for chain config fork
    
    Co-authored-by: Guillermo Paoletti <guillermo.paoletti@gmail.com>
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * fix: base fee check logic in state transition (#932)
    
    * fix base fee check logic in state transition
    
    - should check london hardfork first, otherwise it panic if feemarket not registered.
    
    * fix lint
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * add release v0.10.0-beta1 CHANGELOG
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    Co-authored-by: yihuang <huang@crypto.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: crypto-facs <84574577+crypto-facs@users.noreply.github.com>
    Co-authored-by: Prajjwol Gautam <not@acyb.org>
    Co-authored-by: HaeSung <hea9549.github@gmail.com>
    Co-authored-by: Guillermo Paoletti <guillermo.paoletti@gmail.com>
    
    * release: v0.10.0 final (#959)
    
    * deps: IBC v3 alpha2 (#892)
    
    * Problem: newPendingTransactions filter don't return ethereum tx hash (#900)
    
    * impr: support batch eth txs (#901)
    
    * support batch eth tx
    
    Closes: 896
    
    Allow multiple MsgEthereumTx in single tx
    
    * fix transaction receipt api
    
    * fix tx receipt api and accumulate tx gas used
    
    * fix lint
    
    * fix test
    
    * fix rpc test
    
    * cleanup
    
    * fix cumulativeGasUsed and gasUsed
    
    * fix lint
    
    * Update app/ante/eth.go
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * Update app/ante/eth.go
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * Update rpc/ethereum/backend/utils.go
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * pr suggestions
    
    * typo
    
    * fix lint
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * build(deps): bump follow-redirects in /tests/solidity (#909)
    
    Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.4 to 1.14.7.
    - [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
    - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.4...v1.14.7)
    
    ---
    updated-dependencies:
    - dependency-name: follow-redirects
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * rpc: make trace transaction api work with batch tx (#907)
    
    * make trace transaction api work with batch tx
    
    Closes: #906
    
    fix linter
    
    * review suggestion
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * fix insufficient fee error message (#911)
    
    * server: add `api.enable` flag for Cosmos SDK API server (#908)
    
    * add api.enable flag for Cosmos SDK Rest server
    
    * update changelog
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * deps: bump Cosmos SDK version to `v0.45.0` (#912)
    
    * deps: bump SDK version to v0.45.0
    
    * changelog
    
    * deprecation fix
    
    * deprecation fix 2
    
    * Integration tests (#913)
    
    * ci: semgrep config (#917)
    
    * ci: enable semgrep config
    
    * fix config
    
    * ignore grpc web
    
    * fix: default base fee state in genesis (#919)
    
    * fix defualt base fee state in genesis
    
    Closes: #918
    Solution:
    - initialise the default base fee value in genesis
    
    * changelog
    
    * fix: minimal-gas-prices and baseFeePerGas conflicts (#916)
    
    * Problem: minimal-gas-prices and baseFeePerGas conflicts
    
    Closes: #915
    
    Solution:
    - Don't check min-gas-price for evm tx if london hardfork and feemarket enabled.
    
    comments and cleanup
    
    changelog
    
    * fix zero fee coins
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * build(deps): bump github.com/cosmos/ibc-go/v3 (#925)
    
    * build(deps): bump simple-get from 2.8.1 to 2.8.2 in /tests/solidity (#927)
    
    * build(deps): bump github.com/cosmos/cosmos-sdk from 0.45.0 to 0.45.1 (#926)
    
    Bumps [github.com/cosmos/cosmos-sdk](https://github.com/cosmos/cosmos-sdk) from 0.45.0 to 0.45.1.
    - [Release notes](https://github.com/cosmos/cosmos-sdk/releases)
    - [Changelog](https://github.com/cosmos/cosmos-sdk/blob/v0.45.1/CHANGELOG.md)
    - [Commits](https://github.com/cosmos/cosmos-sdk/compare/v0.45.0...v0.45.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/cosmos/cosmos-sdk
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * ci: separate out rpc and integration tests (#931)
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * fix: wrong comment in EthGasConsumeDecorator (#929)
    
    * fix newPendingTransactions subscription deadlock issue (#933)
    
    * remove unused parameters from evm spec (#934)
    
    * build(deps): bump follow-redirects in /tests/solidity (#939)
    
    Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8.
    - [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
    - [Commit…
    11 people committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    cfbd980 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2022

  1. build(deps): bump github.com/cosmos/ibc-go/v3 (evmos#978)

    Bumps [github.com/cosmos/ibc-go/v3](https://github.com/cosmos/ibc-go) from 3.0.0-rc0 to 3.0.0-rc1.
    - [Release notes](https://github.com/cosmos/ibc-go/releases)
    - [Changelog](https://github.com/cosmos/ibc-go/blob/main/CHANGELOG.md)
    - [Commits](cosmos/ibc-go@v3.0.0-rc0...v3.0.0-rc1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/cosmos/ibc-go/v3
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    67fba0a View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. rpc: add configurable timeouts to http server (evmos#979)

    * Add configurable timeouts to http server
    
    Closes: evmos#963
    
    * add flags
    
    * changelog
    
    * fix toml
    yihuang committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    dbe9f70 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2022

  1. build(deps): bump github.com/spf13/cobra from 1.3.0 to 1.4.0 (evmos#983)

    Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.3.0 to 1.4.0.
    - [Release notes](https://github.com/spf13/cobra/releases)
    - [Changelog](https://github.com/spf13/cobra/blob/master/CHANGELOG.md)
    - [Commits](spf13/cobra@v1.3.0...v1.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/spf13/cobra
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    ef20250 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump github.com/cosmos/ibc-go/v3 from 3.0.0-rc1 to 3.0.0…

    …-rc2 (evmos#984)
    
    * build(deps): bump github.com/cosmos/ibc-go/v3
    
    Bumps [github.com/cosmos/ibc-go/v3](https://github.com/cosmos/ibc-go) from 3.0.0-rc1 to 3.0.0-rc2.
    - [Release notes](https://github.com/cosmos/ibc-go/releases)
    - [Changelog](https://github.com/cosmos/ibc-go/blob/main/CHANGELOG.md)
    - [Commits](cosmos/ibc-go@v3.0.0-rc1...v3.0.0-rc2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/cosmos/ibc-go/v3
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * fix
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Federico Kunze Küllmer <federico.kunze94@gmail.com>
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    3 people committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    50e093a View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

  1. eth_feeHistory - fix reward calculation from MsgEthereumTx (evmos#990)

    * eth_feeHistory - fix reward calculation from MsgEthereumTx
    
    Problem:
    - rewards calculation based on percentiles took into consideration the tendermint tx count instead of `MsgEthereumTx` count.
    - `sorter := make(sortGasAndReward, tendermintTxCount)` creates an array of `{0 <nil>}` values.
    The `nil` value from the `reward` attribute was never rewritten for tendermint Tx without any `MsgEthereumTx`
    
    Fixes:
    - return early if there are 0 `MsgEthereumTx`
    - use the `MsgEthereumTx` count to calculate rewards
    
    * Add change log
    loredanacirstea committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    d04787e View commit details
    Browse the repository at this point in the history
  2. build(deps): bump gaurav-nelson/github-action-markdown-link-check (ev…

    …mos#994)
    
    Bumps [gaurav-nelson/github-action-markdown-link-check](https://github.com/gaurav-nelson/github-action-markdown-link-check) from 1.0.13 to 1.0.14.
    - [Release notes](https://github.com/gaurav-nelson/github-action-markdown-link-check/releases)
    - [Commits](gaurav-nelson/github-action-markdown-link-check@1.0.13...1.0.14)
    
    ---
    updated-dependencies:
    - dependency-name: gaurav-nelson/github-action-markdown-link-check
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    6b88b26 View commit details
    Browse the repository at this point in the history
  3. fix: server should always use local rpc client (evmos#988)

    Closes: evmos#987
    Solution:
    - use local rpc clint if json-rpc is enabled.
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    yihuang and fedekunze committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    49afc0f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5360730 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. build(deps): bump github.com/cosmos/ibc-go/v3 from 3.0.0-rc2 to 3.0.0 (

    …evmos#998)
    
    Bumps [github.com/cosmos/ibc-go/v3](https://github.com/cosmos/ibc-go) from 3.0.0-rc2 to 3.0.0.
    - [Release notes](https://github.com/cosmos/ibc-go/releases)
    - [Changelog](https://github.com/cosmos/ibc-go/blob/v3.0.0/CHANGELOG.md)
    - [Commits](cosmos/ibc-go@v3.0.0-rc2...v3.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/cosmos/ibc-go/v3
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    575c8e7 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump github.com/stretchr/testify from 1.7.0 to 1.7.1 (ev…

    …mos#999)
    
    Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.0 to 1.7.1.
    - [Release notes](https://github.com/stretchr/testify/releases)
    - [Commits](stretchr/testify@v1.7.0...v1.7.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/stretchr/testify
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    889ff2b View commit details
    Browse the repository at this point in the history
  3. fix: set an upper bound to gasWanted to prevent DoS attack (evmos#991)

    Closes: evmos#989
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    yihuang and fedekunze committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    edf4569 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. feemarket: migration (evmos#1002)

    * increase feemarket's consensus version and add migration handler
    
    Closes: evmos#1001
    
    * unit test
    
    * fix linter
    yihuang committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    93a57bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8bcdb2c View commit details
    Browse the repository at this point in the history
  3. build(deps): bump actions/cache from 2.1.7 to 3 (evmos#1008)

    Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 3.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Commits](actions/cache@v2.1.7...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    b4ce7ca View commit details
    Browse the repository at this point in the history
  4. fix: Update the JSON-RPC to correct the return information. (evmos#1006)

    * fix: Update the JSON-RPC to correct the return information.
    
    * Update CHANGELOG.md
    
    * update: move the tests to integration_test.go
    
    * refactor the tests and use table tests instead
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    WilliamXieCrypto and fedekunze committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    01bc2ec View commit details
    Browse the repository at this point in the history
  5. fix: Dockerfile to reduce vulnerabilities (evmos#1005)

    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-2426331
    - https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-2426331
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    snyk-bot and fedekunze committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    9807d7c View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

  1. Configuration menu
    Copy the full SHA
    bde62e2 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump google.golang.org/protobuf from 1.27.1 to 1.28.0 (e…

    …vmos#1013)
    
    Bumps [google.golang.org/protobuf](https://github.com/protocolbuffers/protobuf-go) from 1.27.1 to 1.28.0.
    - [Release notes](https://github.com/protocolbuffers/protobuf-go/releases)
    - [Changelog](https://github.com/protocolbuffers/protobuf-go/blob/master/release.bash)
    - [Commits](protocolbuffers/protobuf-go@v1.27.1...v1.28.0)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/protobuf
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    42b5e44 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. fix: eth_newPendingTransactionFilter doesn't return ethereum tx hash (

    evmos#1012)
    
    * Problem: eth_newPendingTransactionFilter don't return correct tx hash
    
    Closes: evmos#1011
    Solution:
    - use eth tx hash rather than tendermint one
    
    * changelog
    
    * remove copied TODO comment and ignore err result of Notify
    
    * add e2e test
    
    * fix ws client in e2e test
    
    * fix test
    
    * Apply suggestions from code review
    
    * Apply suggestions from code review
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    yihuang and fedekunze committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    70d5294 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

  1. Configuration menu
    Copy the full SHA
    285c7c4 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. imp: migrate JSON for feemarket (evmos#1021)

    * imp: migrate JSON for feemarket
    
    * migrate JSON
    
    * types
    
    * fix
    
    * fix unmarshal JSON error
    
    * changelog
    
    * fix lint
    
    * fix test
    fedekunze committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    3c8a95b View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

  1. fix: update feemarket REST endpoints (evmos#1026)

    * fix: update feemarket REST endpoints
    
    * changelog
    fedekunze committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    6abe84b View commit details
    Browse the repository at this point in the history
  2. evm: PostTxProcessing hook - include the full message data (evmos#1027)

    * x/evm - PostTxProcessing use message as callback input
    
    * Update CHANGELOG.md
    
    * Use core.Message for the PostTxProcessing hook (PR review)
    loredanacirstea committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    cc37ed2 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2022

  1. fix: lint workflow (evmos#1028)

    * fix lint workflow
    
    * fix comment
    
    * remove format
    
    * change checkout with setup-go
    
    * update comment
    
    * add checkout
    
    * add lint issue
    
    * revert lint error
    thomas-nguy committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    8202a09 View commit details
    Browse the repository at this point in the history
  2. deps: upgrade cosmos-sdk to v0.45.2 (evmos#1029)

    Closes: evmos#946
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    yihuang and fedekunze committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    7d11c93 View commit details
    Browse the repository at this point in the history
  3. evm: allow to append logs after a post processing hook (evmos#1025)

    * add log after tx post processing hook
    
    add changelog
    
    fix tests
    
    rename variable
    
    minimum change version
    
    * Update x/evm/keeper/state_transition.go
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    thomas-nguy and fedekunze committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    56c4a31 View commit details
    Browse the repository at this point in the history
  4. fix: remove proto message registration from legacy v09 types to fix c…

    …onflict (evmos#1023)
    
    with existing types
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    nddeluca and fedekunze committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    ea3c16e View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

  1. build(deps): bump codecov/codecov-action from 2.1.0 to 3 (evmos#1031)

    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2.1.0 to 3.
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md)
    - [Commits](codecov/codecov-action@v2.1.0...v3)
    
    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    4fdbcd7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c70701e View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2022

  1. types: add ValidateNonZeroAddress utility function (evmos#1033)

    * Add ValidateNonZeroAddress validation utility
    
    * Update types/validation.go
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    loredanacirstea and fedekunze committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    e1512c5 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. build(deps): bump actions/stale from 4 to 5 (evmos#1041)

    Bumps [actions/stale](https://github.com/actions/stale) from 4 to 5.
    - [Release notes](https://github.com/actions/stale/releases)
    - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
    - [Commits](actions/stale@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/stale
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    f257709 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump actions/setup-go from 2 to 3 (evmos#1040)

    * build(deps): bump actions/setup-go from 2 to 3
    
    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 3.
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Apply suggestions from code review
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    dependabot[bot] and fedekunze committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    cb6715c View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2022

  1. deps: bump SDK to v0.45.3 (evmos#1046)

    * release: v0.13.0 (evmos#1030)
    
    * release: v0.12.0 changelog
    
    * changelog: v0.12.1 (evmos#1019)
    
    * evm: update empty hash check for storage state (evmos#1016)
    
    * v0.12.1: changelog
    
    * changelog: v0.12.2 (evmos#1022)
    
    * changelog: v0.12.2
    
    * fix
    
    * fix
    
    * update changelog
    
    * deps: bump SDK to v0.45.3
    
    * changelog
    
    * fixes
    fedekunze committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    1e03c0c View commit details
    Browse the repository at this point in the history
  2. ci: cleanup (evmos#1048)

    fedekunze committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    5ccd4c4 View commit details
    Browse the repository at this point in the history
  3. tests: Increase coverage for msg.go and access_list_tx.go (evmos#1044)

    * tests: Add tests for MsgEthereumTx getter methods
    
    * tests: Add nil data test for MsgEthereumTx buildTx
    
    * tests: Removed unnecessary sdk>big.Int conversions
    in MsgEthereumTx ValidateBasic test
    
    * tests: Replace deprecated ethtypes.NewTransaction
    
    * tests: Add AccessListTx tests
    
    * tests: Fix dropped LegacyTx coverage
    
    * Address PR comments
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    MalteHerrmann and fedekunze committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    4d63238 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2022

  1. Configuration menu
    Copy the full SHA
    7509903 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2022

  1. Configuration menu
    Copy the full SHA
    bc4b018 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2022

  1. Configuration menu
    Copy the full SHA
    7e35906 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. fix: tests/solidity/package.json to reduce vulnerabilities (evmos#1036)

    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    snyk-bot and fedekunze committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    e7b6d92 View commit details
    Browse the repository at this point in the history
  2. fix: tests/solidity/suites/storage/package.json to reduce vulnerabili…

    …ties (evmos#1039)
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2342118
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    snyk-bot and fedekunze committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    d96e2b7 View commit details
    Browse the repository at this point in the history
  3. fix: tests/solidity/suites/eip1559/package.json to reduce vulnerabili…

    …ties (evmos#1038)
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2342118
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    snyk-bot and fedekunze committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    e4abbe1 View commit details
    Browse the repository at this point in the history
  4. fix: simulations don't generate EVM transactions (evmos#996)

    * use SimAppChainId instead of the default cosmos-sdk simulation chainid
    
    * implement custom RandomGenesisAccounts for auth module simulation
    
    * use customized RandomGenesisAccounts
    
    * generate random ethereum txs operations
    
    * use sdk.DefaultBondDenom
    
    * implement WeightedOperations
    
    * fix self assignment
    
    * use customized RandomAccounts to generate accounts with ethsecp256k1 private key
    
    * RandomAccounts generate random accounts with ethsecp256k1 private key
    
    * implement SimulateEthSimpleTransfer
    
    * implement SimulateEthCreateContract
    
    * refactor and implement operationSimulateEthCallContract as future operations of SimulateEthCreateContract
    
    * Update app/app.go
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * Update app/test_helpers.go
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * Update x/evm/simulation/operations.go
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * Update x/evm/simulation/operations.go
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * Update app/test_helpers.go
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * fix r.Read return only 1 result
    
    * fix linter errors
    
    * change SimulateContext to private
    
    * return transferable amount immediately
    
    * fix linter errors
    
    * fix linter errors: append assign to different slice
    
    * fix linter error: remove else block
    
    * use gofumpt
    
    * Update x/evm/simulation/operations.go
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * Update x/evm/simulation/operations.go
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * Update x/evm/simulation/operations.go
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * Update x/evm/simulation/operations.go
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * fix recipient typo
    
    * add nosec comment to escape Potential hardcoded credentials check
    
    * add comments
    
    * use SimAppChainID as valid chainID
    
    * do not specify genesis.json to create random genesis state for simulation
    
    * sub estimateGas to avoid overflow
    
    * correct RandomGenesisAccounts comments
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * correct app/test_helpers.go comments
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * remove NewTxConfig
    
    * implement RegisterStoreDecoder
    
    * remove WeightMsgEthCallContract and adjust weights
    
    * use gofmt
    
    * update godoc
    
    * use types.DefaultEVMDenom in evm genesis params
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * use types.DefaultEVMDenom
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * update godoc
    
    * Update x/evm/simulation/genesis.go
    
    * replace evmdenom with bonddenom in AppStateFn
    
    * fix AppStateFn
    
    * fix lint error
    
    * add ParamChanges for RandomizedParams
    
    * rename app/test_helpers.go -> app/utils.go
    
    * testing for RandomGenesisAccounts
    
    * use cdc for marshaling
    
    * lint
    
    * changelog
    
    * changelog 2
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    Co-authored-by: crypto-facs <84574577+crypto-facs@users.noreply.github.com>
    Co-authored-by: Freddy Caceres <freddy.caceres@crypto.com>
    Co-authored-by: Federico Kunze Küllmer <federico.kunze94@gmail.com>
    5 people committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    eaca3e0 View commit details
    Browse the repository at this point in the history
  5. rpc: make json-rpc API namespaces extensible (evmos#1056)

    * make jsonrpc api namespaces extensible
    
    Closes: evmos#1052, evmos#1037
    
    * Apply suggestions from code review
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    yihuang and fedekunze committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    0543a28 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2022

  1. docs: update EVM spec

    fedekunze committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    a121224 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. build(deps): bump github.com/cosmos/cosmos-sdk from 0.45.3 to 0.45.4 (e…

    …vmos#1065)
    
    Bumps [github.com/cosmos/cosmos-sdk](https://github.com/cosmos/cosmos-sdk) from 0.45.3 to 0.45.4.
    - [Release notes](https://github.com/cosmos/cosmos-sdk/releases)
    - [Changelog](https://github.com/cosmos/cosmos-sdk/blob/v0.45.4/CHANGELOG.md)
    - [Commits](cosmos/cosmos-sdk@v0.45.3...v0.45.4)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/cosmos/cosmos-sdk
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    825d393 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump github/codeql-action from 1 to 2 (evmos#1064)

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1 to 2.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@v1...v2)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    ead4208 View commit details
    Browse the repository at this point in the history
  3. fix: update BaseFee JSON-RPC (evmos#1059)

    * release: v0.14.0 changelog (evmos#1057)
    
    * fix: update BaseFee JSON-RPC
    
    * typo
    
    * changelog
    fedekunze committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    0f09964 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2022

  1. Configuration menu
    Copy the full SHA
    fb13fd4 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2022

  1. Configuration menu
    Copy the full SHA
    556c2cc View commit details
    Browse the repository at this point in the history

Commits on May 2, 2022

  1. rpc: refactor rpc packages and backend to support cosmos namespace (e…

    …vmos#1070)
    
    * rpc: refactor rpc packages and backend to support cosmos namespace
    
    * changelog
    
    * typo
    fedekunze committed May 2, 2022
    Configuration menu
    Copy the full SHA
    c25669c View commit details
    Browse the repository at this point in the history
  2. imp, ci: address pending issues from EVM simulation (evmos#1063)

    * add note
    
    fix note
    
    * add TestAppStateFn TestRandomAccounts
    
    * marshal int slice to json
    
    * add paramschange for enableCreate and enableCall
    
    * AppStateFn -> StateFn
    
    * add TestDecodeStore
    
    * update github actions to run evm simulation
    
    * add TestParamChanges
    
    * add TestRandomizedGenState
    
    * use go install for runsim
    
    * resolve conflict
    
    * use random gasCap to estimate gas
    
    * use estimateGas to calculate max transferableAmount
    
    * update godoc
    
    * TestAppStateFn -> TestStateFn
    
    * Update x/evm/simulation/genesis.go
    
    * comment
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    Co-authored-by: Federico Kunze Küllmer <federico.kunze94@gmail.com>
    3 people committed May 2, 2022
    Configuration menu
    Copy the full SHA
    4ea9b6d View commit details
    Browse the repository at this point in the history
  3. remove unused bank keeper dependency from account verification decora…

    …tor (evmos#1074)
    
    The account verification decorator uses the evm keeper methods which
    already use the bank keeper, leaving the dependency unused.
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    nddeluca and fedekunze committed May 2, 2022
    Configuration menu
    Copy the full SHA
    a4b8816 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2022

  1. Configuration menu
    Copy the full SHA
    6b1b936 View commit details
    Browse the repository at this point in the history
  2. ante: check EnableCreate/EnableCall in ante handler (evmos#1060)

    * Check EnableCreate/EnableCall in ante handler
    
    WIP: evmos#1045
    
    Reject tx early in ante handler, avoid deduct user fee for vain.
    
    * add unit tests
    
    * update changelog
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    Co-authored-by: Federico Kunze Küllmer <federico.kunze94@gmail.com>
    3 people committed May 3, 2022
    Configuration menu
    Copy the full SHA
    93d15db View commit details
    Browse the repository at this point in the history

Commits on May 9, 2022

  1. release: merge release branch changes back to main (evmos#1079)

    * release: update CHANGELOG (evmos#1078)
    
    * add unreleased section to changelog
    danburck committed May 9, 2022
    Configuration menu
    Copy the full SHA
    e856bf5 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2022

  1. Configuration menu
    Copy the full SHA
    a313008 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2022

  1. fix: gas price value in eth_getTransaction JSON-RPC response (evmos…

    …#1082)
    
    Solution:
    - pass the correct baseFee parameter
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    yihuang and fedekunze committed May 19, 2022
    Configuration menu
    Copy the full SHA
    d359cbd View commit details
    Browse the repository at this point in the history
  2. fix: append Log in tx post processing response (evmos#1088)

    * fix post processing log
    
    * update changelog
    thomas-nguy committed May 19, 2022
    Configuration menu
    Copy the full SHA
    9edc87d View commit details
    Browse the repository at this point in the history

Commits on May 20, 2022

  1. build(deps): bump cross-fetch from 2.2.5 to 2.2.6 in /tests/solidity (e…

    …vmos#1083)
    
    Bumps [cross-fetch](https://github.com/lquixada/cross-fetch) from 2.2.5 to 2.2.6.
    - [Release notes](https://github.com/lquixada/cross-fetch/releases)
    - [Commits](lquixada/cross-fetch@v2.2.5...v2.2.6)
    
    ---
    updated-dependencies:
    - dependency-name: cross-fetch
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    dependabot[bot] and fedekunze committed May 20, 2022
    Configuration menu
    Copy the full SHA
    f0290a3 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump github.com/spf13/cast from 1.4.1 to 1.5.0 (evmos#1080)

    Bumps [github.com/spf13/cast](https://github.com/spf13/cast) from 1.4.1 to 1.5.0.
    - [Release notes](https://github.com/spf13/cast/releases)
    - [Commits](spf13/cast@v1.4.1...v1.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/spf13/cast
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 20, 2022
    Configuration menu
    Copy the full SHA
    2cfa873 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2022

  1. imp: clean up the block fetch logic in json-rpc (evmos#1081)

    * clean up the block fetch logic in json-rpc
    
    deduplicate some codes
    
    fix EthBlockFromTm
    
    fix latest block height
    
    * add bug fix changelog
    yihuang committed May 23, 2022
    Configuration menu
    Copy the full SHA
    f06df8c View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

  1. imp(evm): define minimum GasUsed proportional to GasLimit (evmos#1087)

    * min gas denominator implementation
    
    * update changelog
    
    * modify MinGasDenominator type to sdk.Dec
    
    * fix typo in comments
    
    * add comments
    
    * update comment
    
    * refactor logic
    
    * remove unnecesary test
    
    * fix typo on proto
    
    * rename param
    
    * fix tests
    
    * use truncate and run mod tidy
    
    * comment to default value
    
    * update changelog
    
    * rename temporary gas used
    
    * integration tests
    
    * add migrations
    
    * add default as var
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    crypto-facs and fedekunze committed May 25, 2022
    Configuration menu
    Copy the full SHA
    c441771 View commit details
    Browse the repository at this point in the history
  2. imp(evm): add query params to CLI (evmos#1091)

    * add query params to evm
    
    * update changelog
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    crypto-facs and fedekunze committed May 25, 2022
    Configuration menu
    Copy the full SHA
    d559893 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

  1. specs(evm): Add concepts (evmos#1095)

    * specs(evm): Add concepts
    
    * specs(evm): Add geth and bytecode concepts
    
    * specs(evm): little fixes
    
    * fix typo
    
    * add CHANGELOG
    danburck committed May 26, 2022
    Configuration menu
    Copy the full SHA
    d23fb0c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba8547d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    770a325 View commit details
    Browse the repository at this point in the history
  4. update test script

    jbowen93 committed May 26, 2022
    Configuration menu
    Copy the full SHA
    c374e2f View commit details
    Browse the repository at this point in the history

Commits on May 27, 2022

  1. update to go 1.18

    jbowen93 committed May 27, 2022
    Configuration menu
    Copy the full SHA
    05c0df8 View commit details
    Browse the repository at this point in the history
  2. remove semgrep gh action

    jbowen93 committed May 27, 2022
    Configuration menu
    Copy the full SHA
    7752bd6 View commit details
    Browse the repository at this point in the history
  3. go get to go install

    jbowen93 committed May 27, 2022
    Configuration menu
    Copy the full SHA
    9e2462b View commit details
    Browse the repository at this point in the history
  4. try 1.17 for non tparse

    jbowen93 committed May 27, 2022
    Configuration menu
    Copy the full SHA
    c7ada92 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2022

  1. impr(evm): add tx_type, gas and counter telemetry for ethereum txs (e…

    …vmos#1101)
    
    * impr(evm): add tx_type, gas and counter telemetry for ethereum txs
    
    * impr(evm): Add CHANGELOG
    danburck committed May 30, 2022
    Configuration menu
    Copy the full SHA
    928e018 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump alpine from 3.15 to 3.16.0 (evmos#1094)

    Bumps alpine from 3.15 to 3.16.0.
    
    ---
    updated-dependencies:
    - dependency-name: alpine
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    dependabot[bot] and fedekunze committed May 30, 2022
    Configuration menu
    Copy the full SHA
    164f41c View commit details
    Browse the repository at this point in the history
  3. build(deps): bump github.com/spf13/viper from 1.11.0 to 1.12.0 (evmos…

    …#1100)
    
    Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.11.0 to 1.12.0.
    - [Release notes](https://github.com/spf13/viper/releases)
    - [Commits](spf13/viper@v1.11.0...v1.12.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/spf13/viper
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 30, 2022
    Configuration menu
    Copy the full SHA
    8f5cd77 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump github.com/armon/go-metrics from 0.3.10 to 0.4.0 (e…

    …vmos#1103)
    
    Bumps [github.com/armon/go-metrics](https://github.com/armon/go-metrics) from 0.3.10 to 0.4.0.
    - [Release notes](https://github.com/armon/go-metrics/releases)
    - [Commits](hashicorp/go-metrics@v0.3.10...v0.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/armon/go-metrics
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 30, 2022
    Configuration menu
    Copy the full SHA
    39214c6 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2022

  1. fix(rpc): avoid sleep with pending txs tests(evmos#1098)

    * avoid pending tx get confirmed when sleep
    
    * fix install-tparse which need go >= 1.18
    
    * fix strings.Cut in https://github.com/tharsis/ethermint/runs/6611646254?check_suite_focus=true
    * for more info, https://dev.to/hgsgtk/go-118-new-function-cut-added-to-stringsbytes-package-5c2f
    
    * Revert "fix install-tparse which need go >= 1.18"
    
    This reverts commit 5e39c2d.
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    mmsqe and fedekunze committed May 31, 2022
    Configuration menu
    Copy the full SHA
    afc09f9 View commit details
    Browse the repository at this point in the history
  2. fix(rpc, ante): Emit Ethereum tx hash in AnteHandler to support que…

    …ry failed transactions (evmos#1062)
    
    * Emit eth tx hash in ante handler to support query failed transactions
    
    WIP: evmos#1045
    Solution:
    - emit eth tx hash in ante handler
    - modify rpc to use it
    
    fix ante handler
    
    support failed tx in receipt
    
    add unit tests
    
    need to patch cosmos-sdk to work
    
    update cosmos-sdk to v0.45.x release branch
    
    fix failed status
    
    fix unit tests
    
    add unit test cases
    
    cleanup dead code
    
    Apply suggestions from code review
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    fix lint
    
    fix review suggestions
    
    fix build
    
    fix gas used of failed tx
    
    add back the redundant events
    
    * fix get tx by index
    
    * add unit tests for events
    
    * Update rpc/types/events.go
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * update comments
    
    * refactoring
    
    * Update rpc/namespaces/ethereum/eth/api.go
    
    * fix lint
    
    * Apply suggestions from code review
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    yihuang and fedekunze committed May 31, 2022
    Configuration menu
    Copy the full SHA
    5533bee View commit details
    Browse the repository at this point in the history
  3. feemarket: global MinGasPrice parameter (evmos#1104)

    * Add min_gas_price to feemarket params
    
    * Add MinGasPriceDecorators
    
    * feemarket integration tests for MinGasPrice
    
    * Restructure integration tests
    
    * Simplify integration tests context
    
    We use DeliverTx context to set up the app, otherwise not all settings are initialized.
    We test CheckTx with `s.app.BaseApp.CheckTx(req)`, which uses the `CheckTx` mode and context.
    
    * Update MinGasPrice spec in feemarket module
    
    * reorder ethermint module order for initializing genesis
    
    * feemarket migrations for adding MinGasPrice param
    
    * update changelog
    
    * Additional unit tests for MinGasPrice = 0, tx gas price > 0 (PR review)
    
    evmos#1104 (comment)
    
    * Use 0 MinGasPrice for transaction simulations
    
    * Fix duplicate registration of feemarket GenesisState and Params (PR review)
    
    evmos#1104 (comment)
    loredanacirstea committed May 31, 2022
    Configuration menu
    Copy the full SHA
    046cd00 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2022

  1. analytics(app): update telemetry to Ethermint modules (evmos#1106)

    * analytics(evm): replace telemetry gauges with counters and add gasUsed counter
    
    * analytics(feemarket): add telemetry gauges for base fee and block gas
    
    * analytics(feemarket): add telemetry gauges for gas_used per gas_limit
    
    * analytics(feemarket): remove refund telemetry
    
    * analytics(app): update CHANGELOG
    
    * remove unwanted change
    
    * address PR comments
    
    * update comment
    danburck committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    cad7ff6 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2022

  1. build(deps): bump protobufjs from 6.11.2 to 6.11.3 in /tests/solidity (

    …evmos#1107)
    
    Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 6.11.2 to 6.11.3.
    - [Release notes](https://github.com/protobufjs/protobuf.js/releases)
    - [Changelog](https://github.com/protobufjs/protobuf.js/blob/v6.11.3/CHANGELOG.md)
    - [Commits](protobufjs/protobuf.js@v6.11.2...v6.11.3)
    
    ---
    updated-dependencies:
    - dependency-name: protobufjs
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    72444a6 View commit details
    Browse the repository at this point in the history
  2. rpc: Update GetGasPrice RPC endpoint with global MinGasPrice (evm…

    …os#1108)
    
    * return MinGasPrice as minium on GetGasPrice api
    
    * update logic
    
    * update changelog
    
    * globalmingsprice comment
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    crypto-facs and fedekunze committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    da99f11 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2022

  1. Configuration menu
    Copy the full SHA
    8155e1f View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2022

  1. imp(feemarket): update BaseFee based on GasWanted (evmos#1105)

    * add gasWanted transient store keys
    
    * add gasWanted transient store keeper functions
    
    * add gasWanted transient store tracker
    
    * add comment
    
    * remove unncesary comment
    
    * remove unnecesary function
    
    * fix tests
    
    * fix bad comment
    
    * remove unnecesary comment
    
    * update comment
    
    * update changelog
    
    * Update CHANGELOG.md
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * add GasWantedDecorator
    
    * remove unnecesary comments
    
    * gasWanted decorator test
    
    * fix tests
    
    * fix tests and build
    
    * fix lint
    
    * updated end block event
    
    * Update app/ante/fee_market.go
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * fix undeclared variable
    
    * Update app/ante/fee_market_test.go
    
    * remove unnecesary line
    
    * migrate MinGasMultiplier to FeeMarket module
    
    * set limited gas wanted
    
    * remove old newKeeper param
    
    * update proto comment
    
    * fix test
    
    * update comments
    
    * Update x/feemarket/keeper/abci.go
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * address comments from review
    
    * tidy
    
    * tests
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    crypto-facs and fedekunze committed Jun 5, 2022
    Configuration menu
    Copy the full SHA
    620f6a6 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. fix(types): avoid invalid account error on create vesting account (ev…

    …mos#1112)
    
    * avoid invalid account error on create vesting account
    
    * this change is related to https://github.com/cosmos/cosmos-sdk/pull/12154/files
    * for more info see crypto-org-chain/cronos#471
    
    * add change doc
    
    * add comment
    
    * change under unreleased
    mmsqe committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    707b49d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23f8831 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8fe8072 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2022

  1. add build args

    jbowen93 committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    38f6e49 View commit details
    Browse the repository at this point in the history
  2. disable ledger on builds

    jbowen93 committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    2f5fb66 View commit details
    Browse the repository at this point in the history
  3. no fancy cross compile

    jbowen93 committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    12f65df View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2022

  1. merge on ethermint v0.16.0

    jbowen93 committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    546621d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9fa8b05 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e49f219 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. use optimint v0.3.2

    jbowen93 committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    23e40b0 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

  1. fix merge conflict

    jbowen93 committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    2978582 View commit details
    Browse the repository at this point in the history
  2. fix merge conflict

    jbowen93 committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    2150479 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

  1. Configuration menu
    Copy the full SHA
    37f9345 View commit details
    Browse the repository at this point in the history
  2. check if fast-build fails

    jbowen93 committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    a5c2fcf View commit details
    Browse the repository at this point in the history
  3. use slow docker builds

    jbowen93 committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    2754206 View commit details
    Browse the repository at this point in the history
  4. use correct dockerfile

    jbowen93 committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    8a14e89 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    70d57be View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5a6575b View commit details
    Browse the repository at this point in the history