33cn / chain33

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

Update get exec address #1292

Closed bysomeone closed 1 year ago

bysomeone commented 1 year ago
codecov[bot] commented 1 year ago

Codecov Report

Base: 61.80% // Head: 61.81% // Increases project coverage by +0.00% :tada:

Coverage data is based on head (e01c512) compared to base (a870bcc). Patch coverage: 100.00% of modified lines in pull request are covered.

:exclamation: Current head e01c512 differs from pull request most recent head 04ed498. Consider uploading reports for the commit 04ed498 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1292 +/- ## ======================================= Coverage 61.80% 61.81% ======================================= Files 170 170 Lines 23643 23643 ======================================= + Hits 14612 14614 +2 + Misses 7195 7191 -4 - Partials 1836 1838 +2 ``` | [Impacted Files](https://codecov.io/gh/33cn/chain33/pull/1292?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [system/address/eth/address.go](https://codecov.io/gh/33cn/chain33/pull/1292?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3lzdGVtL2FkZHJlc3MvZXRoL2FkZHJlc3MuZ28=) | `66.66% <100.00%> (ø)` | | | [common/skiplist/skiplist.go](https://codecov.io/gh/33cn/chain33/pull/1292?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-Y29tbW9uL3NraXBsaXN0L3NraXBsaXN0Lmdv) | `70.06% <0.00%> (-1.28%)` | :arrow_down: | | [queue/queue.go](https://codecov.io/gh/33cn/chain33/pull/1292?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-cXVldWUvcXVldWUuZ28=) | `72.16% <0.00%> (-1.04%)` | :arrow_down: | | [blockchain/chain.go](https://codecov.io/gh/33cn/chain33/pull/1292?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-YmxvY2tjaGFpbi9jaGFpbi5nbw==) | `66.22% <0.00%> (-0.67%)` | :arrow_down: | | [blockchain/process.go](https://codecov.io/gh/33cn/chain33/pull/1292?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%> (ø)` | | | [system/consensus/solo/solo.go](https://codecov.io/gh/33cn/chain33/pull/1292?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%> (ø)` | | | [blockchain/blockstore.go](https://codecov.io/gh/33cn/chain33/pull/1292?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-YmxvY2tjaGFpbi9ibG9ja3N0b3JlLmdv) | `62.67% <0.00%> (+0.46%)` | :arrow_up: | | [system/p2p/dht/extension/pubsub.go](https://codecov.io/gh/33cn/chain33/pull/1292?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3lzdGVtL3AycC9kaHQvZXh0ZW5zaW9uL3B1YnN1Yi5nbw==) | `77.77% <0.00%> (+1.38%)` | :arrow_up: | | [p2p/event.go](https://codecov.io/gh/33cn/chain33/pull/1292?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-cDJwL2V2ZW50Lmdv) | `52.83% <0.00%> (+1.88%)` | :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.1 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: