starknet_os_flow_tests: prove a block with a DeployAccount v4 end-to-end - #14819
Draft
ron-starkware wants to merge 1 commit into
Draft
starknet_os_flow_tests: prove a block with a DeployAccount v4 end-to-end#14819ron-starkware wants to merge 1 commit into
ron-starkware wants to merge 1 commit into
Conversation
This was referenced Jul 15, 2026
Contributor
Author
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
ron-starkware
force-pushed
the
ron/contract-address/v4-os-flow-e2e
branch
from
July 15, 2026 10:00
4bb2e92 to
bfc334b
Compare
ron-starkware
force-pushed
the
ron/contract-address/deploy-v2-os
branch
2 times, most recently
from
July 15, 2026 10:17
0877f17 to
b6d936b
Compare
ron-starkware
force-pushed
the
ron/contract-address/v4-os-flow-e2e
branch
2 times, most recently
from
July 15, 2026 11:38
18dc62f to
2872d32
Compare
ron-starkware
force-pushed
the
ron/contract-address/deploy-v2-os
branch
from
July 15, 2026 11:38
b6d936b to
294505a
Compare
ron-starkware
force-pushed
the
ron/contract-address/v4-os-flow-e2e
branch
2 times, most recently
from
July 15, 2026 12:09
9a55712 to
753e8ee
Compare
ron-starkware
force-pushed
the
ron/contract-address/deploy-v2-os
branch
from
July 15, 2026 12:09
294505a to
0c7ce42
Compare
ron-starkware
force-pushed
the
ron/contract-address/v4-os-flow-e2e
branch
from
July 15, 2026 12:42
753e8ee to
f4e57da
Compare
ron-starkware
force-pushed
the
ron/contract-address/deploy-v2-os
branch
2 times, most recently
from
July 19, 2026 09:19
138d0f2 to
da54bae
Compare
ron-starkware
force-pushed
the
ron/contract-address/v4-os-flow-e2e
branch
from
July 19, 2026 09:19
f4e57da to
37bf628
Compare
|
There hasn't been any activity on this pull request recently, and in order to prioritize active work, it has been marked as stale. |
ron-starkware
force-pushed
the
ron/contract-address/v4-os-flow-e2e
branch
from
August 31, 2026 13:09
37bf628 to
a31bd93
Compare
ron-starkware
force-pushed
the
ron/contract-address/deploy-v2-os
branch
from
August 31, 2026 13:09
da54bae to
bce63c3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Stack — part 9 of 9 (base: #14818). Targets 0.14.5.
End-to-end acceptance for the feature: a block containing a
DeployAccountv4 (funded at its Blake2-escaped counterfactual address) followed by an invoke sent from the deployed account, proved through the real OS.This is what closes the loop between the Rust derivation (#14812), the transaction type (#14813), the OS (#14814) and blockifier execution (#14815) — an address mismatch anywhere in that chain fails the proof rather than a unit test.
🤖 Generated with Claude Code