zebra/zebra-chain/src/transaction
Conrado Gouvea e7c0a78d4d
feat(rpc): add getrawtransaction (#3908)
* feat(rpc): add getrawtransaction

* Apply suggestions from code review

Co-authored-by: teor <teor@riseup.net>
Co-authored-by: Alfredo Garcia <oxarbitrage@gmail.com>

* Apply suggestions from code review

Co-authored-by: Alfredo Garcia <oxarbitrage@gmail.com>

* address review comments

* move SerializedTransaction to the right module

* Use try_into() instead of 'as'

* add proptests

Co-authored-by: teor <teor@riseup.net>
Co-authored-by: Alfredo Garcia <oxarbitrage@gmail.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2022-03-24 09:45:37 +00:00
..
tests fix(chain): make FromHex consistent with ToHex for tx/block hashes (#3893) 2022-03-17 20:24:48 +00:00
arbitrary.rs Support large block heights (#3401) 2022-02-11 00:32:57 +00:00
auth_digest.rs Stop ignoring the mempool conflicting transaction reject list size limit (#2855) 2021-10-12 10:35:50 +10:00
hash.rs fix(chain): make FromHex consistent with ToHex for tx/block hashes (#3893) 2022-03-17 20:24:48 +00:00
joinsplit.rs document transaction sprout types (#3499) 2022-02-11 03:16:22 +00:00
lock_time.rs Support large block heights (#3401) 2022-02-11 00:32:57 +00:00
memo.rs Fix new clippy lints in clippy nightly (#3176) 2021-12-09 14:19:14 +00:00
serialize.rs feat(rpc): add getrawtransaction (#3908) 2022-03-24 09:45:37 +00:00
sighash.rs Use string literal to format unreachable message (#3479) 2022-02-08 05:56:32 +00:00
tests.rs Move the preallocate tests into their own files (#1977) 2021-04-07 12:32:27 +10:00
txid.rs Add ZIP-0244 TxId Digest support (#2129) 2021-07-06 09:58:22 -03:00
unmined.rs ZIP-401: weighted random mempool eviction (#2889) 2021-10-27 00:21:19 +00:00