Zebra/zebra-rpc/src
Marek 6f896ef5a5
fix(doc): Fix the syntax of links in comments (#4494)
* Fix the syntax of links in comments

* Fix a mistake in the docs

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

* Remove unnecessary angle brackets from a link

* Revert the changes for links that serve as references

* Revert "Revert the changes for links that serve as references"

This reverts commit 8b091aa9fab453e7d3559a5d474e0879183b9bfb.

* Remove `<` `>` from links that serve as references

This reverts commit 046ef25620ae1a2140760ae7ea379deecb4b583c.

* Don't use `<` `>` in normal comments

* Don't use `<` `>` for normal comments

* Revert changes for comments starting with `//`

Co-authored-by: Alfredo Garcia <oxarbitrage@gmail.com>
2022-05-30 20:12:11 +00:00
..
methods add support for getblock with verbosity=1 (#4511) 2022-05-27 09:41:11 +00:00
queue Fix typos (#4112) 2022-04-20 00:26:58 +00:00
server Add missing application/json headers to RPC requests (#4215) 2022-04-28 00:57:13 +00:00
tests add support for getblock with verbosity=1 (#4511) 2022-05-27 09:41:11 +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 fix(doc): Fix the syntax of links in comments (#4494) 2022-05-30 20:12:11 +00:00
queue.rs Fix typos (#4112) 2022-04-20 00:26:58 +00:00
server.rs feat(rpc): Log unrecognized RPC requests (#3860) 2022-04-22 00:09:03 +00:00
tests.rs feat(rpc): add getrawtransaction (#3908) 2022-03-24 09:45:37 +00:00