33cn / chain33

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

修复组交易拆分单笔交易后调用GetTxFee panic的问题 #1291

Closed libangzhu closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Base: 61.79% // Head: 61.83% // Increases project coverage by +0.03% :tada:

Coverage data is based on head (7cd11fd) compared to base (bec7bd8). Patch has no changes to coverable lines.

:exclamation: Current head 7cd11fd differs from pull request most recent head 6ce3fc3. Consider uploading reports for the commit 6ce3fc3 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1291 +/- ## ========================================== + Coverage 61.79% 61.83% +0.03% ========================================== Files 170 170 Lines 23655 23655 ========================================== + Hits 14617 14626 +9 + Misses 7196 7191 -5 + Partials 1842 1838 -4 ``` | [Impacted Files](https://codecov.io/gh/33cn/chain33/pull/1291?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [system/consensus/solo/solo.go](https://codecov.io/gh/33cn/chain33/pull/1291?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3lzdGVtL2NvbnNlbnN1cy9zb2xvL3NvbG8uZ28=) | `77.10% <0.00%> (-3.62%)` | :arrow_down: | | [blockchain/process.go](https://codecov.io/gh/33cn/chain33/pull/1291?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-YmxvY2tjaGFpbi9wcm9jZXNzLmdv) | `56.48% <0.00%> (+0.57%)` | :arrow_up: | | [blockchain/proc.go](https://codecov.io/gh/33cn/chain33/pull/1291?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-YmxvY2tjaGFpbi9wcm9jLmdv) | `34.33% <0.00%> (+0.79%)` | :arrow_up: | | [blockchain/query\_block.go](https://codecov.io/gh/33cn/chain33/pull/1291?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-YmxvY2tjaGFpbi9xdWVyeV9ibG9jay5nbw==) | `66.66% <0.00%> (+1.63%)` | :arrow_up: | | [wallet/walletbizpolicy.go](https://codecov.io/gh/33cn/chain33/pull/1291?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-d2FsbGV0L3dhbGxldGJpenBvbGljeS5nbw==) | `85.18% <0.00%> (+3.70%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None)

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

33cn commented 1 year ago

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

The release is available on GitHub release

Your semantic-release bot :package::rocket: