Skip to content

Commit

Permalink
cardano-node: bump to tip of master
Browse files Browse the repository at this point in the history
* fixes entrypoint to use topology with named environments
  • Loading branch information
disassembler committed May 21, 2022
1 parent 433bb52 commit 96e2ee7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
5 changes: 2 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# --------------------------------------------------------------
# --- Bride Heads ----------------------------------------------
# TODO: remove when moved to monorepo
cardano-node.url = "github:input-output-hk/cardano-node/jordan/dep-bump-protocol-in-block";
cardano-node.url = "github:input-output-hk/cardano-node";
cardano-db-sync.url = "github:input-output-hk/cardano-db-sync/12.0.1-flake-improvements";
cardano-wallet.url = "github:input-output-hk/cardano-wallet";
cardano-ogmios.url = "github:input-output-hk/cardano-ogmios";
Expand Down
1 change: 1 addition & 0 deletions nix/cardano/entrypoints.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
echo "Using the preset environment $ENVIRONMENT ..." > /dev/stderr
NODE_CONFIG="$DATA_DIR/config/$ENVIRONMENT/config.json"
NODE_TOPOLOGY="''${NODE_TOPOLOGY:-$DATA_DIR/config/$ENVIRONMENT/topology.json}"
# CASE: premissioned long running environment
elif [ -n "''${CONSUL_KV_PATH:-}" ] || [ -n "''${VAULT_KV_PATH:-}" ]; then
Expand Down

0 comments on commit 96e2ee7

Please sign in to comment.