-
Notifications
You must be signed in to change notification settings - Fork 340
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: SubmitPayForBlob should allow configurable broadcast mode #1885
Comments
Making it sync may also resolve issue Astria is facing: astriaorg/astria#122 |
5 tasks
5 tasks
evan-forbes
added a commit
that referenced
this issue
Aug 17, 2023
## Overview closes #1885 ## Checklist - [x] New and updated code has appropriate documentation - [x] New and updated code has new and/or updated testing - [x] Required CI checks are passing - [x] Visual proof for any user facing features like CLI or documentation updates - [x] Linked issues closed with keywords
mergify bot
pushed a commit
that referenced
this issue
Aug 17, 2023
## Overview closes #1885 ## Checklist - [x] New and updated code has appropriate documentation - [x] New and updated code has new and/or updated testing - [x] Required CI checks are passing - [x] Visual proof for any user facing features like CLI or documentation updates - [x] Linked issues closed with keywords (cherry picked from commit 376132a)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Or use the
sync
instead ofblock
.As per @evan-forbes,
block
is going to be deprecated soonish, so we should stop using it. Additionally, it causes problems for the Dymension teamThe text was updated successfully, but these errors were encountered: