-
Notifications
You must be signed in to change notification settings - Fork 109
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
Evm update #1238
Conversation
libangzhu
commented
Dec 16, 2022
- 支持evm-eth coins 转账 的备注功能,备注信息放在ethtx input 中
- 修复evm 估算gas 不准确的问题
- 修复evm 合约内联调用coins 的时候精度不匹配的问题(eth/bsc 模式下solidty call 发起coins转账的默认精度是1e18,在evm内部是1e8,需要显示转换)
- 修复evm 无法在合约地址不存在的情况下,估算gas的问题(在离线交易创建,估算gas的情况下用到)
- 修复其他bug
Codecov ReportBase: 49.73% // Head: 49.65% // Decreases project coverage by
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
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. |
🎉 This PR is included in version 1.67.5 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |