@@ -34,6 +34,9 @@ name = "photon-tree-validator"
34
34
path = " src/tools/tree_validator/main.rs"
35
35
36
36
[dependencies ]
37
+ ark-serialize = " 0.5"
38
+ ark-bn254 = " 0.5"
39
+
37
40
anchor-lang = " 0.29.0"
38
41
anyhow = " 1.0.79"
39
42
async-std = { version = " 1" , features = [" attributes" , " tokio1" ] }
@@ -52,7 +55,6 @@ itertools = "0.12.1"
52
55
jsonrpsee = { version = " 0.16.2" , features = [" server" , " macros" ] }
53
56
jsonrpsee-core = { version = " 0.16.2" , features = [" server" ] }
54
57
lazy_static = " 1.4.0"
55
- light-poseidon = " 0.2.0"
56
58
log = " 0.4.17"
57
59
once_cell = " 1.19.0"
58
60
rstest = " 0.18.2"
@@ -78,12 +80,13 @@ solana-sdk = "1.18.0"
78
80
solana-pubkey = " 2.3.0"
79
81
80
82
solana-transaction-status = " 1.18.0"
83
+
84
+ light-poseidon = " 0.3.0"
81
85
light-batched-merkle-tree = { git = " https://github.com/Lightprotocol/light-protocol" , rev = " 368f9f08272db78c74b2ade1a1c2fead27dd0a96" }
82
86
light-compressed-account = { git = " https://github.com/Lightprotocol/light-protocol" , rev = " 368f9f08272db78c74b2ade1a1c2fead27dd0a96" }
83
87
light-concurrent-merkle-tree = { git = " https://github.com/Lightprotocol/light-protocol" , rev = " 368f9f08272db78c74b2ade1a1c2fead27dd0a96" }
84
88
light-hasher = { git = " https://github.com/Lightprotocol/light-protocol" , rev = " 368f9f08272db78c74b2ade1a1c2fead27dd0a96" }
85
89
light-merkle-tree-metadata = { git = " https://github.com/Lightprotocol/light-protocol" , rev = " 368f9f08272db78c74b2ade1a1c2fead27dd0a96" }
86
- light-prover-client = { git = " https://github.com/Lightprotocol/light-protocol" , rev = " 368f9f08272db78c74b2ade1a1c2fead27dd0a96" }
87
90
light-sdk = { git = " https://github.com/Lightprotocol/light-protocol" , rev = " 368f9f08272db78c74b2ade1a1c2fead27dd0a96" }
88
91
89
92
sqlx = { version = " 0.6.2" , features = [
@@ -97,7 +100,6 @@ sqlx = { version = "0.6.2", features = [
97
100
] }
98
101
thiserror = " 1.0.31"
99
102
# time pinned because of https://github.com/launchbadge/sqlx/issues/3189
100
- ark-bn254 = " 0.4.0"
101
103
hex = " 0.4.3"
102
104
num-bigint = " 0.4.4"
103
105
num-traits = " 0.2.18"
@@ -125,6 +127,7 @@ rand = "0.8.5"
125
127
bincode = " 1.3.3"
126
128
rust-s3 = " 0.34.0"
127
129
130
+
128
131
[dev-dependencies ]
129
132
function_name = " 0.3.0"
130
133
serial_test = " 2.0.0"
0 commit comments