Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable evm for acala #1907

Merged
merged 6 commits into from
May 18, 2022
Merged

Enable evm for acala #1907

merged 6 commits into from
May 18, 2022

Conversation

zjb0807
Copy link
Member

@zjb0807 zjb0807 commented Feb 19, 2022

Closes: #1427

@codecov
Copy link

codecov bot commented Feb 19, 2022

Codecov Report

Merging #1907 (5dc78d9) into master (251c63c) will increase coverage by 86.07%.
The diff coverage is n/a.

❗ Current head 5dc78d9 differs from pull request most recent head 7898ca6. Consider uploading reports for the commit 7898ca6 to get more accurate results

@@             Coverage Diff             @@
##           master    #1907       +/-   ##
===========================================
+ Coverage        0   86.07%   +86.07%     
===========================================
  Files           0       99       +99     
  Lines           0    19950    +19950     
===========================================
+ Hits            0    17171    +17171     
- Misses          0     2779     +2779     
Impacted Files Coverage Δ
modules/loans/src/lib.rs 88.09% <0.00%> (ø)
primitives/src/bonding/ledger.rs 89.18% <0.00%> (ø)
modules/homa/src/lib.rs 83.60% <0.00%> (ø)
modules/loans/src/tests.rs 100.00% <0.00%> (ø)
modules/session-manager/src/migrations.rs 0.00% <0.00%> (ø)
modules/auction-manager/src/tests.rs 100.00% <0.00%> (ø)
primitives/src/task.rs 100.00% <0.00%> (ø)
modules/evm-utility/macro/tests/test.rs 100.00% <0.00%> (ø)
modules/honzon-bridge/src/lib.rs 91.30% <0.00%> (ø)
modules/dex/src/lib.rs 80.44% <0.00%> (ø)
... and 89 more

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 251c63c...7898ca6. Read the comment docs.

@zjb0807 zjb0807 marked this pull request as ready for review May 18, 2022 03:24
@zjb0807 zjb0807 merged commit 97555ab into master May 18, 2022
@zjb0807 zjb0807 deleted the enable-evm-for-acala branch May 18, 2022 03:24
syan095 pushed a commit that referenced this pull request May 25, 2022
…test-feature

* origin/master:
  Return default value instead of error (#2152)
  remove EvmChainIdMigration (#2151)
  2.6.4 (#2156)
  Aggregated Dex Improvement (#2140)
  Ability to transfer debits between loans (#2053)
  EVM rpc return proper error if api doesn't exists at block_id (#2144)
  Add claimDefaultEvmAddress (#2149)
  Fix estimate (#2142)
  update bootnodes
  Pay fee for other account (#2029)
  fix stable asset token (#2131)
  fix cdp-engine offchain worker (#2133)
  2.6.3 (#2134)
  update version (#2126)
  support aggregated DEX (#2031)
  Enable evm for acala (#1907)
  Evm account precompile (#2124)
  Added no-metadata-docs and full-metadata-docs to runtimes (#2123)

# Conflicts:
#	runtime/karura/Cargo.toml
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.

Enable AcalaUncheckedExtrinsic for Karura & Acala runtime
2 participants