plugin icon indicating copy to clipboard operation
plugin copied to clipboard

WIP Fix evm address compatibility

Open bysomeone opened this issue 3 years ago • 1 comments

  • 兼容比特元地址配置模式下(框架为base58, evm为16进制), evm地址混合调用处理兼容性

  • 增加分叉 ForkEVMMixAddress

bysomeone avatar Nov 29 '22 07:11 bysomeone

Codecov Report

Base: 49.73% // Head: 49.76% // Increases project coverage by +0.03% :tada:

Coverage data is based on head (fd86228) compared to base (eb0191e). Patch coverage: 72.22% of modified lines in pull request are covered.

:exclamation: Current head fd86228 differs from pull request most recent head 082d00a. Consider uploading reports for the commit 082d00a to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1236      +/-   ##
==========================================
+ Coverage   49.73%   49.76%   +0.03%     
==========================================
  Files         218      218              
  Lines       40325    40338      +13     
==========================================
+ Hits        20055    20076      +21     
+ Misses      18399    18390       -9     
- Partials     1871     1872       +1     
Impacted Files Coverage Δ
plugin/dapp/evm/executor/vm/common/address.go 75.00% <72.22%> (+0.21%) :arrow_up:
plugin/p2p/gossip/monitor.go 19.84% <0.00%> (-2.12%) :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.98% <0.00%> (+0.47%) :arrow_up:
plugin/store/mpt/db/trie.go 56.34% <0.00%> (+1.17%) :arrow_up:
plugin/consensus/qbft/peer_set.go 66.06% <0.00%> (+1.67%) :arrow_up:

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.

codecov[bot] avatar Nov 29 '22 07:11 codecov[bot]

:tada: This PR is included in version 1.67.5 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket:

33cn avatar Jan 16 '23 07:01 33cn