HomePhabricator

Remove size limit in RPC client, keep it in server
733177ebd3ecUnpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Remove size limit in RPC client, keep it in server

The size limit makes a lot of sense for the server, as it never has to
accept very large data.

The client, however, can request arbitrary amounts of data with
listtransactions on a large wallet.

Fixes #4604.

Details

Provenance
Wladimir J. van der Laan <laanwj@gmail.com>Authored on Aug 6 2014, 11:03
deadalnixPushed on May 14 2017, 22:04
Parents
rABCe17151ad2a45: Avoid a copy in RPC output
Branches
Unknown
Tags
Unknown

Event Timeline

Wladimir J. van der Laan <laanwj@gmail.com> committed rABC733177ebd3ec: Remove size limit in RPC client, keep it in server (authored by Wladimir J. van der Laan <laanwj@gmail.com>).Aug 6 2014, 11:03