-
Notifications
You must be signed in to change notification settings - Fork 31
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
Update to use 'generate' RPC #87
Comments
The |
Thanks, I've been working on refactoring out some obsolete setup steps now that we don't need a peer node, async @aakselrod Can you check and try out #93? I'm seeing a few panics and some edge cases around CSV which I'm currently working on, but let me know how you feel about this approach. Thanks. |
@tuxcanfly, I'm taking a look. @davecgh, we will need btcsuite/btcrpcclient#48 merged as well for this to be completed. Please review if you have a chance. |
Done |
Work is currently underway to implement a new 'generate' RPC which can be used to deterministically generate a specified number of blocks (btcsuite/btcd#362).
Once that is done, btcsim should be updated to use it.
The text was updated successfully, but these errors were encountered: