Cuprate, an upcoming experimental, modern & secure monero node. Written in Rust
Find a file
hinto-janai 50894bef89
helper/ (#45)
* add `/helper/`

* add `num.rs`

* add `sys.rs`

* add `crypto.rs`

* add lints and mod to `lib.rs`

* `sys` -> `time`, add more free functions

straight from https://docs.rs/readable/latest/readable/time/index.html

* num: add `Number/Float` types, `cmp_float()`, `cmp_float_nan()`

* `common/src/tower_utils.rs` -> `helper/src/asynch.rs`

* gate modules with `#[cfg(feature = "...")]`

* add `thread.rs`

* cargo fmt

* thread: test out of 100

* add `atomic.rs`

* atomic: fix `fetch_update()`

* atomic: impl `fetch_*()` for atomic floats

* `#[no_std]` where possible

* asynch: remove `InstaFuture`

https://docs.rs/futures/latest/futures/future/fn.ready.html

* crypto: remove `check_point()`

* thread: return percent computation without static

* thread: add `low_priority_thread()`

https://docs.rs/lpt

* add rayon_spawn_async, remove crypto

* remove current_time_try

---------

Co-authored-by: Boog900 <54e72d8a-345f-4599-bd90-c6b9bc7d0ec5@aleeas.com>
2024-01-21 00:04:09 +00:00
.github make CI more strict 2023-12-03 00:29:12 +00:00
common fix clippy 2024-01-09 22:58:01 +00:00
consensus fmt 2024-01-19 23:56:06 +00:00
cryptonight fix builds on certain archs 2024-01-10 01:49:35 +00: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
helper helper/ (#45) 2024-01-21 00:04:09 +00:00
misc add hinto-janai.asc 2023-10-25 20:39:57 -04:00
net monero-wire: fix some message decoding 2024-01-17 16:31:57 +00:00
p2p monero-p2p: tell client message was sent after sending message. 2024-01-13 15:56:22 +00:00
test-utils move address book to separate crate. 2023-12-08 15:03:01 +00:00
.gitignore Commit Cargo.lock (#47) 2023-12-17 14:19:12 +00:00
Cargo.lock helper/ (#45) 2024-01-21 00:04:09 +00:00
Cargo.toml helper/ (#45) 2024-01-21 00:04:09 +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.