Skip to content

Commit

Permalink
conway: update for node 8.10
Browse files Browse the repository at this point in the history
* Uses governance parameters provided by Parameter Committee
* Sets ref script fee to same as minFeeA
  • Loading branch information
disassembler committed Apr 4, 2024
1 parent 1c793a5 commit 40e45cb
Show file tree
Hide file tree
Showing 14 changed files with 147 additions and 140 deletions.
2 changes: 1 addition & 1 deletion cardano-lib/mainnet-config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
AlonzoGenesisFile = ./mainnet + "/alonzo-genesis.json";
AlonzoGenesisHash = "7e94a15f55d1e82d10f09203fa1d40f8eede58fd8066542cf6566008068ed874";
ConwayGenesisFile = ./mainnet + "/conway-genesis.json";
ConwayGenesisHash = "de609b281cb3d8ae91a9d63a00c87092975612d603aa54c0f1c6a781e33d6e1e";
ConwayGenesisHash = "49ef010ff0d13b090893a919bbc22022038a8b782faa0b1561a256b781672174";

##### Core protocol parameters #####

Expand Down
39 changes: 20 additions & 19 deletions cardano-lib/mainnet/conway-genesis.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 cardano-lib/preprod-config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
AlonzoGenesisFile = ./preprod + "/alonzo-genesis.json";
AlonzoGenesisHash = "7e94a15f55d1e82d10f09203fa1d40f8eede58fd8066542cf6566008068ed874";
ConwayGenesisFile = ./preprod + "/conway-genesis.json";
ConwayGenesisHash = "de609b281cb3d8ae91a9d63a00c87092975612d603aa54c0f1c6a781e33d6e1e";
ConwayGenesisHash = "49ef010ff0d13b090893a919bbc22022038a8b782faa0b1561a256b781672174";

##### Core protocol parameters #####

Expand Down
39 changes: 20 additions & 19 deletions cardano-lib/preprod/conway-genesis.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 cardano-lib/preview-config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
AlonzoGenesisFile = ./preview + "/alonzo-genesis.json";
AlonzoGenesisHash = "7e94a15f55d1e82d10f09203fa1d40f8eede58fd8066542cf6566008068ed874";
ConwayGenesisFile = ./preview + "/conway-genesis.json";
ConwayGenesisHash = "de609b281cb3d8ae91a9d63a00c87092975612d603aa54c0f1c6a781e33d6e1e";
ConwayGenesisHash = "49ef010ff0d13b090893a919bbc22022038a8b782faa0b1561a256b781672174";

### Core protocol parameters #####
Protocol = "Cardano";
Expand Down
39 changes: 20 additions & 19 deletions cardano-lib/preview/conway-genesis.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 cardano-lib/private-config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
AlonzoGenesisFile = ./private + "/alonzo-genesis.json";
AlonzoGenesisHash = "8bedcaea62107d8a79ed5293b0027b3f8706a4bc2422f33380cb1fd01c6fa6ec";
ConwayGenesisFile = ./private + "/conway-genesis.json";
ConwayGenesisHash = "de609b281cb3d8ae91a9d63a00c87092975612d603aa54c0f1c6a781e33d6e1e";
ConwayGenesisHash = "49ef010ff0d13b090893a919bbc22022038a8b782faa0b1561a256b781672174";

### Core protocol parameters #####
Protocol = "Cardano";
Expand Down
39 changes: 20 additions & 19 deletions cardano-lib/private/conway-genesis.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 cardano-lib/sanchonet-config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
AlonzoGenesisFile = ./sanchonet + "/alonzo-genesis.json";
AlonzoGenesisHash = "8bedcaea62107d8a79ed5293b0027b3f8706a4bc2422f33380cb1fd01c6fa6ec";
ConwayGenesisFile = ./sanchonet + "/conway-genesis.json";
ConwayGenesisHash = "de609b281cb3d8ae91a9d63a00c87092975612d603aa54c0f1c6a781e33d6e1e";
ConwayGenesisHash = "49ef010ff0d13b090893a919bbc22022038a8b782faa0b1561a256b781672174";

### Core protocol parameters #####
Protocol = "Cardano";
Expand Down
39 changes: 20 additions & 19 deletions cardano-lib/sanchonet/conway-genesis.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 cardano-lib/shelley_qa-config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
AlonzoGenesisFile = ./shelley_qa + "/alonzo-genesis.json";
AlonzoGenesisHash = "8bedcaea62107d8a79ed5293b0027b3f8706a4bc2422f33380cb1fd01c6fa6ec";
ConwayGenesisFile = ./shelley_qa + "/conway-genesis.json";
ConwayGenesisHash = "de609b281cb3d8ae91a9d63a00c87092975612d603aa54c0f1c6a781e33d6e1e";
ConwayGenesisHash = "49ef010ff0d13b090893a919bbc22022038a8b782faa0b1561a256b781672174";

##### Core protocol parameters #####
Protocol = "Cardano";
Expand Down
39 changes: 20 additions & 19 deletions cardano-lib/shelley_qa/conway-genesis.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
}
}
Loading

0 comments on commit 40e45cb

Please sign in to comment.