File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ export const SOLANA_VALIDATOR_PROCESS_NAME = "solana-test-validator";
19
19
export const LIGHT_PROVER_PROCESS_NAME = "light-prover" ;
20
20
export const INDEXER_PROCESS_NAME = "photon" ;
21
21
22
- export const PHOTON_VERSION = "0.50.1 " ;
22
+ export const PHOTON_VERSION = "0.51.0 " ;
23
23
24
24
// Set these to override Photon requirements with a specific git commit:
25
25
export const USE_PHOTON_FROM_GIT = true ; // If true, will show git install command instead of crates.io.
26
26
export const PHOTON_GIT_REPO = "https://github.com/lightprotocol/photon.git" ;
27
- export const PHOTON_GIT_COMMIT = "49b7e7f0d668babbc4d65fe8a0a7236df76f75a8 " ; // If empty, will use main branch.
27
+ export const PHOTON_GIT_COMMIT = "6ee3c027226ab9c90dc9d16691cdf76dd2f29dbf " ; // If empty, will use main branch.
28
28
29
29
export const LIGHT_PROTOCOL_PROGRAMS_DIR_ENV = "LIGHT_PROTOCOL_PROGRAMS_DIR" ;
30
30
export const BASE_PATH = "../../bin/" ;
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ VERSIONS=(
13
13
" solana:2.2.15"
14
14
" anchor:anchor-v0.29.0"
15
15
" jq:jq-1.8.0"
16
- " photon:0.50.1 "
16
+ " photon:0.51.0 "
17
17
" redis:8.0.1"
18
18
)
19
19
@@ -210,7 +210,7 @@ install_photon() {
210
210
if [ " $photon_installed " = false ] || [ " $photon_correct_version " = false ]; then
211
211
echo " Installing Photon indexer (version $expected_version )..."
212
212
# Use git commit for now as specified in constants.ts
213
- cargo install --git https://github.com/lightprotocol/photon.git --rev 49b7e7f0d668babbc4d65fe8a0a7236df76f75a8 --locked --force
213
+ cargo install --git https://github.com/lightprotocol/photon.git --rev 6ee3c027226ab9c90dc9d16691cdf76dd2f29dbf --locked --force
214
214
log " photon"
215
215
else
216
216
echo " Photon already installed with correct version, skipping..."
You can’t perform that action at this time.
0 commit comments