Skip to content

Commit

Permalink
Merge pull request #1235 from casper-network/1222_chainspec_info
Browse files Browse the repository at this point in the history
1222 chainspec documentation
  • Loading branch information
ipopescu authored Aug 2, 2023
2 parents e7922a0 + e170b0b commit f1de143
Show file tree
Hide file tree
Showing 6 changed files with 281 additions and 15 deletions.
7 changes: 6 additions & 1 deletion config/sidebar.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,12 @@ module.exports = {
type: "doc",
id: "operators/setup-network/index",
},
items: ["operators/setup-network/chain-spec", "operators/setup-network/create-private", "operators/setup-network/staging-files-for-new-network"],
items: [
"operators/setup-network/genesis",
"operators/setup-network/chain-spec",
"operators/setup-network/create-private",
"operators/setup-network/staging-files-for-new-network",
],
},
{
type: "category",
Expand Down
2 changes: 1 addition & 1 deletion source/docs/casper/concepts/glossary/C.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Correct-by-construction (CBC) protocols are consensus protocols meeting the foll

## Chainspec {#chainspec}

A collection of configuration settings describing the state of the system at genesis and upgrades to basic system functionality (including system contracts and gas costs) occurring after [genesis](./G.md#genesis). Here is an example [chainspec](https://github.com/casper-network/casper-node/blob/release-1.4.8/resources/production/chainspec.toml), which will change with newer releases.
A collection of configuration settings describing the state of the system at genesis and upgrades to basic system functionality (including system contracts and gas costs) occurring after [genesis](./G.md#genesis). Here is an example [chainspec](https://github.com/casper-network/casper-node/blob/release-1.5.2/resources/production/chainspec.toml), which will change with newer releases.

## Consensus {#consensus}

Expand Down
Loading

0 comments on commit f1de143

Please sign in to comment.