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

Evm update #1238

Merged
merged 36 commits into from
Jan 11, 2023
Merged

Evm update #1238

merged 36 commits into from
Jan 11, 2023

Conversation

libangzhu
Copy link
Contributor

  1. 支持evm-eth coins 转账 的备注功能,备注信息放在ethtx input 中
  2. 修复evm 估算gas 不准确的问题
  3. 修复evm 合约内联调用coins 的时候精度不匹配的问题(eth/bsc 模式下solidty call 发起coins转账的默认精度是1e18,在evm内部是1e8,需要显示转换)
  4. 修复evm 无法在合约地址不存在的情况下,估算gas的问题(在离线交易创建,估算gas的情况下用到)
  5. 修复其他bug

@codecov
Copy link

codecov bot commented Dec 16, 2022

Codecov Report

Base: 49.73% // Head: 49.65% // Decreases project coverage by -0.07% ⚠️

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

❗ Current head 63c982c differs from pull request most recent head 2b0ed5e. Consider uploading reports for the commit 2b0ed5e to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1238      +/-   ##
==========================================
- Coverage   49.73%   49.65%   -0.08%     
==========================================
  Files         218      218              
  Lines       40325    40358      +33     
==========================================
- Hits        20055    20040      -15     
- Misses      18399    18449      +50     
+ Partials     1871     1869       -2     
Impacted Files Coverage Δ
plugin/dapp/evm/executor/abi/api.go 45.55% <ø> (ø)
plugin/dapp/evm/executor/vm/runtime/evm.go 4.36% <0.00%> (-0.18%) ⬇️
plugin/dapp/evm/executor/vm/runtime/gas_table.go 1.12% <0.00%> (ø)
...lugin/dapp/evm/executor/vm/runtime/instructions.go 21.36% <0.00%> (-0.96%) ⬇️
plugin/dapp/evm/executor/vm/runtime/interpreter.go 6.83% <0.00%> (ø)
plugin/consensus/qbft/store.go 46.51% <0.00%> (-18.61%) ⬇️
plugin/consensus/qbft/consensus_state.go 60.03% <0.00%> (-0.48%) ⬇️
plugin/p2p/gossip/p2pserver.go 49.06% <0.00%> (-0.47%) ⬇️
plugin/consensus/qbft/peer_set.go 64.14% <0.00%> (-0.24%) ⬇️
plugin/store/mpt/db/trie.go 55.75% <0.00%> (+0.58%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@vipwzw vipwzw merged commit 93539f2 into 33cn:master Jan 11, 2023
@33cn
Copy link
Owner

33cn commented Jan 16, 2023

🎉 This PR is included in version 1.67.5 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@33cn 33cn added the released label Jan 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants