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

Improve CLI documentation for blob submit #2707

Closed
adlerjohn opened this issue Sep 15, 2023 · 1 comment
Closed

Improve CLI documentation for blob submit #2707

adlerjohn opened this issue Sep 15, 2023 · 1 comment
Assignees
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers

Comments

@adlerjohn
Copy link
Member

The celestia rpc blob submit method has the following docs:

Flags:
      --fee int          specifies fee for blob submission (default -1)
      --gas.limit uint   specifies max gas for the blob submission
  1. The denomination of the fee isn't documented.
  2. The -1 magic number isn't documented. If it's -1 does it do something automatically? If yes, why not just do that when --fee isn't specified?
  3. The documentation for gas limit says "max gas" but really it's just "gas" since all gas is consumed.
@adlerjohn adlerjohn added the documentation Improvements or additions to documentation label Sep 15, 2023
@distractedm1nd distractedm1nd added the good first issue Good for newcomers label Sep 25, 2023
@vgonkivs
Copy link
Member

vgonkivs commented Oct 5, 2023

Fixed in scope of the global rpc rework. #2812

@vgonkivs vgonkivs closed this as completed Oct 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants