blockifier: enable DeployAccount v4 execution - #14815
Draft
ron-starkware wants to merge 1 commit into
Draft
Conversation
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. |
This was referenced Jul 15, 2026
ron-starkware
force-pushed
the
ron/contract-address/blockifier-v4-execution
branch
from
July 15, 2026 10:00
e015343 to
bc5f296
Compare
ron-starkware
force-pushed
the
ron/contract-address/os-v4
branch
2 times, most recently
from
July 15, 2026 10:17
4291fb8 to
d839a44
Compare
ron-starkware
force-pushed
the
ron/contract-address/blockifier-v4-execution
branch
2 times, most recently
from
July 15, 2026 11:38
f1ba2ae to
d724310
Compare
ron-starkware
force-pushed
the
ron/contract-address/os-v4
branch
2 times, most recently
from
July 15, 2026 12:09
b93cdf4 to
f9d2193
Compare
ron-starkware
force-pushed
the
ron/contract-address/blockifier-v4-execution
branch
2 times, most recently
from
July 15, 2026 12:42
696766a to
eda3df4
Compare
ron-starkware
force-pushed
the
ron/contract-address/os-v4
branch
from
July 19, 2026 09:19
a6fbfeb to
b18e4e1
Compare
ron-starkware
force-pushed
the
ron/contract-address/blockifier-v4-execution
branch
from
July 19, 2026 09:19
eda3df4 to
039b879
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/os-v4
branch
from
August 31, 2026 12:56
b18e4e1 to
43dbd2f
Compare
ron-starkware
force-pushed
the
ron/contract-address/blockifier-v4-execution
branch
from
August 31, 2026 12:56
039b879 to
6f9c9dc
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 5 of 9 (base: #14814). Targets 0.14.5.
Enables execution of
DeployAccountv4 now that the OS can prove it:TransactionVersion::FOURjoins the blockifier's deploy-account version allowlist.Also fixes a latent bug in
Transaction::from_api: when no address is supplied it hard-coded Pedersen for any deploy-account version. It now usesdeploy_account.address_derivation_hash(). That path is reachable withNonefromblockifier_reexecutionandapollo_rpc_execution, and is only latent today because those readers cannot parse v4 yet (#15079 fixes the reader, which makes this load-bearing).Tests: an e2e that deploys a v4 account at the escaped address and invokes from it, plus a
from_apiunit test pinning the frozen salt-771 vector.🤖 Generated with Claude Code