33cn / chain33

高度模块化, 遵循 KISS原则的区块链开发框架
https://chain.33.cn
BSD 3-Clause "New" or "Revised" License
725 stars 254 forks source link

Proxy exec #1310

Closed libangzhu closed 1 year ago

libangzhu commented 1 year ago
  1. 增加交易代理执行逻辑
  2. 调整wallet 模块针对0x地址签名适配的问题
  3. 在mempool 中检查nonce 问题
codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 87.23% and project coverage change: +0.04% :tada:

Comparison is base (77916d3) 62.00% compared to head (0e855c8) 62.04%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1310 +/- ## ========================================== + Coverage 62.00% 62.04% +0.04% ========================================== Files 171 171 Lines 23752 23788 +36 ========================================== + Hits 14727 14760 +33 - Misses 7187 7189 +2 - Partials 1838 1839 +1 ``` | [Files Changed](https://app.codecov.io/gh/33cn/chain33/pull/1310?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [wallet/wallet\_proc.go](https://app.codecov.io/gh/33cn/chain33/pull/1310?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-d2FsbGV0L3dhbGxldF9wcm9jLmdv) | `59.83% <50.00%> (+0.22%)` | :arrow_up: | | [wallet/sendtx.go](https://app.codecov.io/gh/33cn/chain33/pull/1310?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-d2FsbGV0L3NlbmR0eC5nbw==) | `58.33% <80.00%> (ø)` | | | [system/mempool/check.go](https://app.codecov.io/gh/33cn/chain33/pull/1310?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3lzdGVtL21lbXBvb2wvY2hlY2suZ28=) | `83.11% <93.93%> (+2.95%)` | :arrow_up: | ... and [10 files with indirect coverage changes](https://app.codecov.io/gh/33cn/chain33/pull/1310/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

33cn commented 5 months ago

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

The release is available on GitHub release

Your semantic-release bot :package::rocket: