-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Add gettxoutsetinfo RPC #142
Labels
Comments
jrick
added a commit
to btcsuite/btcwallet
that referenced
this issue
Jun 24, 2014
These RPCs should be implemented by btcd (see btcsuite/btcd#141 and btcsuite/btcd#142), so remove them from the RPC handlers map.
For reference, I suspect this one is going to require some db changes to do efficiently. While the spend data for each transaction is obviously known as required to do proper chain validation among other things, there is no easily accessible index of the entire set. |
Yeah, it appears that these RPCs were introduced into the reference client when ultrapruning was added. |
cjepson
added a commit
to cjepson/btcd
that referenced
this issue
May 12, 2016
A bug could cause the failure to create a template from parent if a cached block template had a vote spending the same ticket with a different vote hash as compared to the recently added block. Now votes are checked by the tickets they spend rather than the vote hashes. Fixes btcsuite#142.
cjepson
added a commit
to cjepson/btcd
that referenced
this issue
May 12, 2016
A bug could cause the failure to create a template from parent if a cached block template had a vote spending the same ticket with a different vote hash as compared to the recently added block. Now votes are checked by the tickets they spend rather than the vote hashes. Fixes btcsuite#142.
cjepson
added a commit
to cjepson/btcd
that referenced
this issue
May 16, 2016
A bug could cause the failure to create a template from parent if a cached block template had a vote spending the same ticket with a different vote hash as compared to the recently added block. Now votes are checked by the tickets they spend rather than the vote hashes. Fixes btcsuite#142.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This was previously listed as a btcwallet issue (see btcsuite/btcwallet#46), but as it does not require any wallet functionality, it should be implemented as part of btcd.
The text was updated successfully, but these errors were encountered: