Skip to content

Commit b4361a2

Browse files
committed
book: deploy min node version, pre-release version chgs
1 parent 5eedd46 commit b4361a2

File tree

18 files changed

+32
-28
lines changed

18 files changed

+32
-28
lines changed

mdbook/README-book.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ _Use the nagivation panel on the left to explore [The Cardano Book][book]._
2424

2525
<br />
2626

27-
<center><sub><sup><span style="color:lightgray; font-style:italic">8bf321ca4b47dad797b170e009d638d708161e0f</span></sup></sub></center>
27+
<center><sub><sup><span style="color:lightgray; font-style:italic">5eedd46882b2b8b2125b5093917c79847d350cb0</span></sup></sub></center>

static/book.play.dev.cardano.org/README-book.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ <h3 id="documentation"><a class="header" href="#documentation">Documentation</a>
193193
<br />
194194
<hr />
195195
<br />
196-
<center><sub><sup><span style="color:lightgray; font-style:italic">8bf321ca4b47dad797b170e009d638d708161e0f</span></sup></sub></center>
196+
<center><sub><sup><span style="color:lightgray; font-style:italic">5eedd46882b2b8b2125b5093917c79847d350cb0</span></sup></sub></center>
197197

198198
</main>
199199

static/book.play.dev.cardano.org/adv-preprod.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,10 +179,11 @@ <h1 class="menu-title">The Cardano Operations Book</h1>
179179
<div id="content" class="content">
180180
<main>
181181
<h2 id="advanced-configuration-pre-production-testnet"><a class="header" href="#advanced-configuration-pre-production-testnet">Advanced Configuration: Pre-Production Testnet</a></h2>
182-
<p>There is currently no pre-release version available for the pre-production environment.</p>
183-
<p>The latest version available is cardano-node release <code>10.1.4</code>.</p>
182+
<p>Users wanting to test a cardano-node pre-release version on the preprod
183+
environment may obtain compatible configuration files below.</p>
184+
<p>The latest version available is cardano-node pre-release <code>10.2.1</code>.</p>
184185
<h4 id="configuration-files"><a class="header" href="#configuration-files">Configuration files</a></h4>
185-
<p>Compatible with cardano-node release <a href="https://github.com/IntersectMBO/cardano-node/releases/tag/10.1.4">10.1.4</a></p>
186+
<p>Compatible with cardano-node pre-release <a href="https://github.com/IntersectMBO/cardano-node/releases/tag/10.2.1">10.2.1</a></p>
186187
<pre><code>NOTE:
187188
The non-block-producer node config has `PeerSharing` enabled by
188189
default, so should not be used with block-producers.

static/book.play.dev.cardano.org/adv-preview.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,10 +179,11 @@ <h1 class="menu-title">The Cardano Operations Book</h1>
179179
<div id="content" class="content">
180180
<main>
181181
<h2 id="advanced-configuration-preview-testnet"><a class="header" href="#advanced-configuration-preview-testnet">Advanced Configuration: Preview Testnet</a></h2>
182-
<p>There is currently no pre-release version available for the preview environment.</p>
183-
<p>The latest version available is cardano-node release <code>10.1.4</code>.</p>
182+
<p>Users wanting to test a cardano-node pre-release version on the preview
183+
environment may obtain compatible configuration files below.</p>
184+
<p>The latest version available is cardano-node pre-release <code>10.2.1</code>.</p>
184185
<h4 id="configuration-files"><a class="header" href="#configuration-files">Configuration files</a></h4>
185-
<p>Compatible with cardano-node release <a href="https://github.com/IntersectMBO/cardano-node/releases/tag/10.1.4">10.1.4</a></p>
186+
<p>Compatible with cardano-node pre-release <a href="https://github.com/IntersectMBO/cardano-node/releases/tag/10.2.1">10.2.1</a></p>
186187
<pre><code>NOTE:
187188
The non-block-producer node config has `PeerSharing` enabled by
188189
default, so should not be used with block-producers.

static/book.play.dev.cardano.org/environments-pre/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",

static/book.play.dev.cardano.org/environments-pre/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",

static/book.play.dev.cardano.org/environments-pre/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",

static/book.play.dev.cardano.org/environments-pre/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",

static/book.play.dev.cardano.org/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",

static/book.play.dev.cardano.org/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",

0 commit comments

Comments
 (0)