mirror of
https://github.com/hinto-janai/cuprate.git
synced 2024-12-22 11:39:30 +00:00
Cuprate, an upcoming experimental, modern & secure monero node. Written in Rust
9f939c883c
* database: use `Infallible` for non-dup secondary keys * database: move `Pod` bound from `Table` -> `Key` * pod: impl `DupKey<P, S>` where `{P, S}: Pod` * pod: remove `DupKey` impl * key: `DupKey`: remove `Key` bound, return `self.primary` * pod: remove `Sealed` impl on `DupKey` * pod: impl `Pod` for `std::convert::Infallible` |
||
---|---|---|
.github/workflows | ||
consensus | ||
cryptonight | ||
database | ||
helper | ||
misc | ||
net | ||
old_database | ||
p2p | ||
pruning | ||
test-utils | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
CONTRIBUTING.md | ||
LICENSE-AGPL | ||
LICENSE.md | ||
README.md | ||
SECURITY.md |
An up and coming Rust Monero node.
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.