Zebra/zebra-rpc/src
teor ce51ad060f
fix(rpc): use the correct RPC error code for missing blocks (#3977)
* Return error code -8 for missing blocks, like zcashd does

* Test that getblock returns error code -8 for missing blocks

* Make RegexSet failures easier to read in logs

* Update lightwalletd acceptance tests for log message changes

* Add extra failure strings for lightwalletd logs

* Improve link formatting

Co-authored-by: Deirdre Connolly <durumcrustulum@gmail.com>

Co-authored-by: Deirdre Connolly <durumcrustulum@gmail.com>
2022-03-30 23:34:52 +00:00
..
methods fix(rpc): use the correct RPC error code for missing blocks (#3977) 2022-03-30 23:34:52 +00:00
server feature(rpc): add an rpc server to Zebra (#3589) 2022-02-22 08:26:29 -03:00
tests feat(rpc): add getrawtransaction (#3908) 2022-03-24 09:45:37 +00:00
config.rs feature(rpc): add an rpc server to Zebra (#3589) 2022-02-22 08:26:29 -03:00
lib.rs Repoint zebra image links to our new zfnd.org site for now (#3949) 2022-03-27 23:42:47 +00:00
methods.rs fix(rpc): use the correct RPC error code for missing blocks (#3977) 2022-03-30 23:34:52 +00:00
server.rs 5. change(state): split ReadStateService requests into a ReadRequest enum (#3866) 2022-03-17 22:59:46 +00:00
tests.rs feat(rpc): add getrawtransaction (#3908) 2022-03-24 09:45:37 +00:00