From e543f195c439a88a04f4522df5e646bb7f7ee21c Mon Sep 17 00:00:00 2001 From: KtorZ Date: Tue, 23 Jun 2020 19:33:13 +0200 Subject: [PATCH] revert changing decentralizationParam to 0.1 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... --- lib/shelley/test/data/cardano-node-shelley/genesis.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/shelley/test/data/cardano-node-shelley/genesis.yaml b/lib/shelley/test/data/cardano-node-shelley/genesis.yaml index b5fb1745391..5e2452b0e24 100644 --- a/lib/shelley/test/data/cardano-node-shelley/genesis.yaml +++ b/lib/shelley/test/data/cardano-node-shelley/genesis.yaml @@ -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