33cn / plugin

chain33 官方插件系统
BSD 3-Clause "New" or "Revised" License
89 stars 109 forks source link

Feat parachain rollup #1242

Closed bysomeone closed 1 year ago

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

Codecov Report

Base: 48.07% // Head: 48.31% // Increases project coverage by +0.23% :tada:

Coverage data is based on head (b4f30e4) compared to base (8be91ca). Patch coverage: 8.33% of modified lines in pull request are covered.

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1242 +/- ## ========================================== + Coverage 48.07% 48.31% +0.23% ========================================== Files 221 221 Lines 42537 42387 -150 ========================================== + Hits 20451 20478 +27 + Misses 20192 20023 -169 + Partials 1894 1886 -8 ``` | [Impacted Files](https://codecov.io/gh/33cn/plugin/pull/1242?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [plugin/crypto/bls/bls.go](https://codecov.io/gh/33cn/plugin/pull/1242?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-cGx1Z2luL2NyeXB0by9ibHMvYmxzLmdv) | `47.79% <0.00%> (-2.21%)` | :arrow_down: | | [plugin/dapp/zksync/executor/query.go](https://codecov.io/gh/33cn/plugin/pull/1242?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-cGx1Z2luL2RhcHAvemtzeW5jL2V4ZWN1dG9yL3F1ZXJ5Lmdv) | `1.57% <0.00%> (-0.15%)` | :arrow_down: | | [plugin/dapp/zksync/executor/util.go](https://codecov.io/gh/33cn/plugin/pull/1242?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-cGx1Z2luL2RhcHAvemtzeW5jL2V4ZWN1dG9yL3V0aWwuZ28=) | `10.65% <ø> (ø)` | | | [plugin/dapp/zksync/executor/zksyncOption.go](https://codecov.io/gh/33cn/plugin/pull/1242?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-cGx1Z2luL2RhcHAvemtzeW5jL2V4ZWN1dG9yL3prc3luY09wdGlvbi5nbw==) | `49.67% <0.00%> (-0.30%)` | :arrow_down: | | [plugin/mempool/para/base.go](https://codecov.io/gh/33cn/plugin/pull/1242?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-cGx1Z2luL21lbXBvb2wvcGFyYS9iYXNlLmdv) | `60.00% <0.00%> (-20.86%)` | :arrow_down: | | [plugin/dapp/zksync/executor/zkproofhistory.go](https://codecov.io/gh/33cn/plugin/pull/1242?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-cGx1Z2luL2RhcHAvemtzeW5jL2V4ZWN1dG9yL3prcHJvb2ZoaXN0b3J5Lmdv) | `1.56% <0.30%> (+1.56%)` | :arrow_up: | | [plugin/dapp/zksync/executor/accountTree.go](https://codecov.io/gh/33cn/plugin/pull/1242?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-cGx1Z2luL2RhcHAvemtzeW5jL2V4ZWN1dG9yL2FjY291bnRUcmVlLmdv) | `67.42% <89.47%> (+1.44%)` | :arrow_up: | | [plugin/consensus/qbft/store.go](https://codecov.io/gh/33cn/plugin/pull/1242?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-cGx1Z2luL2NvbnNlbnN1cy9xYmZ0L3N0b3JlLmdv) | `46.51% <0.00%> (-18.61%)` | :arrow_down: | | [plugin/consensus/dpos/state\_machine.go](https://codecov.io/gh/33cn/plugin/pull/1242?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-cGx1Z2luL2NvbnNlbnN1cy9kcG9zL3N0YXRlX21hY2hpbmUuZ28=) | `44.69% <0.00%> (ø)` | | | ... and [5 more](https://codecov.io/gh/33cn/plugin/pull/1242?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | | 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: