Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

Support for "chunking" requests with size limit #138

Open
todofixthis opened this issue Jan 13, 2018 · 1 comment
Open

Support for "chunking" requests with size limit #138

todofixthis opened this issue Jan 13, 2018 · 1 comment

Comments

@todofixthis
Copy link
Contributor

todofixthis commented Jan 13, 2018

On the IRI, there is a (configurable) size limit for certain requests (https://github.com/iotaledger/iri/blob/v1.4.1.6/src/main/java/com/iota/iri/service/API.java#L111).

This can cause certain requests to fail if the application tries to call e.g., get_balances with too many addresses.

For safety, the wrapper should have a [mutable] whitelist of commands that it will operate on.

Bonus points: add support for the other limits as well (maxFindTx, maxGetTrytes, etc.).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant