cuprate/consensus/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
..
bin Add typos + cargo doc CI (#32) 2024-02-15 16:03:04 +00:00
context Add typos + cargo doc CI (#32) 2024-02-15 16:03:04 +00:00
rpc consensus: fix batch handling when we don't have a full list of outputs. (#54) 2024-02-13 00:51:11 +00:00
tests Add typos + cargo doc CI (#32) 2024-02-15 16:03:04 +00:00
transactions Add typos + cargo doc CI (#32) 2024-02-15 16:03:04 +00:00
batch_verifier.rs Add typos + cargo doc CI (#32) 2024-02-15 16:03:04 +00:00
block.rs consensus: fix batch handling when we don't have a full list of outputs. (#54) 2024-02-13 00:51:11 +00:00
context.rs consensus: fix batch handling when we don't have a full list of outputs. (#54) 2024-02-13 00:51:11 +00:00
lib.rs consensus: fix batch handling when we don't have a full list of outputs. (#54) 2024-02-13 00:51:11 +00:00
randomx.rs link rules to monero-book. 2024-01-07 01:15:33 +00:00
rpc.rs remove empty cuprate bin and common 2024-01-22 01:56:34 +00:00
tests.rs consensus: organize tests 2024-01-19 00:35:22 +00:00
transactions.rs consensus: fix batch handling when we don't have a full list of outputs. (#54) 2024-02-13 00:51:11 +00:00