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 trivial and unchanged methods #2559

Merged
merged 2 commits into from
Jan 31, 2025

Conversation

kkovaacs
Copy link
Contributor

These methods are trivial and the specs are the same in all JSON-RPC versions, so we can just re-add these to v06.

While adding pathfinder_getProof I also figured out that we were missing the registration for the v06-specific Websocket route, so I've re-added that.

These methods are trivial and the specs are the same in all JSON-RPC
versions, so we can just re-add these to v06.
We used to have a Websocket path for the JSON-RPC 0.6.0 API that allowed
access to the same methods via Websockets (no subscriptions).
@kkovaacs kkovaacs requested a review from a team as a code owner January 31, 2025 12:58
Copy link
Contributor

@vbar vbar left a comment

Choose a reason for hiding this comment

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

LGTM, except do you actually want to merge into krisztian/rpc-0.6-re-add-tx-queries? I would have thought that doesn't require a review... :-)

@kkovaacs
Copy link
Contributor Author

LGTM, except do you actually want to merge into krisztian/rpc-0.6-re-add-tx-queries? I would have thought that doesn't require a review... :-)

I just use that target because this change would otherwise conflict with that change. Once that PR is merged this will get "re-targeted" to main and merge it then.

Base automatically changed from krisztian/rpc-0.6-re-add-tx-queries to main January 31, 2025 13:05
@kkovaacs kkovaacs merged commit 2b6f3a9 into main Jan 31, 2025
7 of 8 checks passed
@kkovaacs kkovaacs deleted the krisztian/rpc-0.6-re-add-unchanged-methods branch January 31, 2025 14:01
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