27 releases (breaking)
0.28.0 | Dec 12, 2024 |
---|---|
0.27.0 | Nov 4, 2024 |
0.26.0 | Sep 9, 2024 |
0.23.0 | Jun 17, 2024 |
0.10.0 | Nov 22, 2021 |
#487 in Magic Beans
8,266 downloads per month
Used in 32 crates
(8 directly)
1.5MB
28K
SLoC
Chain configs crate
This crate provides typed interfaces to the NEAR Genesis and Client Configs, together with the functions to validate their correctness.
Genesis config
Genesis config is the one that 'defines' the chain. It was set at the beginning and generally is not mutable.
Client config
Client config is the part of the config that client can configure on their own - it controls things like: how many peers it should connect to before syncing, which shards to track etc.
Protocol config
This is the type that is spanning over GenesisConfig and RuntimeConfig. People should not use it directly, but use the ProtocolConfigView class instead.
Dependencies
~18–31MB
~443K SLoC