Cuprate, an upcoming experimental, modern & secure monero node. Written in Rust
Find a file
Boog900 8557073c15
p2p changes (#38)
* start re-working p2p to work with change monero-wire

* start re-working p2p to work with change monero-wire

adds back some changes from #22

* change the peer module to use the new API + fix a couple bugs

* remove peer set for now

* add try_from/from conversion between `Message` and
`Request`/`Response`

* Allow specifying other parameters in levin-cuprate

* add new `LevinCommand` enum and clean up monero-wire message de/encoding

* fix issues with merge

* start splitting up p2p crate into smaller crates.

* add monerod action from serai to test network code

* remove tracing in tests
2023-11-30 18:09:05 +00:00
.github p2p changes (#38) 2023-11-30 18:09:05 +00:00
common p2p changes (#38) 2023-11-30 18:09:05 +00:00
consensus p2p changes (#38) 2023-11-30 18:09:05 +00:00
cryptonight fix cryptonight builds with -O3 or -Ofast 2023-10-29 01:02:12 +01:00
cuprate initial Abscissa bin (#18) 2023-04-26 19:22:06 +01:00
database finish rules for v1 txs - clean up is needed 2023-10-24 20:18:46 +01:00
misc add hinto-janai.asc 2023-10-25 20:39:57 -04:00
net p2p changes (#38) 2023-11-30 18:09:05 +00:00
p2p p2p changes (#38) 2023-11-30 18:09:05 +00:00
test-utils p2p changes (#38) 2023-11-30 18:09:05 +00:00
.gitignore initial database code (#6) 2023-04-20 18:20:32 +01:00
Cargo.toml p2p changes (#38) 2023-11-30 18:09:05 +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

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.