Cuprate, an upcoming experimental, modern & secure monero node. Written in Rust https://cuprate.org
Find a file
Boog900 c5fbbcc6e8
P2P Client Pool (#121)
* p2p changes

* clippy

* a few more docs

* init cuprate-p2p

* remove some unrelated code and add some docs

* start documenting client_pool.rs

* add more docs

* typo

* fix docs

* use JoinSet in connection maintainer

* small changes

* Apply suggestions from code review

Co-authored-by: hinto-janai <hinto.janai@protonmail.com>

* review changes

* Update p2p/cuprate-p2p/src/connection_maintainer.rs

Co-authored-by: hinto-janai <hinto.janai@protonmail.com>

---------

Co-authored-by: hinto-janai <hinto.janai@protonmail.com>
2024-05-17 14:52:51 +01:00
.github ci: downgrade to gcc 13.2 for windows (#127) 2024-05-14 19:41:39 +01:00
consensus CI: fix deny (#83) 2024-02-29 20:29:11 +00:00
cryptonight ci: fix windows/macos (#116) 2024-04-27 00:49:55 +01:00
database database: more README docs (#126) 2024-05-15 16:58:18 +01:00
helper database: final docs + cleanup (#117) 2024-05-05 15:21:28 +01:00
misc [Misc] Updating SyntheticBird's GPG Key (#122) 2024-04-30 20:09:53 +01:00
net P2p changes (#118) 2024-05-02 22:58:22 +00:00
p2p P2P Client Pool (#121) 2024-05-17 14:52:51 +01:00
pruning Keep pruning seeds decompressed (#90) 2024-03-15 22:11:27 +00:00
test-utils P2p changes (#118) 2024-05-02 22:58:22 +00:00
types database: final docs + cleanup (#117) 2024-05-05 15:21:28 +01:00
.gitignore download monerod in CI (#123) 2024-05-01 01:21:08 +01:00
Cargo.lock P2P Client Pool (#121) 2024-05-17 14:52:51 +01:00
Cargo.toml P2P Client Pool (#121) 2024-05-17 14:52:51 +01:00
CONTRIBUTING.md Add typos + cargo doc CI (#32) 2024-02-15 16:03:04 +00:00
deny.toml CI: fix deny (#83) 2024-02-29 20:29:11 +00:00
LICENSE-AGPL License correction for github (#10) 2023-03-20 21:35:20 +01:00
LICENSE.md License correction for github (#10) 2023-03-20 21:35:20 +01:00
README.md add CI actions 2023-10-25 21:07:13 -04:00
SECURITY.md Inital Security Policy 2023-03-20 18:41:58 +01:00
typos.toml database: impl service::{Request,Response} mappings (#101) 2024-04-16 23:05:38 +01:00

Cuprate


An up and coming Rust Monero node.

Matrix CI

Cuprate will be an alternative Monero node written from the ground up in Rust. It will be able to independently validate Monero consensus rules providing a layer of security and redundancy for the Monero network.

Cuprate will help to protect the network from implementation bugs that could cause a variety of issues, plus because it's written in a memory safe language Cuprate will be less likely to suffer from memory safety issues compared to monerod.