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

Added support for json rpc over websocket #69

Merged
merged 5 commits into from
Jun 25, 2024

Conversation

sarvalabs-gokul
Copy link
Member

@sarvalabs-gokul sarvalabs-gokul commented May 30, 2024

Description

This pull request updates the json rpc response data structure to comply with the latest protocol changes and introduces support for json rpc over websocket. These enhancements aim to improve the robustness and flexibility of our json rpc implementation, enabling efficient and reliable data exchange over WebSocket connections.

- modified the json rpc  response data structure
@sarvalabs-gokul sarvalabs-gokul added enhancement New feature or request providers Issues related to providers labels May 30, 2024
@sarvalabs-gokul sarvalabs-gokul self-assigned this May 30, 2024
@sarvalabs-gokul sarvalabs-gokul marked this pull request as draft May 30, 2024 06:09
@sarvalabs-gokul sarvalabs-gokul marked this pull request as ready for review June 4, 2024 06:07
Copy link

cloudflare-workers-and-pages bot commented Jun 5, 2024

Deploying js-moi-sdk with  Cloudflare Pages  Cloudflare Pages

Latest commit: e7cf9db
Status: ✅  Deploy successful!
Preview URL: https://5d7d99dd.js-moi-sdk.pages.dev
Branch Preview URL: https://refactor-websocket-provider.js-moi-sdk.pages.dev

View logs

Copy link
Member

@sarvalabs-harshrastogi sarvalabs-harshrastogi left a comment

Choose a reason for hiding this comment

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

can be merged 🚀

@sarvalabs-harshrastogi sarvalabs-harshrastogi linked an issue Jun 5, 2024 that may be closed by this pull request
@sarvalabs-gokul sarvalabs-gokul merged commit ba8a176 into develop Jun 25, 2024
2 checks passed
@sarvalabs-harshrastogi sarvalabs-harshrastogi deleted the refactor/websocket-provider branch October 24, 2024 09:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request providers Issues related to providers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add support for jsonrpc over websocket
2 participants