Skip to content

Commit e9d05f9

Browse files
authored
Delete unused specs (#62)
We do not use anything besides Tiny and Full, so I will remove those for now. Maybe we need another one for Kusama, but then we can re-add it. Signed-off-by: Oliver Tale-Yazdi <oliver@tasty.limo>
1 parent 782f4b5 commit e9d05f9

9 files changed

Lines changed: 6 additions & 156 deletions

File tree

docs/knowledge/basics/chain-spec/2xlarge.md

Lines changed: 0 additions & 24 deletions
This file was deleted.

docs/knowledge/basics/chain-spec/3xlarge.md

Lines changed: 0 additions & 27 deletions
This file was deleted.

docs/knowledge/basics/chain-spec/index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ slug: /basics/chain-spec
66

77
# Chain Spec
88

9-
The Chain Specification is a configuration that defines all core constants of the JAM Chain. The JAM Chain itself has fixed parameters, but for testing and local deployments it can be useful to define alternative versions of these parameters.
9+
The Chain Specification is a configuration that defines all core constants of the JAM Chain. The JAM Chain itself has fixed parameters, but for testing and local deployments it can be useful to define alternative versions of these parameters.
10+
11+
Please consult a few other JAM implementer teams before changing these values, as it is in use for
12+
testnet setup and by W3F test vectors.
1013

1114
## Parameters
1215

docs/knowledge/basics/chain-spec/large.md

Lines changed: 0 additions & 24 deletions
This file was deleted.

docs/knowledge/basics/chain-spec/medium.md

Lines changed: 0 additions & 24 deletions
This file was deleted.

docs/knowledge/basics/chain-spec/small.md

Lines changed: 0 additions & 24 deletions
This file was deleted.

docs/knowledge/basics/chain-spec/tiny.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,3 @@ num_ec_pieces_per_segment: 1026
2222
max_block_gas: 20000000
2323
max_refine_gas: 1000000000
2424
```
25-
26-
Please consult a few other JAM implementer teams before changing this spec, as it is in use for
27-
testnet setup and by W3F test vectors.

docs/knowledge/basics/chain-spec/toaster.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ slug: /basics/chain-spec/full
66

77
# Full
88

9-
The full scale version that will be known as the "JAM Chain". All parameters here must match the Gray Paper.
9+
The full scale version that will be known as the "JAM Chain". All parameters here must match the Gray Paper.
10+
It is named *full* because it takes up the entire *JAM Toaster*.
1011

1112
```yaml
1213
chain: full
@@ -23,5 +24,3 @@ num_ec_pieces_per_segment: 6
2324
max_block_gas: 3500000000
2425
max_refine_gas: 5000000000
2526
```
26-
27-
The "full" name comes from the fact that full takes up the entire JAM "Toaster".

docs/knowledge/basics/chain-spec/xlarge.md

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)