Skip to content

Use ExitReason::Revert instead of ExitReason::Error#1772

Merged
zjb0807 merged 2 commits intomasterfrom
fix-evm-error
Jan 13, 2022
Merged

Use ExitReason::Revert instead of ExitReason::Error#1772
zjb0807 merged 2 commits intomasterfrom
fix-evm-error

Conversation

@zjb0807
Copy link
Contributor

@zjb0807 zjb0807 commented Jan 12, 2022

Closes: #1767

@codecov
Copy link

codecov bot commented Jan 12, 2022

Codecov Report

Merging #1772 (9d55362) into master (1aab2a6) will increase coverage by 1.50%.
The diff coverage is 11.11%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1772      +/-   ##
==========================================
+ Coverage   72.30%   73.80%   +1.50%     
==========================================
  Files         171      174       +3     
  Lines       18730    20113    +1383     
==========================================
+ Hits        13542    14845    +1303     
- Misses       5188     5268      +80     
Impacted Files Coverage Δ
modules/evm/src/runner/state.rs 50.31% <6.25%> (-3.26%) ⬇️
modules/evm/src/runner/stack.rs 55.74% <50.00%> (-0.23%) ⬇️
...me/mandala/src/weights/nutsfinance_stable_asset.rs
primitives/src/currency.rs
node/e2e-tests/test-runner/src/utils.rs 0.00% <0.00%> (ø)
modules/nft/src/tests.rs 99.75% <0.00%> (ø)
modules/currencies/src/lib.rs 80.10% <0.00%> (ø)
modules/currencies/src/tests.rs 100.00% <0.00%> (ø)
modules/nft/src/lib.rs 82.09% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1aab2a6...9d55362. Read the comment docs.

@zjb0807 zjb0807 marked this pull request as ready for review January 13, 2022 01:33
@zjb0807 zjb0807 merged commit a43acda into master Jan 13, 2022
@zjb0807 zjb0807 deleted the fix-evm-error branch January 13, 2022 01:33
syan095 pushed a commit that referenced this pull request Jan 13, 2022
* origin/master: (53 commits)
  add new audit report
  Use ExitReason::Revert instead of ExitReason::Error (#1772)
  Claim Account to use Eip-712 (#1755)
  Benchmark evm (#1674)
  support evm create rpc and allow H160 default (#1771)
  Update template files license header. (#1770)
  Fix collect_fee (#1766)
  handle nonce for eth tx (#1707)
  updated to the ORML's test coverage file (#1760)
  rm runtime upgrade (#1757)
  Happy new year 2022. (#1761)
  Excluded some files from test coverage (#1759)
  XCM: add deposit error handler for multi-currency adapter. (#1756)
  update stable asset (#1758)
  Fix test coverage for acala (#1590)
  Fix collect_fee (#1754)
  Update HEADER-GPL3
  Update extrinsic-ordering-check-from-bin.yml (#1752)
  Update HEADER-GPL3
  bump version (#1751)
  ...
ermalkaleci added a commit that referenced this pull request Jan 17, 2022
@zjb0807 zjb0807 mentioned this pull request Jan 17, 2022
xlc pushed a commit that referenced this pull request Jan 25, 2022
* setup evm-tests

* Revert "Use ExitReason::Revert instead of ExitReason::Error (#1772)"

This reverts commit a43acda.

* update evm-tests commit hash

* clippy

* fix warnings

* cleanup

* fix selfdestruct remaining balance

* check if address exists only on evm-tests

* add block_coinbase to vicinity

* update vicinity

* fix test

* update evm-tests

* make vicinity coinbase, gas_limit and difficulty optional
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Use ExitReason::Revert instead of ExitReason::Error

2 participants