We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
BlockTemplate
The transactions field of the BlockTemplate response is an array of BlockTemplateTx structure with the transaction data and other fields.
transactions
BlockTemplateTx
transactions.data
depends
Depends on #5451
The text was updated successfully, but these errors were encountered:
Hey team! Please add your planning poker estimate with Zenhub @arya2 @conradoplg @dconnolly @oxarbitrage @teor2345 @upbqdn
Sorry, something went wrong.
I split ZIP-317 transaction selection out of this ticket into #5473.
It seems like separate work, and it depends on some details that the zcashd developers haven't decided yet.
zcashd
getblocktemplate
BlockTemplate.blockcommitmentshash
teor2345
Successfully merging a pull request may close this issue.
Motivation
The
transactions
field of theBlockTemplate
response is an array ofBlockTemplateTx
structure with the transaction data and other fields.Tasks
BlockTemplateTx
transactions.data
fields. Tracking: Implement getblocktemplate RPC #5235 (comment)depends
field is always an empty list, Zebra's mempool doesn't support dependent transactionsBlockTemplateTx
Depends on #5451
The text was updated successfully, but these errors were encountered: