A response error occurs when the size of the response exceeds 4MB #1016
Closed
Description
Summary of Bug
If the response data size exceeds 4MB, the response error occurs.
I think this is occurred because the gRPC MAXSendSize is default 4 MB.
This bug is fixed in cosmos/cosmos-sdk#11889 of cosmos-sdk v0.46.0. We need to patch it.
Version
finschia-sdk v0.47.0
Steps to Reproduce
- Create blocks larger then 4 MB
- query the block data larger then 4 MB.
For Admin Use
- Not duplicate issue
- Appropriate labels applied
- Appropriate contributors tagged
- Contributor assigned/self-assigned