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(core): add support for HttpBatchClient #96

Merged
merged 2 commits into from
Jun 27, 2023

Conversation

aelesbao
Copy link
Member

@aelesbao aelesbao commented Jun 27, 2023

This change introduces a new factory method on the ArchwayClient that uses an HttpBatchClient for batching multiple requests, reducing round-trips to the RPC endpoint.

More details on how the batch client works can be found in the original issue or in this usage tutorial.

@aelesbao aelesbao merged commit bccb658 into main Jun 27, 2023
9 checks passed
@aelesbao aelesbao deleted the feat/connect-batch-client branch June 27, 2023 11:15
aelesbao added a commit that referenced this pull request Jun 27, 2023
Follow up to #96, adding the same factory method to the
`SigningArchwayClient`.
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.

None yet

1 participant