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

Maximum wallet size needs increasing #744

Open
jim618 opened this issue Dec 26, 2015 · 2 comments
Open

Maximum wallet size needs increasing #744

jim618 opened this issue Dec 26, 2015 · 2 comments

Comments

@jim618
Copy link
Contributor

jim618 commented Dec 26, 2015

At least one user seems to be hitting a protobuf size limit:
https://bitcointalk.org/index.php?topic=1303208.new#new

Caused by: com.google.protobuf.InvalidProtocolBufferException: Protocol message was too large.  May be malicious.  Use CodedInputStream.setSizeLimit() to increase the size limit.
    at com.google.protobuf.InvalidProtocolBufferException.sizeLimitExceeded(InvalidProtocolBufferException.java:110)
@jim618
Copy link
Contributor Author

jim618 commented Jan 12, 2016

This is already set to 512 MB in bitcoinj-alice (WalletProtobufSerializer, line 550) so nothing to do.

Closing

Documentation of the method used:

https://developers.google.com/protocol-buffers/docs/reference/java/com/google/protobuf/CodedInputStream#setSizeLimit(int)

@jim618 jim618 closed this as completed Jan 12, 2016
@jim618
Copy link
Contributor Author

jim618 commented Jan 12, 2016

oops - closed the MultiBit Classic issue instead of the HD one.

Reopening.

@jim618 jim618 reopened this Jan 12, 2016
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