serai/coins/monero/rpc
Luke Parker 70fe52437c
Some checks are pending
coins/ Tests / test-coins (push) Waiting to run
Coordinator Tests / build (push) Waiting to run
Full Stack Tests / build (push) Waiting to run
Lint / clippy (macos-13) (push) Waiting to run
Lint / clippy (macos-14) (push) Waiting to run
Lint / clippy (ubuntu-latest) (push) Waiting to run
Lint / clippy (windows-latest) (push) Waiting to run
Lint / deny (push) Waiting to run
Lint / fmt (push) Waiting to run
Lint / machete (push) Waiting to run
Monero Tests / unit-tests (push) Waiting to run
Monero Tests / integration-tests (v0.17.3.2) (push) Waiting to run
Monero Tests / integration-tests (v0.18.2.0) (push) Waiting to run
no-std build / build (push) Waiting to run
Processor Tests / build (push) Waiting to run
Tests / test-infra (push) Waiting to run
Tests / test-substrate (push) Waiting to run
Tests / test-serai-client (push) Waiting to run
Have RPC tests run sequentially
Also corrects links pointing to branches to point to commits.
2024-07-12 22:09:46 -04:00
..
simple-request Have RPC tests run sequentially 2024-07-12 22:09:46 -04:00
src Have a public monero-rpc type be properly formatted 2024-07-12 04:14:05 -04:00
Cargo.toml Clean the Monero lib for auditing (#577) 2024-07-07 06:57:18 -04:00
LICENSE Clean the Monero lib for auditing (#577) 2024-07-07 06:57:18 -04:00
README.md Clean the Monero lib for auditing (#577) 2024-07-07 06:57:18 -04:00

Monero RPC

Trait for an RPC connection to a Monero daemon, built around monero-serai.

This library is usable under no-std when the std feature (on by default) is disabled.

Cargo Features

  • std (on by default): Enables std (and with it, more efficient internal implementations).