-
Notifications
You must be signed in to change notification settings - Fork 351
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
feat: reject tx if total blob size too large (backport #2202) #2268
Conversation
This reverts commit dbdcedd.
…er (#2168) This takes the PR https://github.com/celestiaorg/cosmos-sdk/pull/315/files which targeted the SDK and migrates it across to `celestia-app`. This brings us one step closer to unforking us from the SDK The only foreseeable change from this migration is that if a user is to locally run `ValidateBasic` it might show as being valid even although it gets rejected in `CheckTx` or `DeliverTx`.
Closes #2156 by implementing **Option C**
not blocking as I don't care that much, but is there a way to not merge the first two commits? |
I can prob force-push to this branch and drop those two commits but that feels more prone to error than including them. Alternatively, I can open 3 separate backport PRs with each commit. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's probably only two commits here of substantive difference:
But I'm easy about commit history so yolo
This PR backports the following commits from main to v1.x:
To bring v1.x closer to main.