OpenAtomFoundation / xupercore

The kernel of xuperchain.
Apache License 2.0
61 stars 47 forks source link

contract: add transfer support to evm contract #318

Closed chenfengjin closed 2 years ago

chenfengjin commented 2 years ago

see https://github.com/xuperchain/xupercore/pull/210/files for more details

codecov-commenter commented 2 years ago

Codecov Report

Merging #318 (afcc251) into master (117bd24) will decrease coverage by 0.00%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #318      +/-   ##
==========================================
- Coverage   45.77%   45.77%   -0.01%     
==========================================
  Files         138      138              
  Lines       12273    12270       -3     
==========================================
- Hits         5618     5616       -2     
+ Misses       5503     5501       -2     
- Partials     1152     1153       +1     
Impacted Files Coverage Δ
bcs/contract/evm/state.go 13.33% <0.00%> (+0.28%) :arrow_up:
kernel/contract/sandbox/xmcache.go 48.43% <ø> (+0.74%) :arrow_up:
bcs/network/p2pv1/conn.go 55.10% <0.00%> (-6.13%) :arrow_down:
bcs/network/p2pv2/server.go 51.33% <0.00%> (-1.07%) :arrow_down:
bcs/consensus/tdpos/tdpos.go 48.34% <0.00%> (+1.89%) :arrow_up:
bcs/consensus/tdpos/common.go 55.07% <0.00%> (+2.89%) :arrow_up:

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 117bd24...afcc251. Read the comment docs.