Zebra/zebra-state/src/service
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
..
chain_tip Stop panicking when using sync and async methods on the same ChainTipChange (#2800) 2021-09-28 07:48:19 -03:00
check 8. refactor(state): allow shared read access to the finalized state database (#3846) 2022-03-11 20:23:32 +00:00
finalized_state feat(rpc): add getrawtransaction (#3908) 2022-03-24 09:45:37 +00:00
non_finalized_state feat(rpc): add getrawtransaction (#3908) 2022-03-24 09:45:37 +00:00
read feat(rpc): add getrawtransaction (#3908) 2022-03-24 09:45:37 +00:00
arbitrary.rs refactor(rpc): use ChainTip for get_best_block_hash (#3864) 2022-03-16 14:01:59 +10:00
block_iter.rs 8. refactor(state): allow shared read access to the finalized state database (#3846) 2022-03-11 20:23:32 +00:00
chain_tip.rs 3. fix(state): prevent watch channel deadlocks in the state (#3870) 2022-03-17 00:37:44 +00:00
check.rs 5. refactor(state): split the state service into modules (#3778) 2022-03-10 20:40:48 +00:00
finalized_state.rs 8. refactor(state): allow shared read access to the finalized state database (#3846) 2022-03-11 20:23:32 +00:00
non_finalized_state.rs 4. feat(state): support Request::Transaction in ReadStateService (#3865) 2022-03-17 18:48:13 +00:00
pending_utxos.rs Fix typos (#3314) 2022-01-04 11:25:00 +01:00
read.rs feat(rpc): add getrawtransaction (#3908) 2022-03-24 09:45:37 +00:00
tests.rs 5. change(state): split ReadStateService requests into a ReadRequest enum (#3866) 2022-03-17 22:59:46 +00:00
watch_receiver.rs 3. fix(state): prevent watch channel deadlocks in the state (#3870) 2022-03-17 00:37:44 +00:00