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

chore/make: add celestia-node make file for arabica testnet #3992

Merged
merged 3 commits into from
Dec 13, 2024

Conversation

Bidon15
Copy link
Member

@Bidon15 Bidon15 commented Dec 10, 2024

Alternative to #3973
Sharing the command line help:

make node-help
Celestia Light Node Management Commands:

Available targets:
  node-install        - Install celestia node and cel-key binaries
  get-address        - Display the wallet address from cel-key
  check-and-fund     - Check wallet balance and request funds if needed
  reset-node         - Reset node state and update config with latest block height
  light-arabica-up   - Start the Celestia light node

Special usage:
  light-arabica-up options:
    COMMAND=again    - Reset the node before starting
    CORE_IP=<ip>     - Use custom IP instead of default validator

Examples:
  make light-arabica-up
  make light-arabica-up COMMAND=again
  make light-arabica-up CORE_IP=custom.ip.address
  make light-arabica-up COMMAND=again CORE_IP=custom.ip.address

@Bidon15 Bidon15 added the kind:misc Attached to miscellaneous PRs label Dec 10, 2024
@Bidon15 Bidon15 self-assigned this Dec 10, 2024
@github-actions github-actions bot added the external Issues created by non node team members label Dec 10, 2024
@Bidon15 Bidon15 force-pushed the chore/node-makefile branch from f9d1300 to e2924a5 Compare December 10, 2024 17:41
Copy link
Member

@Wondertan Wondertan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for this!

Let's reference this somehow in README to increase visibility.

@codecov-commenter
Copy link

codecov-commenter commented Dec 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 45.54%. Comparing base (2469e7a) to head (0e6afc6).
Report is 408 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3992      +/-   ##
==========================================
+ Coverage   44.83%   45.54%   +0.70%     
==========================================
  Files         265      309      +44     
  Lines       14620    22021    +7401     
==========================================
+ Hits         6555    10029    +3474     
- Misses       7313    10920    +3607     
- Partials      752     1072     +320     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Bidon15
Copy link
Member Author

Bidon15 commented Dec 10, 2024

Thank you for this!

Let's reference this somehow in README to increase visibility.

Done. Generated view of the readme.md

Copy link
Member

@Wondertan Wondertan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:chefs_kiss:

@vgonkivs vgonkivs enabled auto-merge (squash) December 13, 2024 11:26
@vgonkivs vgonkivs merged commit 7c586c7 into celestiaorg:main Dec 13, 2024
21 checks passed
@Bidon15 Bidon15 deleted the chore/node-makefile branch January 14, 2025 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
external Issues created by non node team members kind:misc Attached to miscellaneous PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants