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

Retrieving a full block uses RPC command #10

Open
Danconnolly opened this issue Dec 20, 2024 · 0 comments
Open

Retrieving a full block uses RPC command #10

Danconnolly opened this issue Dec 20, 2024 · 0 comments
Assignees

Comments

@Danconnolly
Copy link
Owner

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.

@Danconnolly Danconnolly self-assigned this Dec 20, 2024
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

No branches or pull requests

1 participant