Skip to content

Commit

Permalink
revert changing decentralizationParam to 0.1
Browse files Browse the repository at this point in the history
We need to keep this one quite high at the moment in order to prevent the cluster from rolling back too often. The wallet can handle rollback quite nicely, but the integration scenarios cannot (most of them). A lot of scenarios are built following a basic fixture -> action -> assertions principle, and rolling back the fixture can have very negative effects on the rest. We could run every scenario multiple times (at least twice) to maybe cope with intermediate failures due to rollback...
  • Loading branch information
KtorZ committed Jun 23, 2020
1 parent 12f7fc1 commit e543f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/shelley/test/data/cardano-node-shelley/genesis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ protocolParams:
protocolVersion:
minor: 0
major: 0
decentralisationParam: 0.1 # means 90% decentralised
decentralisationParam: 0.97 # means 3% decentralised
maxTxSize: 4096
minFeeA: 100
maxBlockBodySize: 239857
Expand Down

0 comments on commit e543f19

Please sign in to comment.