solana-with-rpc-optimizations/core
Ryo Onodera 6c444df9e0
Add --block-{verification,production}-method flags (noop atm) (#30746)
* Add --{replaying,banking}-backend flags (noop atm)

* Greatly simplify enums with strum

* Update programs/sbf/Cargo.lock...

* Rely on Display, removing Debug

* constify cli_names()

* Don't allow omitting bankend value

* Rename to --block-{verification,production}-method

* Use more specific name

* Actually support missing value....

* Remove strictly-unnecessary flags

* Use lazy_static! instead of abusing DefaultArgs...
2023-03-23 12:57:28 +09:00
..
benches PohRecorder::recorder -> new_recorder (#30838) 2023-03-22 13:19:20 +09:00
src Add --block-{verification,production}-method flags (noop atm) (#30746) 2023-03-23 12:57:28 +09:00
tests Makes AccountsHashVerifier aware of Incremental Accounts Hash (#30820) 2023-03-22 10:20:16 -04:00
.gitignore
Cargo.toml Add --block-{verification,production}-method flags (noop atm) (#30746) 2023-03-23 12:57:28 +09:00
build.rs Remove frozen ABI modules from solana-sdk 2020-10-20 16:11:30 -07:00