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

Add Batch::raw and improve docs #94

Merged
merged 1 commit into from
Dec 7, 2023

Conversation

evanlinjin
Copy link
Member

Being able to add raw requests to Batch makes sense from an API standpoint because we already allow raw non-batched requests. This is also useful when the electrum server API gets an updated version and our client is unable to keep up.

Additional to this, I have improved the documentation and made Call private (since Call is never used externally).

Being able to add raw requests to `Batch` makes sense from an API
standpoint because we already allow raw non-batched requests. This is
also useful when the electrum server API gets an updated version and our
client is unable to keep up.

Additional to this, I have improved the documentation and made `Call`
private (since `Call` is never used externally).
@evanlinjin
Copy link
Member Author

Maybe it would be better to make Batch::calls public. This will allow us to collect into it, which would be more useful?

@notmandatory notmandatory added this to the Release 0.19.0 milestone Nov 8, 2023
Copy link
Member

@notmandatory notmandatory left a comment

Choose a reason for hiding this comment

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

ACK adb0c74

@notmandatory notmandatory merged commit 8b31e5f into bitcoindevkit:master Dec 7, 2023
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