-
Notifications
You must be signed in to change notification settings - Fork 37.7k
rpc: Add submit option to generateblock #18933
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
Requested by @instagibbs, I believe, in comment #17693 (comment) This work is based on the |
|
If anyone was quick enough to add |
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.
Does removing the generatetodescriptor RPC require a deprecation cycle?
I'd say no, because it is only used for testing. See also #18933 (comment) |
I haven't used |
Ok, that can be done as a follow-up. Dropped the last commit faefc21 because it was too controversial. |
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers. ReviewsSee the guideline for information on the review process.
If your review is incorrectly listed, please react with 👎 to this comment and the bot will ignore it on the next update. ConflictsNo conflicts as of last run. |
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.
ACK aside from the json question
The comment this is based on (#17693 (comment)) suggests to bypass validity check. However, https://github.com/bitcoin/bitcoin/pull/18933/files#diff-9651347c8e00bed3ddc7631de569406dL364 still does that. Do we want to skip that check as well? |
fa58b4c
to
fa67fe3
Compare
fa0857c
to
faf2727
Compare
faf2727
to
fa6c464
Compare
Closing this as it has not had any activity in a while. If you are interested in continuing work on this, please leave a comment so that it can be reopened. |
Should be trivial to add in a follow-up with a one-line patch, if and when needed? |
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.
tACK fa18504
ACK fa18504 |
When submit is turned off, a block can be generated and returned as hex, to be used for further tests. For example, it can be submitted on a different node, on a different interface (like p2p), or just never submitted and be used for other testing purposes.