-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2. change(rpc): Add some transaction fields to the
getblocktemplate
…
… RPC (#5496) * Add documentation for the getblocktemplate RPC * Add a new mempool::Request::Transactions * Add conversions from Vec<UnminedTx> to merkle::Root and AuthDataRoot * Fill in the merkle root and auth data root fields * Delete the Coinbase type, it's the same as Transaction * Fill in some other existing types * Add Hex serialization support to some zebra-chain types * Add TransactionTemplate fields and fill some in * Fix test hangs by spawning async tasks * Add temporary workaround for no transactions in the block * Encode hashes and roots as hex * Update RPC snapshots * Add a missing Request::Transactions handler * Fix doc warnings * Fix fee serialization * Update snapshots for serialization changes * Add a missing Cargo.lock change * Change depends type * Remove duplicate feature entry * Document the new RPC feature * Fix a comment typo Co-authored-by: Alfredo Garcia <[email protected]> * Update default roots docs * Fix comment typo * Fix a comment typo Co-authored-by: Arya <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by: Alfredo Garcia <[email protected]> Co-authored-by: Arya <[email protected]>
- Loading branch information
1 parent
26d0455
commit 1424115
Showing
34 changed files
with
769 additions
and
145 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.