33cn / chain33

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

check tx dup #1299

Closed libangzhu closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 50.00% and project coverage change: +0.03 :tada:

Comparison is base (0977c1d) 61.78% compared to head (1be30a9) 61.81%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1299 +/- ## ========================================== + Coverage 61.78% 61.81% +0.03% ========================================== Files 170 170 Lines 23650 23650 ========================================== + Hits 14611 14620 +9 + Misses 7209 7202 -7 + Partials 1830 1828 -2 ``` | [Impacted Files](https://app.codecov.io/gh/33cn/chain33/pull/1299?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [blockchain/blockstore.go](https://app.codecov.io/gh/33cn/chain33/pull/1299?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-YmxvY2tjaGFpbi9ibG9ja3N0b3JlLmdv) | `62.20% <0.00%> (ø)` | | | [util/exec.go](https://app.codecov.io/gh/33cn/chain33/pull/1299?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-dXRpbC9leGVjLmdv) | `67.66% <ø> (ø)` | | | [system/mempool/base.go](https://app.codecov.io/gh/33cn/chain33/pull/1299?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3lzdGVtL21lbXBvb2wvYmFzZS5nbw==) | `80.53% <100.00%> (+1.33%)` | :arrow_up: | ... and [11 files with indirect coverage changes](https://app.codecov.io/gh/33cn/chain33/pull/1299/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: Do you have feedback about the report comment? Let us know in this issue.

libangzhu commented 1 year ago

@bysomeone review 下

33cn commented 1 year ago

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

The release is available on GitHub release

Your semantic-release bot :package::rocket: