We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using the RPC command fails with large blocks. The hex encoded block appears to be limited to about 2GB (hex encoded = 4GB).
Retrieving from the rest interface using binary is much more efficient.
The first time the call is made to retrieve the block the code should check if the REST interface is enabled. If not then a warning should be emitted.
When a block is retrieved, it should prefer the REST interface if it is available.
The text was updated successfully, but these errors were encountered:
Danconnolly
No branches or pull requests
Using the RPC command fails with large blocks. The hex encoded block appears to be limited to about 2GB (hex encoded = 4GB).
Retrieving from the rest interface using binary is much more efficient.
The first time the call is made to retrieve the block the code should check if the REST interface is enabled. If not then a warning should be emitted.
When a block is retrieved, it should prefer the REST interface if it is available.
The text was updated successfully, but these errors were encountered: