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 starknet_getEvents and starknet_getStateUpdate #2563

Merged
merged 2 commits into from
Feb 3, 2025

Conversation

kkovaacs
Copy link
Contributor

Both of these methods are identical across all of our supported JSON-RPC versions, and JSON-RPC 0.6.0 is also the same.

In addition, I found a test case that was inconsistent with the OpenRPC specification for state updates -- that should be also fixed.

@kkovaacs kkovaacs requested a review from a team as a code owner January 31, 2025 15:54
Pending state updates are missing _both_ `block_hash` and `new_root`,
so both the test input and the expected output should reflect that.
Both of these methods are identical across all of our supported
JSON-RPC versions, and JSON-RPC 0.6.0 is also the same.
@kkovaacs kkovaacs force-pushed the krisztian/rpc-0.6-re-add-events-and-state-update branch from aa7f96e to 0fb4c25 Compare February 3, 2025 09:34
@kkovaacs kkovaacs merged commit 79ffb45 into main Feb 3, 2025
8 checks passed
@kkovaacs kkovaacs deleted the krisztian/rpc-0.6-re-add-events-and-state-update branch February 3, 2025 11:53
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