-
Notifications
You must be signed in to change notification settings - Fork 395
HF: Move block.proof.challenge to Consensus::Params::signblockScript #189
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
Conversation
63116fc to
0bb2f46
Compare
|
Rebased after #187 was merged for clarity. |
0bb2f46 to
ff4578f
Compare
|
Needed rebase. |
src/chainparams.cpp
Outdated
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.
Duplicated line
ff4578f to
77104e6
Compare
|
Fixed the auto-nit. https://travis-ci.org/ElementsProject/elements/jobs/268547573 was failing already. Yay travis! |
77104e6 to
b16fae1
Compare
b16fae1 to
c4eb0e0
Compare
|
Needed rebase |
5dbf35b to
3a7bc38
Compare
|
concept ACK |
|
concept ACK as well. I think it might be a good time to work on merging this. |
|
Some tests are failing. I will look it up (but if anyone else helps fixing them, that would be great). |
3a7bc38 to
2dfccc9
Compare
|
Rebased |
c8585d9 to
668b943
Compare
668b943 to
1bcf883
Compare
1bcf883 to
3bc1286
Compare
Since the scriptPubKey for signing blocks never changes, there's no point in repeating it with every block header.
3bc1286 to
2f40be5
Compare
|
Rebased |
|
bunch of tests failing, haven't looked into it |
|
it seems sync_all is timing out for those tests, looks like a bug. |
|
Closed by accident, reopened as #313 |
Like #114 but rebased to 0.14.
Dependencies: