alice
alice copied to clipboard
KS-AMC-F-05 echo protocol
Before submitting a pull request, please make sure the following is done:
Checklist
- [ ] Fork the repository and create your new branch from
master
. - [ ] Please mention the name of community in Pull Request title.
- [ ] Git Commit Messages
- [ ] Use the present tense (Also in Pull Request title): "Add feature" not "Added feature"
- [ ] Use the imperative mood (Also in Pull Request title): "Move cursor to..." not "Moves cursor to..."
- [ ] Use rebase to squash/fixup dummy/unnecessary commits into only one commit.
Codecov Report
Base: 80.44% // Head: 80.75% // Increases project coverage by +0.31%
:tada:
Coverage data is based on head (
4839fc5
) compared to base (ab3a67f
). Patch coverage: 92.95% of modified lines in pull request are covered.
:exclamation: Current head 4839fc5 differs from pull request most recent head b68ecd2. Consider uploading reports for the commit b68ecd2 to get more accurate results
Additional details and impacted files
@@ Coverage Diff @@
## auditVersionForCGGMPFROST #205 +/- ##
=============================================================
+ Coverage 80.44% 80.75% +0.31%
=============================================================
Files 143 143
Lines 11125 11112 -13
=============================================================
+ Hits 8949 8973 +24
+ Misses 1382 1351 -31
+ Partials 794 788 -6
Impacted Files | Coverage Δ | |
---|---|---|
crypto/bip32/child/message.go | 93.33% <ø> (+26.66%) |
:arrow_up: |
crypto/bip32/master/message.go | 94.73% <ø> (+22.73%) |
:arrow_up: |
crypto/tss/dkg/message.go | 92.30% <ø> (+29.14%) |
:arrow_up: |
crypto/tss/ecdsa/gg18/reshare/message.go | 90.90% <ø> (+32.08%) |
:arrow_up: |
crypto/tss/ecdsa/gg18/signer/message.go | 96.00% <ø> (+18.58%) |
:arrow_up: |
crypto/tss/eddsa/frost/signer/message.go | 88.88% <ø> (+35.55%) |
:arrow_up: |
crypto/tss/ecdsa/cggmp/refresh/message.go | 67.74% <68.75%> (-14.62%) |
:arrow_down: |
crypto/tss/ecdsa/cggmp/dkg/dkg.go | 88.88% <100.00%> (-0.70%) |
:arrow_down: |
crypto/tss/ecdsa/cggmp/dkg/message.go | 96.15% <100.00%> (+11.94%) |
:arrow_up: |
crypto/tss/ecdsa/cggmp/refresh/refresh.go | 78.26% <100.00%> (-2.51%) |
:arrow_down: |
... and 10 more |
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.