Zebra/zebra-rpc/src
Arya 2b81d845ea
fix(panic): Log a warning instead of panicking for unused mining configs (#7290)
* Logs warning for unused mining config

* add conditional serialization of the mining section

* rustfmt

* Simplify mining::Config argument passing

* Simplify mining config argument passing in start.rs

---------

Co-authored-by: Alfredo Garcia <oxarbitrage@gmail.com>
Co-authored-by: teor <teor@riseup.net>
2023-08-29 07:44:59 +00:00
..
config fix(panic): Log a warning instead of panicking for unused mining configs (#7290) 2023-08-29 07:44:59 +00:00
methods fix(panic): Log a warning instead of panicking for unused mining configs (#7290) 2023-08-29 07:44:59 +00:00
queue rename(state): Rename state verifiers and related code (#6762) 2023-06-01 12:29:03 +00:00
server git ls-tree --full-tree -r --name-only HEAD | xargs sed -i -e 's/router_verifier/block_verifier_router/g' (#6998) 2023-06-20 07:11:04 +00:00
tests change(rpc): Add confirmations to getrawtransaction method response (#6287) 2023-03-26 23:53:44 +00:00
config.rs fix(panic): Log a warning instead of panicking for unused mining configs (#7290) 2023-08-29 07:44:59 +00:00
constants.rs fix(log): Limit RPC failure log length, add details to RPC failure logs (#6754) 2023-05-25 18:28:25 +00:00
lib.rs fix(rpc): Make RPC "incorrect parameters" error code match `zcashd` (#6066) 2023-02-01 18:20:48 +00:00
methods.rs add(rpc): note tree sizes to `getblock` api (#7278) 2023-08-15 18:48:50 +00:00
queue.rs change(rpc): Add confirmations to getrawtransaction method response (#6287) 2023-03-26 23:53:44 +00:00
server.rs fix(panic): Log a warning instead of panicking for unused mining configs (#7290) 2023-08-29 07:44:59 +00:00
tests.rs feat(rpc): add getrawtransaction (#3908) 2022-03-24 09:45:37 +00:00