-
Notifications
You must be signed in to change notification settings - Fork 923
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
blob: Check max blob size and return err if exceeds #2495
Comments
We're considering improving the behavior of |
I think if that's a stateless check, we should add it to our validation path. Specifically in the blob constructor on our side. |
The stateless check depends on a versioned constant ( |
The version, in this case, should be the one binary was built with. |
The versioned constant is dependent on the app version which is currently |
Can we simply use |
I think celestia-node can use |
Closing as won't do. We've improved the behavior of celestia-app's |
Blocked on core/app (cc @rootulp)
The text was updated successfully, but these errors were encountered: