Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(rpc): add starknet_getCompiledCasm #2350

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

t00ts
Copy link
Contributor

@t00ts t00ts commented Nov 5, 2024

Adds support for the starknet_getCompiledCasm RPC v08 method.

Closes #2329

@t00ts t00ts requested a review from a team as a code owner November 5, 2024 12:02
crates/common/src/casm_class.rs Outdated Show resolved Hide resolved
crates/common/src/casm_class.rs Outdated Show resolved Hide resolved
crates/rpc/src/method/get_compiled_casm.rs Show resolved Hide resolved
@t00ts t00ts force-pushed the t00ts/starknet_getCompiledCasm branch from 18f644a to c55cdba Compare November 6, 2024 13:47
@t00ts t00ts requested a review from kkovaacs November 6, 2024 13:58
Copy link
Contributor

@kkovaacs kkovaacs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM % some potential improvements.

crates/rpc/src/method/get_compiled_casm.rs Outdated Show resolved Hide resolved
crates/rpc/src/method/get_compiled_casm.rs Show resolved Hide resolved
@t00ts t00ts force-pushed the t00ts/starknet_getCompiledCasm branch from c55cdba to 051657a Compare November 6, 2024 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

JSON-RPC 0.8.0: add starknet_getCompiledCasm
2 participants