strangelove-ventures / horcrux

A threshold Tendermint signer
Apache License 2.0
272 stars 93 forks source link

Make max read size configurable #273

Closed agouin closed 4 months ago

agouin commented 5 months ago

Typically, proposals and votes are far beneath the prior 10240 byte threshold since none of the tx data is sent to horcrux, but we are seeing chains utilize vote extensions now and include large enough vote extension sign payloads that can push the message data beyond that threshold.

New default is 1MB.

Configurable via config.yaml parameter maxReadSize