unc-chain-configs

Crates.iounc-chain-configs
lib.rsunc-chain-configs
version0.12.2
sourcesrc
created_at2024-03-06 07:05:59.001519
updated_at2024-05-30 09:13:59.538503
descriptionThis crate provides typed interfaces to the UNC Genesis and Chain Configs
homepage
repositoryhttps://github.com/utnet-org/utility
max_upload_size
id1164436
size122,942
Terrill Tsang (fadeAce)

documentation

README

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.

Commit count: 6763

cargo fmt