Cuprate, an upcoming experimental, modern & secure monero node. Written in Rust
Find a file
Boog900 b7df133175
consensus: fix batch handling when we don't have a full list of outputs. (#54)
* consensus: fix batch handling when we don't have a full list of outputs.

* change `scan_chain` to new API

* clippy

* add a test for calculating multiple difficulties

* fmt

* rx_seed -> rx_vms

* consensus-rules: ring members younger than current block.

* only create rx vms when required.

* fix rx initiation when syncing

* add single block verification (no batch)

* update serai
2024-02-13 00:51:11 +00:00
.github/workflows ci: include macos + windows (#52) 2024-02-12 13:39:15 +00:00
consensus consensus: fix batch handling when we don't have a full list of outputs. (#54) 2024-02-13 00:51:11 +00:00
cryptonight ci: include macos + windows (#52) 2024-02-12 13:39:15 +00:00
database finish rules for v1 txs - clean up is needed 2023-10-24 20:18:46 +01:00
helper ci: include macos + windows (#52) 2024-02-12 13:39:15 +00:00
misc Adding development environment advices (#49) 2024-02-02 23:37:15 +00:00
net consensus: fix batch handling when we don't have a full list of outputs. (#54) 2024-02-13 00:51:11 +00:00
p2p ci: include macos + windows (#52) 2024-02-12 13:39:15 +00:00
pruning remove empty cuprate bin and common 2024-01-22 01:56:34 +00:00
test-utils ci: include macos + windows (#52) 2024-02-12 13:39:15 +00:00
.gitignore ci: include macos + windows (#52) 2024-02-12 13:39:15 +00:00
Cargo.lock consensus: fix batch handling when we don't have a full list of outputs. (#54) 2024-02-13 00:51:11 +00:00
Cargo.toml consensus: fix batch handling when we don't have a full list of outputs. (#54) 2024-02-13 00:51:11 +00:00
CONTRIBUTING.md CONTRIBUTING.md (#44) 2024-01-19 16:07: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.