tangle-network / dkg-substrate

Multy-party threshold ECDSA (GG20) Substrate node
https://tangle.webb.tools/
GNU General Public License v3.0
60 stars 15 forks source link

[fix] improvements to proposal handling #690

Closed 1xstj closed 1 year ago

1xstj commented 1 year ago

Summary of changes Changes introduced in this pull request:

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 55.18% and project coverage change: +0.20 :tada:

Comparison is base (1bc7865) 15.80% compared to head (04f7e8a) 16.00%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #690 +/- ## ========================================== + Coverage 15.80% 16.00% +0.20% ========================================== Files 76 76 Lines 5514 5552 +38 ========================================== + Hits 871 888 +17 - Misses 4643 4664 +21 ``` | [Impacted Files](https://app.codecov.io/gh/webb-tools/dkg-substrate/pull/690?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=webb-tools) | Coverage Δ | | |---|---|---| | [dkg-gadget/src/gossip\_engine/network.rs](https://app.codecov.io/gh/webb-tools/dkg-substrate/pull/690?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=webb-tools#diff-ZGtnLWdhZGdldC9zcmMvZ29zc2lwX2VuZ2luZS9uZXR3b3JrLnJz) | `0.00% <ø> (ø)` | | | [dkg-gadget/src/keygen\_manager/mod.rs](https://app.codecov.io/gh/webb-tools/dkg-substrate/pull/690?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=webb-tools#diff-ZGtnLWdhZGdldC9zcmMva2V5Z2VuX21hbmFnZXIvbW9kLnJz) | `0.00% <ø> (ø)` | | | [dkg-gadget/src/lib.rs](https://app.codecov.io/gh/webb-tools/dkg-substrate/pull/690?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=webb-tools#diff-ZGtnLWdhZGdldC9zcmMvbGliLnJz) | `0.00% <ø> (ø)` | | | [dkg-gadget/src/signing\_manager/mod.rs](https://app.codecov.io/gh/webb-tools/dkg-substrate/pull/690?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=webb-tools#diff-ZGtnLWdhZGdldC9zcmMvc2lnbmluZ19tYW5hZ2VyL21vZC5ycw==) | `0.00% <ø> (ø)` | | | [dkg-gadget/src/worker.rs](https://app.codecov.io/gh/webb-tools/dkg-substrate/pull/690?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=webb-tools#diff-ZGtnLWdhZGdldC9zcmMvd29ya2VyLnJz) | `0.00% <ø> (ø)` | | | [pallets/dkg-proposal-handler/src/lib.rs](https://app.codecov.io/gh/webb-tools/dkg-substrate/pull/690?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=webb-tools#diff-cGFsbGV0cy9ka2ctcHJvcG9zYWwtaGFuZGxlci9zcmMvbGliLnJz) | `46.24% <16.67%> (-9.20%)` | :arrow_down: | | [pallets/dkg-proposal-handler/src/functions.rs](https://app.codecov.io/gh/webb-tools/dkg-substrate/pull/690?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=webb-tools#diff-cGFsbGV0cy9ka2ctcHJvcG9zYWwtaGFuZGxlci9zcmMvZnVuY3Rpb25zLnJz) | `30.13% <65.22%> (+13.46%)` | :arrow_up: |

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