Thank you for your interest in contributing to Validator Auto-Updater!
- Get the source code:
cd validator-auto-updater- Install Rust (if not already installed):
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh- Build the project:
cargo build --release- Follow Rust standard formatting:
cargo fmt - Run clippy before submitting:
cargo clippy -- -D warnings - Ensure all tests pass:
cargo test
- Use clear, descriptive commit messages if using version control
- Reference issue numbers when applicable
- Ensure all tests pass before submitting
- Update documentation if needed
Run tests with:
cargo testRun with verbose output:
cargo test -- --nocaptureFeel free to open an issue for questions or discussions.