zebra/zebra-state/src
Marek b8b35f8da9
fix(doc): Fix various doc warnings, part 1 (#4514)
* 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 8b091aa9fa.

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

This reverts commit 046ef25620.

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

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

* Revert changes for comments starting with `//`

* Fix some warnings produced by `cargo doc`

* Fix some rustdoc warnings

* Fix some warnings

* Refactor some changes

Co-authored-by: Alfredo Garcia <oxarbitrage@gmail.com>
2022-06-02 15:07:35 +00:00
..
service change(deps): Upgrade tracing-subscriber and related dependencies (#4517) 2022-06-01 13:53:51 +10:00
tests
arbitrary.rs fix(doc): Fix various doc warnings, part 1 (#4514) 2022-06-02 15:07:35 +00:00
config.rs fix(state): Tweak ephemeral state directory path and improve docs (#4248) 2022-04-29 22:02:09 +00:00
constants.rs 2. fix(state): index spending transaction IDs for each address (#4355) 2022-05-20 02:22:01 +00:00
error.rs
lib.rs change(rpc): Simplify RPC types and add documentation (#4218) 2022-05-03 04:10:21 +00:00
request.rs fix(doc): Fix various doc warnings, part 1 (#4514) 2022-06-02 15:07:35 +00:00
response.rs feat(rpc): Implement `z_gettreestate` RPC (#3990) 2022-05-12 07:00:12 +00:00
service.rs change(deps): Upgrade tracing-subscriber and related dependencies (#4517) 2022-06-01 13:53:51 +10:00
tests.rs
util.rs