apollo_http_server,apollo_gateway_types: accept DeployAccount v4 at the gateway - #14816
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/gateway-v4-ingestion
branch
from
July 15, 2026 10:00
243c58d to
a0112b1
Compare
ron-starkware
force-pushed
the
ron/contract-address/blockifier-v4-execution
branch
from
July 15, 2026 10:17
bc5f296 to
f1ba2ae
Compare
ron-starkware
force-pushed
the
ron/contract-address/gateway-v4-ingestion
branch
2 times, most recently
from
July 15, 2026 11:38
c95927b to
dd012a7
Compare
ron-starkware
force-pushed
the
ron/contract-address/blockifier-v4-execution
branch
2 times, most recently
from
July 15, 2026 12:09
d724310 to
696766a
Compare
ron-starkware
force-pushed
the
ron/contract-address/gateway-v4-ingestion
branch
from
July 15, 2026 12:09
dd012a7 to
b72fa2d
Compare
ron-starkware
force-pushed
the
ron/contract-address/blockifier-v4-execution
branch
from
July 15, 2026 12:42
696766a to
eda3df4
Compare
ron-starkware
force-pushed
the
ron/contract-address/gateway-v4-ingestion
branch
2 times, most recently
from
July 19, 2026 09:19
de92f37 to
3a54396
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/blockifier-v4-execution
branch
from
August 31, 2026 12:56
039b879 to
6f9c9dc
Compare
ron-starkware
force-pushed
the
ron/contract-address/gateway-v4-ingestion
branch
from
August 31, 2026 13:09
3a54396 to
8c8fbe7
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 6 of 9 (base: #14815). Targets 0.14.5.
Accepts
DeployAccountv4 at the gateway: the legacy (deprecated-gateway) dialect gains a"0x4"deploy-account variant with a fixture, andSUPPORTED_TRANSACTION_VERSIONSbecomes[3, 4].The per-type gate stays serde: an invoke or declare with
"version": "0x4"still fails to parse, because only the deploy-account enum has a v4 variant.SUPPORTED_TRANSACTION_VERSIONSonly shapes the deprecated endpoint's fallback version error.Test: converting a v4 RPC deploy-account to its internal form reproduces the frozen salt-771 vector and asserts the address is outside the Pedersen image.
🤖 Generated with Claude Code