cuprate/p2p/monero-p2p/src
hinto-janai 354ac9c2f6
Add typos + cargo doc CI (#32)
* ci: add separate `typo` job

* add `typos.toml` for false positives

* fix all typos

* ci: add `cargo doc` step

* fix doc errors

* contributing.md: update passing CI steps

* fix more typos, add exception to `cryptonight/`

* ci: move `cargo doc` step within `ci` job

It needs dependencies.

* ci: add https://github.com/Cuprate/cuprate/pull/63

* test-utils: fix typo

* ci: switch `rustup update` and switch order

* ci: only update rust on unix

* ci: set `RUSTDOCFLAGS` env earlier

* ci: only run `cargo doc` on linux

* ci: remove `bash` on `cargo doc`

* ci: remove `--all-targets`

We now have the target OS's in CI, no need to compile for each.

* contributing.md: update ci steps

* ci: add `--all-targets` back to clippy, build

* update contributing.md
2024-02-15 16:03:04 +00:00
..
client Add typos + cargo doc CI (#32) 2024-02-15 16:03:04 +00:00
network_zones p2p: add handshake timeouts 2024-01-22 18:18:15 +00:00
protocol return the Client after a handshake 2024-01-13 00:07:35 +00:00
client.rs Add typos + cargo doc CI (#32) 2024-02-15 16:03:04 +00:00
error.rs return the Client after a handshake 2024-01-13 00:07:35 +00:00
handles.rs return the Client after a handshake 2024-01-13 00:07:35 +00:00
lib.rs p2p: add handshake timeouts 2024-01-22 18:18:15 +00:00
network_zones.rs move address book to separate crate. 2023-12-08 15:03:01 +00:00
protocol.rs return the Client after a handshake 2024-01-13 00:07:35 +00:00
services.rs remove empty cuprate bin and common 2024-01-22 01:56:34 +00:00