webb-tools / dkg-substrate

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

Merge Gossip Engine, Add Rust-based integration tests #706

Closed tbraun96 closed 1 year ago

tbraun96 commented 1 year ago

Run the integration tests withcargo run --bin dkg-integration-tests

Resolves #693

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage has no change and project coverage change: +0.13% :tada:

Comparison is base (4ace8a6) 16.76% compared to head (c90e7d4) 16.89%.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #706 +/- ## ========================================== + Coverage 16.76% 16.89% +0.13% ========================================== Files 77 77 Lines 5734 5692 -42 ========================================== Hits 961 961 + Misses 4773 4731 -42 ``` | [Files Changed](https://app.codecov.io/gh/webb-tools/dkg-substrate/pull/706?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/dkg\_modules/mp\_ecdsa.rs](https://app.codecov.io/gh/webb-tools/dkg-substrate/pull/706?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=webb-tools#diff-ZGtnLWdhZGdldC9zcmMvZGtnX21vZHVsZXMvbXBfZWNkc2EucnM=) | `0.00% <ø> (ø)` | | | [...-gadget/src/gossip\_messages/misbehaviour\_report.rs](https://app.codecov.io/gh/webb-tools/dkg-substrate/pull/706?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=webb-tools#diff-ZGtnLWdhZGdldC9zcmMvZ29zc2lwX21lc3NhZ2VzL21pc2JlaGF2aW91cl9yZXBvcnQucnM=) | `0.00% <0.00%> (ø)` | | | [dkg-gadget/src/lib.rs](https://app.codecov.io/gh/webb-tools/dkg-substrate/pull/706?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% <0.00%> (ø)` | | | [dkg-gadget/src/worker.rs](https://app.codecov.io/gh/webb-tools/dkg-substrate/pull/706?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% <0.00%> (ø)` | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

drewstone commented 1 year ago

Is this still WIP?