From e1167893f52cdea534ff00269c414f6a224ab532 Mon Sep 17 00:00:00 2001 From: Swen Date: Sat, 29 Jun 2024 22:54:13 +0100 Subject: [PATCH] bump photon to 0.30.0 --- cli/src/utils/constants.ts | 2 +- pnpm-lock.yaml | 4 ++++ scripts/install.sh | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/cli/src/utils/constants.ts b/cli/src/utils/constants.ts index 5e0ba0bcfb..fc72dfb6bc 100644 --- a/cli/src/utils/constants.ts +++ b/cli/src/utils/constants.ts @@ -21,7 +21,7 @@ export const LIGHT_PROVER_PROCESS_NAME = "light-prover"; export const INDEXER_PROCESS_NAME = "photon"; export const FORESTER_PROCESS_NAME = "forester"; -export const PHOTON_VERSION = "0.28.0"; +export const PHOTON_VERSION = "0.30.0"; export const LIGHT_PROTOCOL_PROGRAMS_DIR_ENV = "LIGHT_PROTOCOL_PROGRAMS_DIR"; export const BASE_PATH = "../../bin/"; diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e951e37555..d1c86bacca 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -376,6 +376,10 @@ importers: specifier: ^1.6.0 version: 1.6.0(@types/node@20.12.11)(@vitest/browser@1.6.0)(terser@5.31.0) + hasher.rs/src/main/wasm: {} + + hasher.rs/src/main/wasm-simd: {} + js/compressed-token: dependencies: '@coral-xyz/anchor': diff --git a/scripts/install.sh b/scripts/install.sh index 48fcc8d40c..a51e54f16d 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -114,7 +114,7 @@ PNPM_VERSION="9.2.0" SOLANA_VERSION="1.18.11" ANCHOR_VERSION="anchor-v0.29.0" JQ_VERSION="jq-1.7.1" -PHOTON_VERSION="0.28.0" +PHOTON_VERSION="0.30.0" PHOTON_BRANCH="" case "${OS}" in