Skip to content

Commit

Permalink
fix(get_proof): ProofMissing returned in archive mode for empty blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
CHr15F0x committed Dec 5, 2024
1 parent 1b40edd commit 2201b95
Show file tree
Hide file tree
Showing 8 changed files with 700 additions and 206 deletions.
2 changes: 2 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions crates/pathfinder/src/sync.rs
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,7 @@ mod tests {
calculate_receipt_commitment: Box::new(calculate_receipt_commitment),
calculate_event_commitment: Box::new(calculate_event_commitment),
update_tries: Box::new(update_starknet_state),
..Default::default()
},
);
(public_key, blocks)
Expand Down
2 changes: 2 additions & 0 deletions crates/rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,13 @@ zstd = { workspace = true }
assert_matches = { workspace = true }
bitvec = { workspace = true }
bytes = { workspace = true }
fake = { workspace = true }
flate2 = { workspace = true }
gateway-test-utils = { path = "../gateway-test-utils" }
hex = { workspace = true }
pathfinder-crypto = { path = "../crypto" }
pretty_assertions_sorted = { workspace = true }
rayon = { workspace = true }
rstest = { workspace = true }
tempfile = { workspace = true }
test-log = { workspace = true, features = ["trace"] }
Expand Down
Loading

0 comments on commit 2201b95

Please sign in to comment.