From 319e59afd5b83804e3c4e707635d2a2d1e48bdd1 Mon Sep 17 00:00:00 2001 From: Lucas B Date: Thu, 8 Feb 2024 14:34:12 -0600 Subject: [PATCH] use 0.29.0 --- .github/workflows/build.yaml | 4 +--- programs/validator-history/idl/validator_history.json | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index b05ee8f1..4dad7ff3 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -74,9 +74,7 @@ jobs: uses: baptiste0928/cargo-install@v3 with: crate: anchor-cli - git: https://github.com/coral-xyz/anchor - commit: e1afcbf71e0f2e10fae14525934a6a68479167b9 # v0.28.0 - args: --keep-going + version: "0.29.0" - name: install solana toolsuite run: sh -c "$(curl -sSfL https://release.solana.com/v1.16.20/install)" - name: add to path diff --git a/programs/validator-history/idl/validator_history.json b/programs/validator-history/idl/validator_history.json index 3e272d7d..99c4f04a 100644 --- a/programs/validator-history/idl/validator_history.json +++ b/programs/validator-history/idl/validator_history.json @@ -797,7 +797,7 @@ "type": "u8" }, { - "name": "num_addrs", + "name": "numAddrs", "type": { "defined": "usize" }