cuprate/helper/src
hinto-janai 4876e159e7
repo: add skeleton directories, fix labels (#139)
* `database/` -> `storage/`, create skeleton `storage/` crates

* add skeleton root directories

* books: add skeleton

* ci: fix labeler.yml

* fix CONTRIBUTING.md

* fix workspace Cargo.toml

* fix `storage/`

* rename helper fs fn, `cuprate_database` -> `cuprate_blockchain`

* fix Cargo.toml

* cuprate-blockchain: revert find-and-replace

Since it has to be ported to the book anyway, there's not much
reason to update this and create review diffs.

* labeler.yml: remove `A-docs` from `books/` changes

Although books are documentation,
the `A-books` label already exists for this
2024-05-29 02:18:30 +01:00
..
asynch.rs helper/ (#45) 2024-01-21 00:04:09 +00:00
atomic.rs helper: use crossbeam::atomic::AtomicCell for atomic floats (#56) 2024-02-10 23:19:12 +00:00
constants.rs helper: add fs (#67) 2024-02-21 17:54:46 +00:00
fs.rs repo: add skeleton directories, fix labels (#139) 2024-05-29 02:18:30 +01:00
lib.rs database: split cumulative_difficulty into low/high bits (#114) 2024-04-24 21:47:48 +01:00
map.rs database: impl service fn bodies (#113) 2024-05-01 18:52:20 +01:00
network.rs remove empty cuprate bin and common 2024-01-22 01:56:34 +00:00
num.rs consensus: add more difficulty tests 2024-01-22 18:17:34 +00:00
thread.rs helper: NON_ZERO_USIZE_1 -> NonZeroUsize::MIN (#70) 2024-02-21 17:55:29 +00:00
time.rs helper: fix doc test 2024-01-22 02:09:09 +00:00