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

release: v0.7.0 cherry picks #645

Merged
merged 18 commits into from
Oct 7, 2021
Merged

release: v0.7.0 cherry picks #645

merged 18 commits into from
Oct 7, 2021

Commits on Oct 7, 2021

  1. docs: v0.6.0 changelog (#605) (#606)

    * docs: v0.6.0 changelog
    
    * update codeowners
    fedekunze committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    99a5506 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump github.com/cosmos/cosmos-sdk from 0.44.0 to 0.44.1 (#…

    …610)
    
    * build(deps): bump github.com/cosmos/cosmos-sdk from 0.44.0 to 0.44.1
    
    Bumps [github.com/cosmos/cosmos-sdk](https://github.com/cosmos/cosmos-sdk) from 0.44.0 to 0.44.1.
    - [Release notes](https://github.com/cosmos/cosmos-sdk/releases)
    - [Changelog](https://github.com/cosmos/cosmos-sdk/blob/v0.44.1/CHANGELOG.md)
    - [Commits](cosmos/cosmos-sdk@v0.44.0...v0.44.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>
    
    * changelog
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Federico Kunze <federico.kunze94@gmail.com>
    dependabot[bot] and fedekunze committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    9788dc0 View commit details
    Browse the repository at this point in the history
  3. cmd: use config on genaccounts (#483)

    * cmd: use config on genaccounts
    
    * update
    
    * c++
    fedekunze committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    4c4714d View commit details
    Browse the repository at this point in the history
  4. rpc: fix panic (#611)

    * rpc: fix panic
    
    * fix
    
    * c++
    fedekunze committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    6d56a2d View commit details
    Browse the repository at this point in the history
  5. rpc: restructure JSON-RPC directory and rename server config (#612)

    * Restructure ethermint/rpc repo structure and change import statements
    
    * Add #400 to changelog
    
    * fix filepath in util and json_rpc
    
    * Move #400  to unreleased section
    danburck authored and fedekunze committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    83d247d View commit details
    Browse the repository at this point in the history
  6. evm: refactor traceTx (#613)

    * DNM: debug traceTx
    
    * c++
    fedekunze committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    dc24029 View commit details
    Browse the repository at this point in the history
  7. deps: bump IBC-go (#621)

    * deps: bump IBC-go
    
    * changelog
    fedekunze committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    13c3da5 View commit details
    Browse the repository at this point in the history
  8. evm, rpc: fix tx log attribute value is not parsable by some client (#…

    …615)
    
    * Problem: tx log attribute value not parsable by some client
    
    Closes: #614
    
    Solution:
    - encode the value to json string rather than bytes
    
    Apply suggestions from code review
    
    * rm cdc and changelog
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    Co-authored-by: Federico Kunze <federico.kunze94@gmail.com>
    3 people committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    386943f View commit details
    Browse the repository at this point in the history
  9. evm: fix iterator on deeply nested cache contexts (#617)

    * Problem: iterator on deeply nested cache contexts is extremely slow
    
    Closes: #616
    
    Solution:
    - flatten cache contexts before doing `GetTxLogsTransient`
    
    * Update x/evm/keeper/context_stack.go
    
    * changelog
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    Co-authored-by: Federico Kunze <federico.kunze94@gmail.com>
    3 people committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    b8798d7 View commit details
    Browse the repository at this point in the history
  10. evm: add benchmark for deep context stack (#627)

    * Problem: deep context stack efficienty is not benchmarked
    
    Closes: #626
    
    Solution:
    - add a benchmark to demonstrate an extremely inefficiency in deep
      context stack
    
    * Update x/evm/keeper/benchmark_test.go
    
    * prefix storage is irrelevant
    
    * add comment to state_transition.go
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    yihuang and fedekunze committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    11bd115 View commit details
    Browse the repository at this point in the history
  11. rpc: support personal apis with different keyring backends (#591)

    * UPDATE Unlock keyring on start
    
    * ADD comment
    
    * ADD validation
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    davcrypto and fedekunze committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    ccb5b45 View commit details
    Browse the repository at this point in the history
  12. conflicts

    fedekunze committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    1aa3b5b View commit details
    Browse the repository at this point in the history
  13. changelog

    fedekunze committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    dac03de View commit details
    Browse the repository at this point in the history
  14. bump timeout

    fedekunze committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    53d6bf4 View commit details
    Browse the repository at this point in the history
  15. swagger update

    fedekunze committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    744f134 View commit details
    Browse the repository at this point in the history
  16. fix

    fedekunze committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    d735aee View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    7ed2085 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d9292bb View commit details
    Browse the repository at this point in the history