mirror of
https://github.com/hinto-janai/cuprate.git
synced 2025-02-24 03:40:20 +00:00
* add `constants/` * ci: add `A-constants` labeler * add modules, move `cuprate_helper::constants` * add `genesis.rs` * `rpc.rs` docs * remove todos * `CRYPTONOTE_MAX_BLOCK_HEIGHT` * add genesis data for all networks * features * fix feature cfgs * test fixes * add to architecture book * fix comment * remove `genesis` add other constants * fixes * revert * fix
3 lines
185 B
Markdown
3 lines
185 B
Markdown
# cuprate-constants
|
|
This crate contains general constants that are not specific to any particular
|
|
part of the codebase yet are used in multiple places such as the maximum block height.
|