solana-with-rpc-optimizations/validator
Michael fc5dd7f3bc
Ignore delinquent stake on exit (#20367)
* add --ignore-delinquency flag to validator exit and wait-for-restart-window sub commands

* Fix a merge issue

* Add missing variable declaration

* Remove empty line to help CI checks pass

* run rustfmt

* Change argument wording for clarity and verbosity

* Change --ignore-delinquent-stake to --max-delinquent-stake

* cargo fmtgit add validator/src/main.rsgit add validator/src/main.rs

* Adjust per mvines

* Formatting

* Improve input validation

* Please automate cargo fmt somehow
2021-10-01 19:52:28 +00:00
..
src Ignore delinquent stake on exit (#20367) 2021-10-01 19:52:28 +00:00
.gitignore Ignore test-ledger when running test-validator (#19433) 2021-08-25 15:48:12 -07:00
Cargo.toml Properly enable unprefixed_malloc_on_supported_platforms in tikv-jemallocator (#20351) 2021-09-30 12:42:15 -06:00
solana-test-validator Initial solana-test-validator command-line program 2020-12-11 04:17:38 +00:00