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

starknet_getCompiledCasm #642

Merged
merged 6 commits into from
Nov 6, 2024
Merged

Conversation

thiagodeev
Copy link
Collaborator

@thiagodeev thiagodeev commented Oct 29, 2024

#623

This PR aims to implement some RPC v0.8.0 updates to starknet.go. The ones addressed by this PR are:

Methods
starknet_getCompiledCasm

Components
CASM_COMPILED_CONTRACT_CLASS
CASM_ENTRY_POINT
CellRef
Deref
DoubleDeref
Immediate
BinOp
ResOperand
HINT
DEPRECATED_HINT
CORE_HINT
STARKNET_HINT

Errors
COMPILATION_ERROR

Note: As the RPC v0.8.0 has not yet been released, we can't fully test these changes as the nodes haven't implemented them yet. They will be updated before merging into main

@thiagodeev thiagodeev marked this pull request as ready for review October 30, 2024 20:09
utils/data.go Outdated Show resolved Hide resolved
@rianhughes rianhughes merged commit 0672059 into v0.8.0 Nov 6, 2024
5 checks passed
@rianhughes rianhughes deleted the thiagodeev/rpcv08-getCompiledCasm branch November 6, 2024 14:26
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.

2 participants