Skip to content

Commit 5eedd46

Browse files
committed
book: bump min node version, pre-release version
1 parent f1e5029 commit 5eedd46

File tree

9 files changed

+20
-19
lines changed

9 files changed

+20
-19
lines changed

docs/environments/mainnet/config-bp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"LastKnownBlockVersion-Major": 3,
1111
"LastKnownBlockVersion-Minor": 0,
1212
"MaxKnownMajorProtocolVersion": 2,
13-
"MinNodeVersion": "8.12.0",
13+
"MinNodeVersion": "10.1.4",
1414
"PeerSharing": false,
1515
"Protocol": "Cardano",
1616
"RequiresNetworkMagic": "RequiresNoMagic",

docs/environments/mainnet/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"LastKnownBlockVersion-Major": 3,
1111
"LastKnownBlockVersion-Minor": 0,
1212
"MaxKnownMajorProtocolVersion": 2,
13-
"MinNodeVersion": "8.12.0",
13+
"MinNodeVersion": "10.1.4",
1414
"PeerSharing": true,
1515
"Protocol": "Cardano",
1616
"RequiresNetworkMagic": "RequiresNoMagic",

docs/environments/preprod/config-bp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"LastKnownBlockVersion-Alt": 0,
1010
"LastKnownBlockVersion-Major": 2,
1111
"LastKnownBlockVersion-Minor": 0,
12-
"MinNodeVersion": "8.12.0",
12+
"MinNodeVersion": "10.1.4",
1313
"PeerSharing": false,
1414
"Protocol": "Cardano",
1515
"RequiresNetworkMagic": "RequiresMagic",

docs/environments/preprod/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"LastKnownBlockVersion-Alt": 0,
1010
"LastKnownBlockVersion-Major": 2,
1111
"LastKnownBlockVersion-Minor": 0,
12-
"MinNodeVersion": "8.12.0",
12+
"MinNodeVersion": "10.1.4",
1313
"PeerSharing": true,
1414
"Protocol": "Cardano",
1515
"RequiresNetworkMagic": "RequiresMagic",

docs/environments/preview/config-bp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"LastKnownBlockVersion-Alt": 0,
1212
"LastKnownBlockVersion-Major": 3,
1313
"LastKnownBlockVersion-Minor": 1,
14-
"MinNodeVersion": "8.12.0",
14+
"MinNodeVersion": "10.1.4",
1515
"PeerSharing": false,
1616
"Protocol": "Cardano",
1717
"RequiresNetworkMagic": "RequiresMagic",

docs/environments/preview/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"LastKnownBlockVersion-Alt": 0,
1212
"LastKnownBlockVersion-Major": 3,
1313
"LastKnownBlockVersion-Minor": 1,
14-
"MinNodeVersion": "8.12.0",
14+
"MinNodeVersion": "10.1.4",
1515
"PeerSharing": true,
1616
"Protocol": "Cardano",
1717
"RequiresNetworkMagic": "RequiresMagic",

flake.lock

Lines changed: 6 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mdbook/adv-preprod.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
## Advanced Configuration: Pre-Production Testnet
22

3-
There is currently no pre-release version available for the pre-production environment.
3+
Users wanting to test a cardano-node pre-release version on the preprod
4+
environment may obtain compatible configuration files below.
45

5-
The latest version available is cardano-node release `10.1.4`.
6+
The latest version available is cardano-node pre-release `10.2.1`.
67

78
#### Configuration files
89

9-
Compatible with cardano-node release [10.1.4](https://github.com/IntersectMBO/cardano-node/releases/tag/10.1.4)
10+
Compatible with cardano-node pre-release [10.2.1](https://github.com/IntersectMBO/cardano-node/releases/tag/10.2.1)
1011

1112
```
1213
NOTE:

mdbook/adv-preview.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
## Advanced Configuration: Preview Testnet
22

3-
There is currently no pre-release version available for the preview environment.
3+
Users wanting to test a cardano-node pre-release version on the preview
4+
environment may obtain compatible configuration files below.
45

5-
The latest version available is cardano-node release `10.1.4`.
6+
The latest version available is cardano-node pre-release `10.2.1`.
67

78
#### Configuration files
89

9-
Compatible with cardano-node release [10.1.4](https://github.com/IntersectMBO/cardano-node/releases/tag/10.1.4)
10+
Compatible with cardano-node pre-release [10.2.1](https://github.com/IntersectMBO/cardano-node/releases/tag/10.2.1)
1011

1112
```
1213
NOTE:

0 commit comments

Comments
 (0)