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

release: cherry picks v0.7.1 #653

Merged
merged 7 commits into from
Oct 8, 2021
Merged

release: cherry picks v0.7.1 #653

merged 7 commits into from
Oct 8, 2021

Commits on Oct 8, 2021

  1. ci: add bencher config (#652)

    Add bencher config with global +-10% threshold for improvements and regressions
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    danburck and fedekunze committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    071e16a View commit details
    Browse the repository at this point in the history
  2. fix conflicts

    fedekunze committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    642adf7 View commit details
    Browse the repository at this point in the history
  3. evm: fix panic when transaction is reverted (#650)

    * fix panic when transaction is reverted
    
    * update changelog
    
    * Update x/evm/keeper/context_stack.go
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    thomas-nguy and fedekunze committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    63a5878 View commit details
    Browse the repository at this point in the history
  4. rpc: test fix (#608)

    * fix rpc tests with net namespace
    
    * skip personal test
    
    * skip rpc pending test
    
    * fix endpoint
    
    * fix rpc pending test
    
    * fix missing gas param in some rpc tests
    
    * fix eth_getproof when the block number is equal to pending or latest
    
    * fix rpc tests filter subscribe failed
    
    * lint
    
    * remove unused linter
    
    * fix PendingTransactionFilter and TestEth_GetFilterChanges_BlockFilter
    
    * fix eth_estimateGas
    
    * fix TestEth_EstimateGas_ContractDeployment
    
    * skip TestEth_ExportAccount_WithStorage
    
    * remove sleep in rpc test
    
    * Update changelog
    
    * add test-rpc in github action
    
    * bump golangci-lint version to v1.42.1
    JayT106 authored and fedekunze committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    094a688 View commit details
    Browse the repository at this point in the history
  5. release: v0.7.1 cherry-picks

    danburck authored and fedekunze committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    69e7d8a View commit details
    Browse the repository at this point in the history
  6. changelog

    fedekunze committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    2093f92 View commit details
    Browse the repository at this point in the history
  7. ci: fix solidity tests (#278)

    * Fix CI
    
    * Remove verbose-log to reduce size
    
    * update timeout
    
    * rm deploy contract action
    
    * Update test-helper.js
    
    * Update workflow
    
    * Update workflow
    
    * fix gas estimate amount
    
    * Update test.yml
    
    * fix error assert issue
    
    * ignore bad test case
    
    * remove estimate gas test
    
    * Change fromBlock to 1 (TEMP, Reverse Required)
    
    * bump timeout
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    Co-authored-by: yihuang <huang@crypto.com>
    Co-authored-by: Federico Kunze <federico.kunze94@gmail.com>
    4 people committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    ad263e0 View commit details
    Browse the repository at this point in the history