@@ -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.2.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.3.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.2 .1 "> 10.2 .1</ a > </ p >
186+ < p > Compatible with cardano-node pre- release < a href ="https://github.com/IntersectMBO/cardano-node/releases/tag/10.3 .1 "> 10.3 .1</ a > </ p >
186187< pre > < code > NOTE:
187188The non-block-producer node config has `PeerSharing` enabled by
188189default, so should not be used with block-producers.
@@ -196,12 +197,33 @@ <h4 id="configuration-files"><a class="header" href="#configuration-files">Confi
196197< li > < a href ="environments-pre/preprod/db-sync-config.json "> DB Sync Config</ a > </ li >
197198< li > < a href ="environments-pre/preprod/submit-api-config.json "> Submit API Config</ a > </ li >
198199< li > < a href ="environments-pre/preprod/topology.json "> Node Topology</ a > </ li >
200+ < li > < a href ="environments-pre/preprod/topology-genesis-mode.json "> Node Topology (Genesis mode)</ a > </ li >
201+ < li > < a href ="environments-pre/preprod/peer-snapshot.json "> Peer Snapshot</ a > </ li >
199202< li > < a href ="environments-pre/preprod/byron-genesis.json "> Byron Genesis</ a > </ li >
200203< li > < a href ="environments-pre/preprod/shelley-genesis.json "> Shelley Genesis</ a > </ li >
201204< li > < a href ="environments-pre/preprod/alonzo-genesis.json "> Alonzo Genesis</ a > </ li >
202205< li > < a href ="environments-pre/preprod/conway-genesis.json "> Conway Genesis</ a > </ li >
203206< li > < a href ="environments-pre/preprod/guardrails-script.plutus "> Compiled guardrails script</ a > </ li >
204207</ ul >
208+ < h4 id ="ouroboros-genesis-mode "> < a class ="header " href ="#ouroboros-genesis-mode "> Ouroboros Genesis Mode</ a > </ h4 >
209+ < p > For those preferring to use Genesis mode over bootstrap peers, the Genesis mode
210+ topology file given above can be used in place of the default topology file.
211+ The following requirements will also need to be met:</ p >
212+ < ul >
213+ < li >
214+ < p > The node config will need to have < code > ConsensusMode</ code > set to < code > GenesisMode</ code > </ p >
215+ </ li >
216+ < li >
217+ < p > The peer snapshot file, provided above, will need to exist at the path
218+ declared at < code > peerSnapshotFile</ code > in the genesis mode topology file: an absolute
219+ path, or a relative path with respect to the node server invocation directory</ p >
220+ </ li >
221+ </ ul >
222+ < h4 id ="guardrails-reference-script-utxo "> < a class ="header " href ="#guardrails-reference-script-utxo "> Guardrails reference script UTxO</ a > </ h4 >
223+ < p > For convenience, the guardrails script has been put on a UTxO so that it can be used as reference script in
224+ Treasury Withdrawal and Update Protocol Parameter proposals.</ p >
225+ < p > Guardrails script address: < code > addr_test1wrazf7es2yngqh8jzexpv8v99g88xvx0nz83le2cea755eqf68ll6</ code >
226+ Guardrails script UTxO: < code > 9aabbac24d1e39cb3e677981c84998a4210bae8d56b0f60908eedb9f59efffc8#0</ code > </ p >
205227
206228 </ main >
207229
0 commit comments