Skip to content

Commit

Permalink
Add jq roundtrip check into seed-devnet
Browse files Browse the repository at this point in the history
  • Loading branch information
noonio committed Oct 4, 2024
1 parent 020e00b commit 7b9ecb2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions demo/seed-devnet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
# Seed a "devnet" by distributing Ada to hydra nodes
set -eo pipefail

# See: https://github.com/cardano-scaling/hydra/pull/1682
[[ $(jq -n '9223372036854775807') == "9223372036854775807" ]] \
|| (echo "bad jq roundtrip: please upgrade your jq to version 1.7+"; exit 1)

SCRIPT_DIR=${SCRIPT_DIR:-$(realpath $(dirname $(realpath $0)))}
NETWORK_ID=42

Expand Down

0 comments on commit 7b9ecb2

Please sign in to comment.