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(backup): add a batch feature to the RPC client #45

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

aeddi
Copy link

@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
Copy link
Member

@aeddi
Can you resolve the conflicts?

A recent @ajnavarro PR changed some stuff up 🙏

@aeddi
Copy link
Author

aeddi commented Oct 1, 2024

@zivkovicmilos
Done ! 😉

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