Zebra/zebra-rpc/src
Alfredo Garcia 7b7d22aabc
feat(rpc): Implement what we can of `getaddresstxids` RPC method. (#4062)
* implement `getaddresstxids` rpc method with dummy empty response

* use already public function

* fix some docs

* pass a list of addresses to the state request

* sync range errors with zcashd

* refactor a loop

* fix grammar

* fix tests

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: teor <teor@riseup.net>
2022-04-13 08:48:13 +00:00
..
methods feat(rpc): Implement what we can of `getaddresstxids` RPC method. (#4062) 2022-04-13 08:48:13 +00:00
queue feat(rpc): Implement an RPC transaction queue (#4015) 2022-04-12 15:06:29 +10: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 feat(rpc): Implement an RPC transaction queue (#4015) 2022-04-12 15:06:29 +10:00
methods.rs feat(rpc): Implement what we can of `getaddresstxids` RPC method. (#4062) 2022-04-13 08:48:13 +00:00
queue.rs feat(rpc): Implement an RPC transaction queue (#4015) 2022-04-12 15:06:29 +10:00
server.rs feat(rpc): Implement an RPC transaction queue (#4015) 2022-04-12 15:06:29 +10:00
tests.rs feat(rpc): add getrawtransaction (#3908) 2022-03-24 09:45:37 +00:00