Skip to content

Commit

Permalink
Patch configuration files to work with cardano-node==8.10.1-pre
Browse files Browse the repository at this point in the history
  • Loading branch information
KtorZ committed May 7, 2024
1 parent f930b3b commit 1282efd
Show file tree
Hide file tree
Showing 6 changed files with 63 additions and 60 deletions.
2 changes: 1 addition & 1 deletion network/mainnet/cardano-node/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"ByronGenesisFile": "../genesis/byron.json",
"ByronGenesisHash": "5f20df933584822601f9e3f8c024eb5eb252fe8cefb24d1317dc3d432e940ebb",
"ConwayGenesisFile": "../genesis/conway.json",
"ConwayGenesisHash": "de609b281cb3d8ae91a9d63a00c87092975612d603aa54c0f1c6a781e33d6e1e",
"ConwayGenesisHash": "49ef010ff0d13b090893a919bbc22022038a8b782faa0b1561a256b781672174",
"EnableP2P": true,
"LastKnownBlockVersion-Alt": 0,
"LastKnownBlockVersion-Major": 3,
Expand Down
39 changes: 20 additions & 19 deletions network/mainnet/genesis/conway.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,30 @@
{
"poolVotingThresholds": {
"committeeNormal": 0.51,
"committeeNormal": 0.60,
"committeeNoConfidence": 0.51,
"hardForkInitiation": 0.51,
"motionNoConfidence": 0.51,
"ppSecurityGroup": 0.51
"motionNoConfidence": 0.60,
"ppSecurityGroup": 0.60
},
"dRepVotingThresholds": {
"motionNoConfidence": 0.51,
"committeeNormal": 0.51,
"committeeNoConfidence": 0.51,
"updateToConstitution": 0.51,
"hardForkInitiation": 0.51,
"ppNetworkGroup": 0.51,
"ppEconomicGroup": 0.51,
"ppTechnicalGroup": 0.51,
"ppGovGroup": 0.51,
"treasuryWithdrawal": 0.51
"motionNoConfidence": 0.67,
"committeeNormal": 0.67,
"committeeNoConfidence": 0.60,
"updateToConstitution": 0.75,
"hardForkInitiation": 0.60,
"ppNetworkGroup": 0.67,
"ppEconomicGroup": 0.67,
"ppTechnicalGroup": 0.67,
"ppGovGroup": 0.75,
"treasuryWithdrawal": 0.67
},
"committeeMinSize": 0,
"committeeMaxTermLength": 200,
"govActionLifetime": 10,
"govActionDeposit": 1000000000,
"dRepDeposit": 2000000,
"committeeMinSize": 7,
"committeeMaxTermLength": 73,
"govActionLifetime": 6,
"govActionDeposit": 50000000000,
"dRepDeposit": 500000000,
"dRepActivity": 20,
"minFeeRefScriptCostPerByte": 44,
"constitution": {
"anchor": {
"url": "",
Expand All @@ -33,6 +34,6 @@
"committee": {
"members": {
},
"quorum": 0
"threshold": 0.67
}
}
2 changes: 1 addition & 1 deletion network/preprod/cardano-node/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"ByronGenesisFile": "../genesis/byron.json",
"ByronGenesisHash": "d4b8de7a11d929a323373cbab6c1a9bdc931beffff11db111cf9d57356ee1937",
"ConwayGenesisFile": "../genesis/conway.json",
"ConwayGenesisHash": "de609b281cb3d8ae91a9d63a00c87092975612d603aa54c0f1c6a781e33d6e1e",
"ConwayGenesisHash": "49ef010ff0d13b090893a919bbc22022038a8b782faa0b1561a256b781672174",
"EnableP2P": true,
"LastKnownBlockVersion-Alt": 0,
"LastKnownBlockVersion-Major": 2,
Expand Down
39 changes: 20 additions & 19 deletions network/preprod/genesis/conway.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,30 @@
{
"poolVotingThresholds": {
"committeeNormal": 0.51,
"committeeNormal": 0.60,
"committeeNoConfidence": 0.51,
"hardForkInitiation": 0.51,
"motionNoConfidence": 0.51,
"ppSecurityGroup": 0.51
"motionNoConfidence": 0.60,
"ppSecurityGroup": 0.60
},
"dRepVotingThresholds": {
"motionNoConfidence": 0.51,
"committeeNormal": 0.51,
"committeeNoConfidence": 0.51,
"updateToConstitution": 0.51,
"hardForkInitiation": 0.51,
"ppNetworkGroup": 0.51,
"ppEconomicGroup": 0.51,
"ppTechnicalGroup": 0.51,
"ppGovGroup": 0.51,
"treasuryWithdrawal": 0.51
"motionNoConfidence": 0.67,
"committeeNormal": 0.67,
"committeeNoConfidence": 0.60,
"updateToConstitution": 0.75,
"hardForkInitiation": 0.60,
"ppNetworkGroup": 0.67,
"ppEconomicGroup": 0.67,
"ppTechnicalGroup": 0.67,
"ppGovGroup": 0.75,
"treasuryWithdrawal": 0.67
},
"committeeMinSize": 0,
"committeeMaxTermLength": 200,
"govActionLifetime": 10,
"govActionDeposit": 1000000000,
"dRepDeposit": 2000000,
"committeeMinSize": 7,
"committeeMaxTermLength": 73,
"govActionLifetime": 6,
"govActionDeposit": 50000000000,
"dRepDeposit": 500000000,
"dRepActivity": 20,
"minFeeRefScriptCostPerByte": 44,
"constitution": {
"anchor": {
"url": "",
Expand All @@ -33,6 +34,6 @@
"committee": {
"members": {
},
"quorum": 0
"threshold": 0.67
}
}
2 changes: 1 addition & 1 deletion network/preview/cardano-node/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"ByronGenesisFile": "../genesis/byron.json",
"ByronGenesisHash": "83de1d7302569ad56cf9139a41e2e11346d4cb4a31c00142557b6ab3fa550761",
"ConwayGenesisFile": "../genesis/conway.json",
"ConwayGenesisHash": "de609b281cb3d8ae91a9d63a00c87092975612d603aa54c0f1c6a781e33d6e1e",
"ConwayGenesisHash": "49ef010ff0d13b090893a919bbc22022038a8b782faa0b1561a256b781672174",
"EnableP2P": true,
"ExperimentalHardForksEnabled": false,
"ExperimentalProtocolsEnabled": false,
Expand Down
39 changes: 20 additions & 19 deletions network/preview/genesis/conway.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,30 @@
{
"poolVotingThresholds": {
"committeeNormal": 0.51,
"committeeNormal": 0.60,
"committeeNoConfidence": 0.51,
"hardForkInitiation": 0.51,
"motionNoConfidence": 0.51,
"ppSecurityGroup": 0.51
"motionNoConfidence": 0.60,
"ppSecurityGroup": 0.60
},
"dRepVotingThresholds": {
"motionNoConfidence": 0.51,
"committeeNormal": 0.51,
"committeeNoConfidence": 0.51,
"updateToConstitution": 0.51,
"hardForkInitiation": 0.51,
"ppNetworkGroup": 0.51,
"ppEconomicGroup": 0.51,
"ppTechnicalGroup": 0.51,
"ppGovGroup": 0.51,
"treasuryWithdrawal": 0.51
"motionNoConfidence": 0.67,
"committeeNormal": 0.67,
"committeeNoConfidence": 0.60,
"updateToConstitution": 0.75,
"hardForkInitiation": 0.60,
"ppNetworkGroup": 0.67,
"ppEconomicGroup": 0.67,
"ppTechnicalGroup": 0.67,
"ppGovGroup": 0.75,
"treasuryWithdrawal": 0.67
},
"committeeMinSize": 0,
"committeeMaxTermLength": 200,
"govActionLifetime": 10,
"govActionDeposit": 1000000000,
"dRepDeposit": 2000000,
"committeeMinSize": 7,
"committeeMaxTermLength": 73,
"govActionLifetime": 6,
"govActionDeposit": 50000000000,
"dRepDeposit": 500000000,
"dRepActivity": 20,
"minFeeRefScriptCostPerByte": 44,
"constitution": {
"anchor": {
"url": "",
Expand All @@ -33,6 +34,6 @@
"committee": {
"members": {
},
"quorum": 0
"threshold": 0.67
}
}

0 comments on commit 1282efd

Please sign in to comment.