You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
For Admin Use
The text was updated successfully, but these errors were encountered: