solana-with-rpc-optimizations/keygen
samkim-crypto 025ed451c5
[keygen] Remove deprecated functions from the `grind` command (#490)
* disable deprecated functions

* replace `is_present` with `try_contains_id`

* use `try_get_word_count` and `try_get_language`

* replace `multiple_occurrences` with arg actions

* add `grind_parser`

* remove `values_of_t_or_exit`

* remove `deprecated` feature

* Update keygen/src/keygen.rs

Co-authored-by: Tyera <teulberg@gmail.com>

* change `GrindType::StartsEnds` to `GrindType::StartsAndEnds`

* comment on why `args.pop()` is safe

---------

Co-authored-by: Tyera <teulberg@gmail.com>
2024-04-02 11:11:05 +09:00
..
src [keygen] Remove deprecated functions from the `grind` command (#490) 2024-04-02 11:11:05 +09:00
.gitignore
Cargo.toml [keygen] Use workspace version for `tempfile` (#31722) 2023-05-19 10:50:00 +09:00