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

question about gasPrice #373

Closed
iavl opened this issue Feb 28, 2024 · 1 comment
Closed

question about gasPrice #373

iavl opened this issue Feb 28, 2024 · 1 comment

Comments

@iavl
Copy link

iavl commented Feb 28, 2024

Hi,

I found that in the code repository, op-batcher submits blob transactions to Celestia with a fixed gasPrice -1.
Would dynamically fetching the network's gasPrice be a better solution?
Additionally, should there be a retry mechanism for submitting blob transactions to prevent a situation where transactions remain pending due to network congestion, consequently preventing subsequent blob transactions from being confirmed?

@tuxcanfly
Copy link
Collaborator

Gas estimation will be supported in app celestiaorg/celestia-app#3114

Until then yes we can implemnent a retry mechanism. Other clients such as rollkit have implemented this.

@iavl iavl closed this as completed Apr 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants