Skip to content

Commit dc4db6e

Browse files
committed
book: 10.4.1 pre-release config deployed
1 parent 4c5800d commit dc4db6e

File tree

12 files changed

+74
-22
lines changed

12 files changed

+74
-22
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">9d80cb6f5abe843cfb0284659044f96adb593de0</span></sup></sub></center>
27+
<center><sub><sup><span style="color:lightgray; font-style:italic">4c5800d0f32f586be270c7e3679c7f5e8d01d3d5</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">9d80cb6f5abe843cfb0284659044f96adb593de0</span></sup></sub></center>
196+
<center><sub><sup><span style="color:lightgray; font-style:italic">4c5800d0f32f586be270c7e3679c7f5e8d01d3d5</span></sup></sub></center>
197197

198198
</main>
199199

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

Lines changed: 10 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 preprod environment.</p>
183-
<p>The latest version available is cardano-node release <code>10.3.1</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.4.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.3.1">10.3.1</a></p>
186+
<p>Compatible with cardano-node pre-release <a href="https://github.com/IntersectMBO/cardano-node/releases/tag/10.4.1">10.4.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.
@@ -204,6 +205,12 @@ <h4 id="configuration-files"><a class="header" href="#configuration-files">Confi
204205
<li><a href="environments-pre/preprod/conway-genesis.json">Conway Genesis</a></li>
205206
<li><a href="environments-pre/preprod/guardrails-script.plutus">Compiled guardrails script</a></li>
206207
</ul>
208+
<h4 id="utxo-hd"><a class="header" href="#utxo-hd">UTXO-HD</a></h4>
209+
<p>Users migrating from a previous version of the node should read the <a href="https://github.com/IntersectMBO/cardano-node/releases/tag/10.4.1">release
210+
notes</a> and
211+
the consensus <a href="https://ouroboros-consensus.cardano.intersectmbo.org/docs/for-developers/utxo-hd/migrating">migration guide</a>
212+
to properly configure the node and convert the database such that a replay from
213+
genesis can be avoided.</p>
207214
<h4 id="ouroboros-genesis-mode"><a class="header" href="#ouroboros-genesis-mode">Ouroboros Genesis Mode</a></h4>
208215
<p>For those preferring to use Genesis mode over bootstrap peers, the Genesis mode
209216
topology file given above can be used in place of the default topology file.

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

Lines changed: 10 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.3.1</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.4.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.3.1">10.3.1</a></p>
186+
<p>Compatible with cardano-node pre-release <a href="https://github.com/IntersectMBO/cardano-node/releases/tag/10.4.1">10.4.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.
@@ -204,6 +205,12 @@ <h4 id="configuration-files"><a class="header" href="#configuration-files">Confi
204205
<li><a href="environments-pre/preview/conway-genesis.json">Conway Genesis</a></li>
205206
<li><a href="environments-pre/preview/guardrails-script.plutus">Compiled guardrails script</a></li>
206207
</ul>
208+
<h4 id="utxo-hd"><a class="header" href="#utxo-hd">UTXO-HD</a></h4>
209+
<p>Users migrating from a previous version of the node should read the <a href="https://github.com/IntersectMBO/cardano-node/releases/tag/10.4.1">release
210+
notes</a> and
211+
the consensus <a href="https://ouroboros-consensus.cardano.intersectmbo.org/docs/for-developers/utxo-hd/migrating">migration guide</a>
212+
to properly configure the node and convert the database such that a replay from
213+
genesis can be avoided.</p>
207214
<h4 id="ouroboros-genesis-mode"><a class="header" href="#ouroboros-genesis-mode">Ouroboros Genesis Mode</a></h4>
208215
<p>For those preferring to use Genesis mode over bootstrap peers, the Genesis mode
209216
topology file given above can be used in place of the default topology file.

static/book.play.dev.cardano.org/environments-pre/preprod/config-bp.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,14 @@
1010
"LastKnownBlockVersion-Alt": 0,
1111
"LastKnownBlockVersion-Major": 2,
1212
"LastKnownBlockVersion-Minor": 0,
13+
"LedgerDB": {
14+
"Backend": "V2InMemory",
15+
"NumOfDiskSnapshots": 2,
16+
"QueryBatchSize": 100,
17+
"SnapshotInterval": 4320
18+
},
1319
"MinBigLedgerPeersForTrustedState": 5,
14-
"MinNodeVersion": "10.2.1",
20+
"MinNodeVersion": "10.4.0",
1521
"PeerSharing": false,
1622
"Protocol": "Cardano",
1723
"RequiresNetworkMagic": "RequiresMagic",

static/book.play.dev.cardano.org/environments-pre/preprod/config.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,14 @@
1010
"LastKnownBlockVersion-Alt": 0,
1111
"LastKnownBlockVersion-Major": 2,
1212
"LastKnownBlockVersion-Minor": 0,
13+
"LedgerDB": {
14+
"Backend": "V2InMemory",
15+
"NumOfDiskSnapshots": 2,
16+
"QueryBatchSize": 100,
17+
"SnapshotInterval": 4320
18+
},
1319
"MinBigLedgerPeersForTrustedState": 5,
14-
"MinNodeVersion": "10.2.1",
20+
"MinNodeVersion": "10.4.0",
1521
"PeerSharing": true,
1622
"Protocol": "Cardano",
1723
"RequiresNetworkMagic": "RequiresMagic",

static/book.play.dev.cardano.org/environments-pre/preview/config-bp.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,14 @@
1212
"LastKnownBlockVersion-Alt": 0,
1313
"LastKnownBlockVersion-Major": 3,
1414
"LastKnownBlockVersion-Minor": 1,
15+
"LedgerDB": {
16+
"Backend": "V2InMemory",
17+
"NumOfDiskSnapshots": 2,
18+
"QueryBatchSize": 100,
19+
"SnapshotInterval": 864
20+
},
1521
"MinBigLedgerPeersForTrustedState": 5,
16-
"MinNodeVersion": "10.2.1",
22+
"MinNodeVersion": "10.4.0",
1723
"PeerSharing": false,
1824
"Protocol": "Cardano",
1925
"RequiresNetworkMagic": "RequiresMagic",

static/book.play.dev.cardano.org/environments-pre/preview/config.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,14 @@
1212
"LastKnownBlockVersion-Alt": 0,
1313
"LastKnownBlockVersion-Major": 3,
1414
"LastKnownBlockVersion-Minor": 1,
15+
"LedgerDB": {
16+
"Backend": "V2InMemory",
17+
"NumOfDiskSnapshots": 2,
18+
"QueryBatchSize": 100,
19+
"SnapshotInterval": 864
20+
},
1521
"MinBigLedgerPeersForTrustedState": 5,
16-
"MinNodeVersion": "10.2.1",
22+
"MinNodeVersion": "10.4.0",
1723
"PeerSharing": true,
1824
"Protocol": "Cardano",
1925
"RequiresNetworkMagic": "RequiresMagic",

static/book.play.dev.cardano.org/index.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">9d80cb6f5abe843cfb0284659044f96adb593de0</span></sup></sub></center>
196+
<center><sub><sup><span style="color:lightgray; font-style:italic">4c5800d0f32f586be270c7e3679c7f5e8d01d3d5</span></sup></sub></center>
197197

198198
</main>
199199

static/book.play.dev.cardano.org/print.html

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ <h3 id="documentation"><a class="header" href="#documentation">Documentation</a>
191191
<br />
192192
<hr />
193193
<br />
194-
<center><sub><sup><span style="color:lightgray; font-style:italic">9d80cb6f5abe843cfb0284659044f96adb593de0</span></sup></sub></center>
194+
<center><sub><sup><span style="color:lightgray; font-style:italic">4c5800d0f32f586be270c7e3679c7f5e8d01d3d5</span></sup></sub></center>
195195
<div style="break-before: page; page-break-before: always;"></div><h1 id="environments"><a class="header" href="#environments">Environments</a></h1>
196196
<p>The official Cardano Environment configuration files.</p>
197197
<p>Environment description and configuration files available are:</p>
@@ -387,10 +387,11 @@ <h4 id="guardrails-reference-script-utxo-2"><a class="header" href="#guardrails-
387387
<li><a href="adv-preprod.html">Pre-production Testnet</a></li>
388388
</ul>
389389
<div style="break-before: page; page-break-before: always;"></div><h2 id="advanced-configuration-preview-testnet"><a class="header" href="#advanced-configuration-preview-testnet">Advanced Configuration: Preview Testnet</a></h2>
390-
<p>There is currently no pre-release version available for the preview environment.</p>
391-
<p>The latest version available is cardano-node release <code>10.3.1</code>.</p>
390+
<p>Users wanting to test a cardano-node pre-release version on the preview
391+
environment may obtain compatible configuration files below.</p>
392+
<p>The latest version available is cardano-node pre-release <code>10.4.1</code>.</p>
392393
<h4 id="configuration-files-3"><a class="header" href="#configuration-files-3">Configuration files</a></h4>
393-
<p>Compatible with cardano-node release <a href="https://github.com/IntersectMBO/cardano-node/releases/tag/10.3.1">10.3.1</a></p>
394+
<p>Compatible with cardano-node pre-release <a href="https://github.com/IntersectMBO/cardano-node/releases/tag/10.4.1">10.4.1</a></p>
394395
<pre><code>NOTE:
395396
The non-block-producer node config has `PeerSharing` enabled by
396397
default, so should not be used with block-producers.
@@ -412,6 +413,12 @@ <h4 id="configuration-files-3"><a class="header" href="#configuration-files-3">C
412413
<li><a href="environments-pre/preview/conway-genesis.json">Conway Genesis</a></li>
413414
<li><a href="environments-pre/preview/guardrails-script.plutus">Compiled guardrails script</a></li>
414415
</ul>
416+
<h4 id="utxo-hd"><a class="header" href="#utxo-hd">UTXO-HD</a></h4>
417+
<p>Users migrating from a previous version of the node should read the <a href="https://github.com/IntersectMBO/cardano-node/releases/tag/10.4.1">release
418+
notes</a> and
419+
the consensus <a href="https://ouroboros-consensus.cardano.intersectmbo.org/docs/for-developers/utxo-hd/migrating">migration guide</a>
420+
to properly configure the node and convert the database such that a replay from
421+
genesis can be avoided.</p>
415422
<h4 id="ouroboros-genesis-mode-3"><a class="header" href="#ouroboros-genesis-mode-3">Ouroboros Genesis Mode</a></h4>
416423
<p>For those preferring to use Genesis mode over bootstrap peers, the Genesis mode
417424
topology file given above can be used in place of the default topology file.
@@ -432,10 +439,11 @@ <h4 id="guardrails-reference-script-utxo-3"><a class="header" href="#guardrails-
432439
<p>Guardrails script address: <code>addr_test1wrazf7es2yngqh8jzexpv8v99g88xvx0nz83le2cea755eqf68ll6</code>
433440
Guardrails script UTxO: <code>f3f61635034140e6cec495a1c69ce85b22690e65ab9553ef408d524f58183649#0</code></p>
434441
<div style="break-before: page; page-break-before: always;"></div><h2 id="advanced-configuration-pre-production-testnet"><a class="header" href="#advanced-configuration-pre-production-testnet">Advanced Configuration: Pre-Production Testnet</a></h2>
435-
<p>There is currently no pre-release version available for the preprod environment.</p>
436-
<p>The latest version available is cardano-node release <code>10.3.1</code>.</p>
442+
<p>Users wanting to test a cardano-node pre-release version on the preprod
443+
environment may obtain compatible configuration files below.</p>
444+
<p>The latest version available is cardano-node pre-release <code>10.4.1</code>.</p>
437445
<h4 id="configuration-files-4"><a class="header" href="#configuration-files-4">Configuration files</a></h4>
438-
<p>Compatible with cardano-node release <a href="https://github.com/IntersectMBO/cardano-node/releases/tag/10.3.1">10.3.1</a></p>
446+
<p>Compatible with cardano-node pre-release <a href="https://github.com/IntersectMBO/cardano-node/releases/tag/10.4.1">10.4.1</a></p>
439447
<pre><code>NOTE:
440448
The non-block-producer node config has `PeerSharing` enabled by
441449
default, so should not be used with block-producers.
@@ -457,6 +465,12 @@ <h4 id="configuration-files-4"><a class="header" href="#configuration-files-4">C
457465
<li><a href="environments-pre/preprod/conway-genesis.json">Conway Genesis</a></li>
458466
<li><a href="environments-pre/preprod/guardrails-script.plutus">Compiled guardrails script</a></li>
459467
</ul>
468+
<h4 id="utxo-hd-1"><a class="header" href="#utxo-hd-1">UTXO-HD</a></h4>
469+
<p>Users migrating from a previous version of the node should read the <a href="https://github.com/IntersectMBO/cardano-node/releases/tag/10.4.1">release
470+
notes</a> and
471+
the consensus <a href="https://ouroboros-consensus.cardano.intersectmbo.org/docs/for-developers/utxo-hd/migrating">migration guide</a>
472+
to properly configure the node and convert the database such that a replay from
473+
genesis can be avoided.</p>
460474
<h4 id="ouroboros-genesis-mode-4"><a class="header" href="#ouroboros-genesis-mode-4">Ouroboros Genesis Mode</a></h4>
461475
<p>For those preferring to use Genesis mode over bootstrap peers, the Genesis mode
462476
topology file given above can be used in place of the default topology file.

0 commit comments

Comments
 (0)