19 releases (12 breaking)

0.21.2 Mar 14, 2024
0.20.1 Jan 23, 2024
0.19.0 Dec 21, 2023
0.17.0 May 30, 2023
0.10.0 Nov 22, 2021

#650 in Magic Beans

Download history 350/week @ 2023-12-23 353/week @ 2023-12-30 663/week @ 2024-01-06 760/week @ 2024-01-13 865/week @ 2024-01-20 770/week @ 2024-01-27 644/week @ 2024-02-03 764/week @ 2024-02-10 1196/week @ 2024-02-17 1056/week @ 2024-02-24 859/week @ 2024-03-02 1137/week @ 2024-03-09 968/week @ 2024-03-16 950/week @ 2024-03-23 1042/week @ 2024-03-30 854/week @ 2024-04-06

4,071 downloads per month
Used in 28 crates (8 directly)

MIT/Apache

1MB
20K 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

~35–51MB
~795K SLoC