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

A response error occurs when the size of the response exceeds 4MB #1016

Closed
1 of 4 tasks
zemyblue opened this issue May 25, 2023 · 0 comments · Fixed by #1017
Closed
1 of 4 tasks

A response error occurs when the size of the response exceeds 4MB #1016

zemyblue opened this issue May 25, 2023 · 0 comments · Fixed by #1017
Assignees
Labels
A: bug Something isn't working

Comments

@zemyblue
Copy link
Member

zemyblue commented May 25, 2023

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

  1. Create blocks larger then 4 MB
  2. query the block data larger then 4 MB.

For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned
@zemyblue zemyblue self-assigned this May 25, 2023
@zemyblue zemyblue added the A: bug Something isn't working label May 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A: bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant