-
Notifications
You must be signed in to change notification settings - Fork 679
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
Conversation
Codecov ReportAttention:
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. |
c475d16
to
7121809
Compare
1f6cc95
to
7db8548
Compare
712ff7d
to
b04ea0a
Compare
f3967ab
to
f65a9ef
Compare
Signed-off-by: Jacinta Ferrant <[email protected]>
Signed-off-by: Jacinta Ferrant <[email protected]>
Signed-off-by: Jacinta Ferrant <[email protected]>
Signed-off-by: Jacinta Ferrant <[email protected]>
Signed-off-by: Jacinta Ferrant <[email protected]>
Signed-off-by: Jacinta Ferrant <[email protected]>
f65a9ef
to
bef5177
Compare
…24 in stacks-signer code Signed-off-by: Jacinta Ferrant <[email protected]>
Signed-off-by: Jacinta Ferrant <[email protected]>
Signed-off-by: Jacinta Ferrant <[email protected]>
Signed-off-by: Jacinta Ferrant <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great to me, just had a few comments
…vert postblock_proposal api changes Signed-off-by: Jacinta Ferrant <[email protected]>
Signed-off-by: Jacinta Ferrant <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@@ -0,0 +1,197 @@ | |||
use blockstack_lib::burnchains::Txid; | |||
use blockstack_lib::chainstate::nakamoto::NakamotoBlock; | |||
use blockstack_lib::net::api::postblock_proposal::{BlockValidateReject, ValidateRejectCode}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isn't this stackslib::
now, instead of blockstack_lib
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't find it that way. as far as I am aware its still blockstack_lib. Can find no instance of stackslib::* throughout the code base.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a couple comments. Thanks!
…StackerDBChunksEvent to event.rs Signed-off-by: Jacinta Ferrant <[email protected]>
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Description
This is a rather large PR...please forgive.
major changes include:
Applicable issues
Additional info (benefits, drawbacks, caveats)
Major items left to do that are NOT included in this PR
Checklist
docs/rpc/openapi.yaml
andrpc-endpoints.md
for v2 endpoints,event-dispatcher.md
for new events)clarity-benchmarking
repobitcoin-tests.yml