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

Conversation

fedekunze
Copy link
Contributor

Closes: #XXX

Description


For contributor use:

  • Targeted PR against correct branch (see CONTRIBUTING.md)
  • Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
  • Code follows the module structure standards.
  • Wrote unit and integration tests
  • Updated relevant documentation (docs/) or specification (x/<module>/spec/)
  • Added relevant godoc comments.
  • Added a relevant changelog entry to the Unreleased section in CHANGELOG.md
  • Re-reviewed Files changed in the Github PR explorer

For admin use:

  • Added appropriate labels to PR (ex. WIP, R4R, docs, etc)
  • Reviewers assigned
  • Squashed all commits, uses message "Merge pull request #XYZ: [title]" (coding standards)

danburck and others added 5 commits October 8, 2021 15:42
Add bencher config with global +-10% threshold for improvements and regressions

Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
* 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>
* 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
@github-actions github-actions bot added C:CLI Type: Build codebase build process Type: CI continuous integration Type: Tests issues and PR related to tests labels Oct 8, 2021
* 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>
@codecov
Copy link

codecov bot commented Oct 8, 2021

Codecov Report

Merging #653 (2093f92) into release/v0.7.x (de83c87) will increase coverage by 4.39%.
The diff coverage is 38.23%.

❗ Current head 2093f92 differs from pull request most recent head ad263e0. Consider uploading reports for the commit ad263e0 to get more accurate results
Impacted file tree graph

@@                Coverage Diff                 @@
##           release/v0.7.x     #653      +/-   ##
==================================================
+ Coverage           52.45%   56.85%   +4.39%     
==================================================
  Files                  64       64              
  Lines                5336     5354      +18     
==================================================
+ Hits                 2799     3044     +245     
+ Misses               2377     2155     -222     
+ Partials              160      155       -5     
Impacted Files Coverage Δ
x/evm/keeper/context_stack.go 56.60% <0.00%> (-10.07%) ⬇️
x/evm/keeper/keeper.go 75.00% <ø> (ø)
x/evm/types/msg.go 79.54% <ø> (ø)
x/evm/types/params.go 95.77% <ø> (+30.98%) ⬆️
x/evm/types/tracer.go 46.42% <0.00%> (+46.42%) ⬆️
x/evm/keeper/state_transition.go 66.44% <55.00%> (-1.13%) ⬇️
x/evm/types/dynamic_fee_tx.go 88.07% <100.00%> (+88.07%) ⬆️
x/evm/types/legacy_tx.go 100.00% <100.00%> (+26.78%) ⬆️
... and 8 more

@fedekunze fedekunze enabled auto-merge (squash) October 8, 2021 13:58
@fedekunze fedekunze merged commit 222420f into release/v0.7.x Oct 8, 2021
@fedekunze fedekunze deleted the cherry-pick-v071 branch October 8, 2021 14:07
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
C:CLI Type: Build codebase build process Type: CI continuous integration Type: Tests issues and PR related to tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants