You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Thanks, I've been working on refactoring out some obsolete setup steps now that we don't need a peer node, async setgenerate calls and chans for waiting for blocks.
@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.
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: