Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/stacks signer block proposal #4130

Merged
merged 27 commits into from
Jan 16, 2024

CRC: add copyright to all files, remove commented out code, and move …

52ccb11
Select commit
Loading
Failed to load commit list.
Merged

Feat/stacks signer block proposal #4130

CRC: add copyright to all files, remove commented out code, and move …
52ccb11
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jan 16, 2024 in 1s

72.36% (-10.77%) compared to 15e76e5

View this Pull Request on Codecov

72.36% (-10.77%) compared to 15e76e5

Details

Codecov Report

Attention: 161 lines in your changes are missing coverage. Please review.

Comparison is base (15e76e5) 83.13% compared to head (52ccb11) 72.36%.

Files Patch % Lines
testnet/stacks-node/src/tests/signer.rs 79.20% 63 Missing ⚠️
stacks-signer/src/client/stackerdb.rs 69.62% 24 Missing ⚠️
libsigner/src/events.rs 65.15% 23 Missing ⚠️
stacks-signer/src/runloop.rs 83.05% 20 Missing ⚠️
stacks-signer/src/main.rs 0.00% 19 Missing ⚠️
libsigner/src/tests/mod.rs 86.95% 3 Missing ⚠️
stackslib/src/net/api/postblock_proposal.rs 85.00% 3 Missing ⚠️
stacks-signer/src/cli.rs 0.00% 2 Missing ⚠️
stacks-signer/src/client/stacks_client.rs 96.49% 2 Missing ⚠️
stacks-signer/src/client/mod.rs 93.75% 1 Missing ⚠️
... and 1 more
Additional details and impacted files
@@             Coverage Diff             @@
##             next    #4130       +/-   ##
===========================================
- Coverage   83.13%   72.36%   -10.77%     
===========================================
  Files         430      432        +2     
  Lines      306345   306587      +242     
===========================================
- Hits       254679   221867    -32812     
- Misses      51666    84720    +33054     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.