#genesis #client-config #interface #blockchain #typed #chain #unc

unc-chain-configs

This crate provides typed interfaces to the UNC Genesis and Chain Configs

11 releases (4 breaking)

new 0.10.2 May 15, 2024
0.10.0 May 8, 2024
0.7.3 Apr 12, 2024
0.7.0 Mar 29, 2024
0.1.0 Mar 6, 2024

#11 in #client-config

Download history 155/week @ 2024-03-04 307/week @ 2024-03-11 291/week @ 2024-03-18 101/week @ 2024-03-25 225/week @ 2024-04-01 336/week @ 2024-04-08 130/week @ 2024-04-15 10/week @ 2024-04-22 141/week @ 2024-05-06 179/week @ 2024-05-13

330 downloads per month
Used in 9 crates (5 directly)

GPL-2.0-or-later

1MB
22K SLoC

Chain configs crate

This crate provides typed interfaces to the UNC 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

~37–52MB
~843K SLoC