Skip to content

feat(backup): add a batch feature to the RPC client #45

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

Merged
merged 7 commits into from
Feb 3, 2025

Conversation

aeddi
Copy link
Contributor

@aeddi aeddi commented Sep 9, 2024

This PR :

  • adds the WebSocket protocol to the RPC client
  • adds the ability to batch RPC requests
  • adds more verbose logging (debug level)
  • adjusts the tests accordingly

Closes #40

@aeddi aeddi marked this pull request as draft September 9, 2024 13:36
@aeddi aeddi force-pushed the dev/aeddi/rpc-batch branch 4 times, most recently from c84196e to 9869f0d Compare September 10, 2024 23:00
@aeddi aeddi marked this pull request as ready for review September 10, 2024 23:02
@zivkovicmilos zivkovicmilos self-requested a review September 30, 2024 11:14
@zivkovicmilos
Copy link
Member

@aeddi
Can you resolve the conflicts?

A recent @ajnavarro PR changed some stuff up 🙏

@aeddi aeddi force-pushed the dev/aeddi/rpc-batch branch from 9869f0d to 01485a3 Compare October 1, 2024 14:57
@aeddi
Copy link
Contributor Author

aeddi commented Oct 1, 2024

@zivkovicmilos
Done ! 😉

@zivkovicmilos
Copy link
Member

@aeddi
I resolved conflicts and updated the branch

@zivkovicmilos zivkovicmilos merged commit 584041c into gnolang:main Feb 3, 2025
3 checks passed
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.

batch rpc requests together
2 participants