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/v06): re-add class getter methods #2562

Merged
merged 1 commit into from
Jan 31, 2025

Conversation

kkovaacs
Copy link
Contributor

The serialization format of classes has not changed between JSON-RPC versions. Since the input is the same in all versions, we can safely re-add JSON-RPC 0.6 starknet_getClass and starknet_getClassAt methods.

Closes #2556

The serialization format of classes has not changed between JSON-RPC
versions. Since the input is the same in all versions, we can safely
re-add JSON-RPC 0.6 `starknet_getClass` and `starknet_getClassAt`
methods.

Closes #2556
@kkovaacs kkovaacs requested a review from a team as a code owner January 31, 2025 15:33
@kkovaacs kkovaacs merged commit d57b553 into main Jan 31, 2025
8 checks passed
@kkovaacs kkovaacs deleted the krisztian/rpc-0.6-re-add-class-getters branch January 31, 2025 15:48
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.6: Class methods
2 participants