-
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
Add support for arabica-11 in download-genesis command #2976
Labels
good first issue
Good for newcomers
warn:blocked
item is not currently being worked on but is still blocked
Comments
rootulp
added
good first issue
Good for newcomers
warn:blocked
item is not currently being worked on but is still blocked
labels
Jan 2, 2024
Hey I want to work on this. |
hey @rootulp , made a pr as of now and after adding the arabic-11 I will add the hash right there. |
rootulp
added a commit
that referenced
this issue
Jan 3, 2024
Closes #2976 ## Testing Updated the help and error messages to include arabica-11 ``` $ ./build/celestia-appd download-genesis --help Download genesis file from https://github.com/celestiaorg/networks. The first argument should be a known chain-id. Ex. celestia, mocha-4, arabica-10, arabica-11 $ ./build/celestia-appd download-genesis arabaica-12 Error: unknown chain-id: arabaica-12. Must be: celestia, mocha-4, arabica-10, arabica-11 ``` Downloading arabica-11 genesis works ``` $ ./build/celestia-appd download-genesis arabica-11 Downloading genesis file for arabica-11 to /Users/rootulp/.celestia-app/config/genesis.json Downloaded genesis file for arabica-11 to /Users/rootulp/.celestia-app/config/genesis.json SHA-256 hash verified for arabica-11 ``` --------- Co-authored-by: Rootul P <rootulp@gmail.com>
0xchainlover
pushed a commit
to celestia-org/celestia-app
that referenced
this issue
Aug 1, 2024
Closes celestiaorg/celestia-app#2976 ## Testing Updated the help and error messages to include arabica-11 ``` $ ./build/celestia-appd download-genesis --help Download genesis file from https://github.com/celestiaorg/networks. The first argument should be a known chain-id. Ex. celestia, mocha-4, arabica-10, arabica-11 $ ./build/celestia-appd download-genesis arabaica-12 Error: unknown chain-id: arabaica-12. Must be: celestia, mocha-4, arabica-10, arabica-11 ``` Downloading arabica-11 genesis works ``` $ ./build/celestia-appd download-genesis arabica-11 Downloading genesis file for arabica-11 to /Users/rootulp/.celestia-app/config/genesis.json Downloaded genesis file for arabica-11 to /Users/rootulp/.celestia-app/config/genesis.json SHA-256 hash verified for arabica-11 ``` --------- Co-authored-by: Rootul P <rootulp@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
good first issue
Good for newcomers
warn:blocked
item is not currently being worked on but is still blocked
Context
A new testnet is being deployed: https://github.com/celestiaorg/devops/issues/692
Problem
The
download-genesis
command only supports hard-coded chain-ids. Seecelestia-app/cmd/celestia-appd/cmd/download_genesis.go
Lines 15 to 22 in 95496d9
Proposal
After
arabica-11
is deployed, add it to the list of supported chain-ids.The text was updated successfully, but these errors were encountered: