plugin
plugin copied to clipboard
wip: evm update
feature:
- 增加token 预编译合约功能以及solidity 代码框架
- 封装token 的转账,余额等功能到erc20 接口中
Codecov Report
Base: 49.73% // Head: 49.60% // Decreases project coverage by -0.12%
:warning:
Coverage data is based on head (
c30de07
) compared to base (eb0191e
). Patch coverage: 0.00% of modified lines in pull request are covered.
:exclamation: Current head c30de07 differs from pull request most recent head 636ec2c. Consider uploading reports for the commit 636ec2c to get more accurate results
Additional details and impacted files
@@ Coverage Diff @@
## master #1222 +/- ##
==========================================
- Coverage 49.73% 49.60% -0.13%
==========================================
Files 218 219 +1
Lines 40325 40456 +131
==========================================
+ Hits 20055 20069 +14
- Misses 18399 18515 +116
- Partials 1871 1872 +1
Impacted Files | Coverage Δ | |
---|---|---|
plugin/dapp/evm/executor/abi/api.go | 45.55% <ø> (ø) |
|
...in/dapp/evm/executor/vm/runtime/contracts_token.go | 0.00% <0.00%> (ø) |
|
plugin/dapp/evm/executor/vm/runtime/evm.go | 3.89% <0.00%> (-0.65%) |
:arrow_down: |
plugin/dapp/evm/executor/vm/runtime/gas_table.go | 1.12% <0.00%> (ø) |
|
...lugin/dapp/evm/executor/vm/runtime/instructions.go | 22.32% <0.00%> (ø) |
|
plugin/dapp/evm/executor/vm/runtime/interpreter.go | 6.55% <0.00%> (-0.29%) |
:arrow_down: |
plugin/store/mpt/db2/trie.go | 55.16% <0.00%> (-0.59%) |
:arrow_down: |
plugin/p2p/gossip/p2pserver.go | 49.06% <0.00%> (-0.47%) |
:arrow_down: |
plugin/consensus/qbft/consensus_state.go | 60.70% <0.00%> (+0.18%) |
:arrow_up: |
plugin/store/mpt/db/trie.go | 55.75% <0.00%> (+0.58%) |
:arrow_up: |
... and 1 more |
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.