Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test of cardano-cli/pull/758 - CI only #5839

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,9 @@ package plutus-scripts-bench
-- temporary! Please read the section in CONTRIBUTING about updating dependencies.

-- `smtp-mail` should depend on `crypton-connection` rather than `connection`!

source-repository-package
type: git
location: https://github.com/IntersectMBO/cardano-cli
subdir: cardano-cli
tag: 4bb7092e694c49ee446d1a88ea8ff822bd2e7d67
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"collateralPercentage": 150,
"committeeMaxTermLength": 200,
"committeeMinSize": 0,
"costModels": {
"PlutusV1": [
205665,
Expand Down Expand Up @@ -582,12 +584,26 @@
1
]
},
"decentralization": null,
"dRepActivity": 100,
"dRepDeposit": 1000000,
"dRepVotingThresholds": {
"committeeNoConfidence": 0,
"committeeNormal": 0.5,
"hardForkInitiation": 0.5,
"motionNoConfidence": 0,
"ppEconomicGroup": 0.5,
"ppGovGroup": 0.5,
"ppNetworkGroup": 0.5,
"ppTechnicalGroup": 0.5,
"treasuryWithdrawal": 0.5,
"updateToConstitution": 0
},
"executionUnitPrices": {
"priceMemory": 5.77e-2,
"priceSteps": 7.21e-5
},
"extraPraosEntropy": null,
"govActionDeposit": 1000000,
"govActionLifetime": 1,
"maxBlockBodySize": 65536,
"maxBlockExecutionUnits": {
"memory": 62000000,
Expand All @@ -601,11 +617,18 @@
},
"maxTxSize": 16384,
"maxValueSize": 5000,
"minFeeRefScriptCostPerByte": 0,
"minPoolCost": 0,
"minUTxOValue": null,
"monetaryExpansion": 0.1,
"poolPledgeInfluence": 0,
"poolRetireMaxEpoch": 18,
"poolVotingThresholds": {
"committeeNoConfidence": 0.5,
"committeeNormal": 0.5,
"hardForkInitiation": 0.5,
"motionNoConfidence": 0.5,
"ppSecurityGroup": 0.5
},
"protocolVersion": {
"major": 9,
"minor": 0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"collateralPercentage": 150,
"committeeMaxTermLength": 200,
"committeeMinSize": 0,
"costModels": {
"PlutusV1": [
205665,
Expand Down Expand Up @@ -582,12 +584,26 @@
1
]
},
"decentralization": null,
"dRepActivity": 100,
"dRepDeposit": 1000000,
"dRepVotingThresholds": {
"committeeNoConfidence": 0,
"committeeNormal": 0.5,
"hardForkInitiation": 0.5,
"motionNoConfidence": 0,
"ppEconomicGroup": 0.5,
"ppGovGroup": 0.5,
"ppNetworkGroup": 0.5,
"ppTechnicalGroup": 0.5,
"treasuryWithdrawal": 0.5,
"updateToConstitution": 0
},
"executionUnitPrices": {
"priceMemory": 5.77e-2,
"priceSteps": 7.21e-5
},
"extraPraosEntropy": null,
"govActionDeposit": 1000000,
"govActionLifetime": 1,
"maxBlockBodySize": 65536,
"maxBlockExecutionUnits": {
"memory": 62000000,
Expand All @@ -601,11 +617,18 @@
},
"maxTxSize": 16384,
"maxValueSize": 5000,
"minFeeRefScriptCostPerByte": 0,
"minPoolCost": 0,
"minUTxOValue": null,
"monetaryExpansion": 0.1,
"poolPledgeInfluence": 0,
"poolRetireMaxEpoch": 18,
"poolVotingThresholds": {
"committeeNoConfidence": 0.5,
"committeeNormal": 0.5,
"hardForkInitiation": 0.5,
"motionNoConfidence": 0.5,
"ppSecurityGroup": 0.5
},
"protocolVersion": {
"major": 9,
"minor": 0
Expand Down
Loading