echonet: add class fetcher resolving classes for OS runs from the feeder gateway#14715
Draft
ron-starkware wants to merge 1 commit into
Draft
echonet: add class fetcher resolving classes for OS runs from the feeder gateway#14715ron-starkware wants to merge 1 commit into
ron-starkware wants to merge 1 commit into
Conversation
Contributor
Author
This was referenced Jul 7, 2026
9798e0a to
e83103c
Compare
a3b3550 to
03efa57
Compare
e83103c to
cbf8228
Compare
03efa57 to
8288965
Compare
cbf8228 to
ecb5e8b
Compare
8288965 to
61d8a67
Compare
…der gateway The cende blob only carries the classes newly declared in its block, but the OS executes against every class the block touches. Resolve the rest from the mainnet feeder gateway with an on-PVC cache: Cairo 1 CASM by compiled_class_hash (zero-valued sentinel entries in initial_reads.compiled_class_hashes mark Cairo 0 classes), deprecated v0 classes by class_hash, and Sierra-shaped v0 responses skipped since the FGW's cairo-lang CASM serialization does not match the Rust schema. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
ecb5e8b to
d91df3f
Compare
61d8a67 to
0ab8534
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.

The cende blob only carries the classes newly declared in its block,
but the OS executes against every class the block touches. Resolve the
rest from the mainnet feeder gateway with an on-PVC cache: Cairo 1 CASM
by compiled_class_hash (zero-valued sentinel entries in
initial_reads.compiled_class_hashes mark Cairo 0 classes), deprecated
v0 classes by class_hash, and Sierra-shaped v0 responses skipped since
the FGW's cairo-lang CASM serialization does not match the Rust schema.
Co-Authored-By: Claude Fable 5 noreply@anthropic.com