Skip to content

Commit 832020d

Browse files
DaughterOfMarsclaudethibault-martinez
authored
chore: bump the localnet binary used in CI to v1.31.1-rc (#1453)
The committed GraphQL schema is generated from the 1.31.1 line, so the pinned v1.29.0 node cannot serve 16 of the fields the client is compiled against, and any test touching one fails against it. Co-authored-by: Claude Fable 5.1 <noreply@anthropic.com> Co-authored-by: Thibault Martinez <thibault@iota.org>
1 parent 664dee9 commit 832020d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/start-local-network/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ runs:
3232
# tar -zxvf "$artifact_name.tgz" ./iota ./iota-localnet
3333
3434
# Uncomment when using a released build
35-
IOTA_BINARY_VERSION="v1.29.0"
35+
IOTA_BINARY_VERSION="v1.31.1-rc"
3636
ASSET_NAME="iota-$IOTA_BINARY_VERSION-linux-x86_64.tgz"
3737
download_url="https://github.com/iotaledger/iota/releases/download/$IOTA_BINARY_VERSION/$ASSET_NAME"
3838
echo "Downloading binary from $download_url"

0 commit comments

Comments
 (0)