summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrice Rising <60147418+bricerisingalgorand@users.noreply.github.com>2022-02-22 13:33:31 -0500
committerGitHub <noreply@github.com>2022-02-22 13:33:31 -0500
commit82d0eadc2bca7ed5cad60b66303e9f3f1fcec035 (patch)
tree3653a339af532a58e700342f0c8205a56376f568
parentb4666bd63ad46c4211287768f4b4a7a1353c2a9c (diff)
Decrease partkey rounds to 3mil for feature networks (#3662)
## Summary Make keys valid for 3million rounds. With the rework to part keys, our pipeline was running out of disk space ## Test Plan I used this to spin up a feature network
-rw-r--r--test/testdata/deployednettemplates/recipes/feature-networks/genesis.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testdata/deployednettemplates/recipes/feature-networks/genesis.json b/test/testdata/deployednettemplates/recipes/feature-networks/genesis.json
index 943e9f515..55b728921 100644
--- a/test/testdata/deployednettemplates/recipes/feature-networks/genesis.json
+++ b/test/testdata/deployednettemplates/recipes/feature-networks/genesis.json
@@ -3,7 +3,7 @@
"VersionModifier": "",
"ConsensusProtocol": "future",
"FirstPartKeyRound": 0,
- "LastPartKeyRound": 100000000,
+ "LastPartKeyRound": 3000000,
"Wallets": [
{
"Name": "Wallet1-R1",