Skip to content

Commit

Permalink
refactor: Rename "enable_conway" -> "EnableFutureGenesis"
Browse files Browse the repository at this point in the history
  • Loading branch information
sgillespie committed Jul 19, 2024
1 parent 8814d71 commit 05fe9ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cardano-lib/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ let
mkDbSyncConfig = name: nodeConfig: dbSyncConfig:
mkExplorerConfig name nodeConfig // defaultExplorerLogConfig // {
# dbsync config not part of node config
enable_conway = dbSyncConfig.enableConway or false;
EnableFutureGenesis = dbSyncConfig.enableFutureGenesis or false;
};

mkMithrilSignerConfig = name: env: {
Expand Down Expand Up @@ -276,7 +276,7 @@ let
networkConfigBp = import ./sanchonet-config-bp.nix // minNodeVersion;
usePeersFromLedgerAfterSlot = 33695977;
extraDbSyncConfig = {
enableConway = true;
enableFutureGenesis = true;
};
};

Expand All @@ -299,7 +299,7 @@ let
networkConfigBp = import ./private-config-bp.nix // minNodeVersion;
usePeersFromLedgerAfterSlot = 1886369;
extraDbSyncConfig = {
enableConway = true;
enableFutureGenesis = true;
};
};
};
Expand Down

0 comments on commit 05fe9ba

Please sign in to comment.