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

release: v0.10.0-beta1 changelog #941

Merged
merged 24 commits into from
Feb 15, 2022
Merged

Commits on Jan 7, 2022

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

Commits on Jan 13, 2022

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

Commits on Jan 14, 2022

  1. 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>
    yihuang and fedekunze authored Jan 14, 2022
    Configuration menu
    Copy the full SHA
    7d86640 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2022

  1. 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](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>
    dependabot[bot] authored Jan 16, 2022
    Configuration menu
    Copy the full SHA
    0b92af4 View commit details
    Browse the repository at this point in the history
  2. 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>
    yihuang and fedekunze authored Jan 16, 2022
    Configuration menu
    Copy the full SHA
    351e6d6 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2022

  1. Configuration menu
    Copy the full SHA
    317f5b4 View commit details
    Browse the repository at this point in the history
  2. 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>
    crypto-facs and fedekunze authored Jan 17, 2022
    Configuration menu
    Copy the full SHA
    0a01cea View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2022

  1. deps: bump Cosmos SDK version to v0.45.0 (#912)

    * deps: bump SDK version to v0.45.0
    
    * changelog
    
    * deprecation fix
    
    * deprecation fix 2
    fedekunze authored Jan 18, 2022
    Configuration menu
    Copy the full SHA
    43c4d7c View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2022

  1. Integration tests (#913)

    crypto-facs authored Jan 20, 2022
    Configuration menu
    Copy the full SHA
    04f595d View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

  1. ci: semgrep config (#917)

    * ci: enable semgrep config
    
    * fix config
    
    * ignore grpc web
    fedekunze authored Jan 24, 2022
    Configuration menu
    Copy the full SHA
    fd3c803 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2022

  1. 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
    yihuang authored Jan 26, 2022
    Configuration menu
    Copy the full SHA
    e39a749 View commit details
    Browse the repository at this point in the history
  2. 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>
    yihuang and fedekunze authored Jan 26, 2022
    Configuration menu
    Copy the full SHA
    724a066 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2022

  1. Configuration menu
    Copy the full SHA
    628a7fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ccc173 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2022

  1. 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](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>
    dependabot[bot] authored Feb 7, 2022
    Configuration menu
    Copy the full SHA
    03a03b2 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. ci: separate out rpc and integration tests (#931)

    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    prajjwol and fedekunze authored Feb 9, 2022
    Configuration menu
    Copy the full SHA
    f32288b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b22a53 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

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

Commits on Feb 11, 2022

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

Commits on Feb 14, 2022

  1. 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](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>
    dependabot[bot] authored Feb 14, 2022
    Configuration menu
    Copy the full SHA
    1baccfa View commit details
    Browse the repository at this point in the history
  2. 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>
    3 people authored Feb 14, 2022
    Configuration menu
    Copy the full SHA
    aeedef9 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. 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>
    yihuang and fedekunze authored Feb 15, 2022
    Configuration menu
    Copy the full SHA
    f7009b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd368b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba32225 View commit details
    Browse the repository at this point in the history