Skip to content

Commit 3af39ab

Browse files
authored
fix: update Apollo proof facts checks (#509)
* feat(generate-pie): migrate SNOS to Starknet 0.14.2 * chore(deps): document upstream 0.14.2 tracking provenance * feat: complete SNOS 0.14.2 replay alignment * fix: skip missing accessed contracts in state update * chore: pin sequencer to APOLLO 0.14.2 rc.4 * fix: restore 0.14.2 CI on KSS * chore: narrow replay cli and 0.14.2 e2e coverage * refactor: document and parallelize initial read backfill * fix: align custom version constants with rc.4 * fix: preserve invoke v3 proof facts * fix: satisfy clippy test module ordering * fix: preprocess block hash boundary reads * fix: normalize constructor revert reasons for block hash * fix: normalize nested revert summaries for block hash * test(block-hash): reduce fixture duplication * fix(generate-pie): simplify initial reads and special contracts * Fix replay regressions for Sierra 1.8 and receipt hashing * fix(generate-pie): isolate initial reads and trim e2e * fix(deps): use apollo rc4 sequencer tag * fix(rpc-client): wire cairo-native hashing * fix(ci): install llvm for cairo-native * fix(generate-pie): batch access lookups and harden rpc retries * fix(generate-pie): remove unused block info fields * fix(rpc-client): avoid pathfinder idle connection stalls * fix(generate-pie): update apollo proof facts checks
1 parent 14b463c commit 3af39ab

2 files changed

Lines changed: 50 additions & 50 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,20 @@ license-file = "LICENSE"
1818

1919
[workspace.dependencies]
2020
# 0.14.2 baseline: use the published Apollo release tag for the 0.14.2 line.
21-
starknet_api = { git = "https://github.com/starkware-libs/sequencer", tag = "APOLLO-0.14.2-RC.4", features = [
21+
starknet_api = { git = "https://github.com/starkware-libs/sequencer", tag = "APOLLO-0.14.2-RC.7-fix", features = [
2222
"testing",
2323
] }
24-
starknet_os = { git = "https://github.com/starkware-libs/sequencer", tag = "APOLLO-0.14.2-RC.4", features = [
24+
starknet_os = { git = "https://github.com/starkware-libs/sequencer", tag = "APOLLO-0.14.2-RC.7-fix", features = [
2525
"testing",
2626
] }
27-
blockifier = { git = "https://github.com/starkware-libs/sequencer", tag = "APOLLO-0.14.2-RC.4", features = [
27+
blockifier = { git = "https://github.com/starkware-libs/sequencer", tag = "APOLLO-0.14.2-RC.7-fix", features = [
2828
"testing",
2929
"reexecution",
3030
] }
31-
starknet_patricia = { git = "https://github.com/starkware-libs/sequencer", tag = "APOLLO-0.14.2-RC.4", features = [
31+
starknet_patricia = { git = "https://github.com/starkware-libs/sequencer", tag = "APOLLO-0.14.2-RC.7-fix", features = [
3232
"testing",
3333
] }
34-
shared_execution_objects = { git = "https://github.com/starkware-libs/sequencer", tag = "APOLLO-0.14.2-RC.4" }
34+
shared_execution_objects = { git = "https://github.com/starkware-libs/sequencer", tag = "APOLLO-0.14.2-RC.7-fix" }
3535

3636
cairo-lang-starknet = "=2.17.0"
3737
cairo-lang-starknet-classes = "=2.17.0"

0 commit comments

Comments
 (0)