Skip to content

Commit f67f79f

Browse files
refactor: update dependencies and improve proof handling
1 parent d40751f commit f67f79f

File tree

5 files changed

+121
-195
lines changed

5 files changed

+121
-195
lines changed

Cargo.lock

Lines changed: 5 additions & 134 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ name = "photon-tree-validator"
3434
path = "src/tools/tree_validator/main.rs"
3535

3636
[dependencies]
37+
ark-serialize = "0.4"
38+
ark-bn254 = "0.4"
39+
3740
anchor-lang = "0.29.0"
3841
anyhow = "1.0.79"
3942
async-std = { version = "1", features = ["attributes", "tokio1"] }
@@ -83,7 +86,6 @@ light-compressed-account = { git = "https://github.com/Lightprotocol/light-proto
8386
light-concurrent-merkle-tree = { git = "https://github.com/Lightprotocol/light-protocol", rev = "368f9f08272db78c74b2ade1a1c2fead27dd0a96" }
8487
light-hasher = { git = "https://github.com/Lightprotocol/light-protocol", rev = "368f9f08272db78c74b2ade1a1c2fead27dd0a96" }
8588
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" }
8789
light-sdk = { git = "https://github.com/Lightprotocol/light-protocol", rev = "368f9f08272db78c74b2ade1a1c2fead27dd0a96" }
8890

8991
sqlx = { version = "0.6.2", features = [
@@ -97,7 +99,6 @@ sqlx = { version = "0.6.2", features = [
9799
] }
98100
thiserror = "1.0.31"
99101
# time pinned because of https://github.com/launchbadge/sqlx/issues/3189
100-
ark-bn254 = "0.4.0"
101102
hex = "0.4.3"
102103
num-bigint = "0.4.4"
103104
num-traits = "0.2.18"
@@ -125,6 +126,7 @@ rand = "0.8.5"
125126
bincode = "1.3.3"
126127
rust-s3 = "0.34.0"
127128

129+
128130
[dev-dependencies]
129131
function_name = "0.3.0"
130132
serial_test = "2.0.0"

0 commit comments

Comments
 (0)