Create genesis.tar.bz2 in solana-genesis (#7039)
* Use clap_utils * Create genesis.tar.bz2 in solana-genesis * Remove shell-based genesis.tar.bz2 generation * Make Option=>Result conv more rusty * stop using solana_logger * Simplify by just using vec! * clean up abit
This commit is contained in:
committed by
Michael Vines
parent
79199711b8
commit
8cbc450192
@ -37,9 +37,3 @@ default_arg --faucet-lamports 500000000000000000
|
||||
default_arg --hashes-per-tick auto
|
||||
default_arg --operating-mode development
|
||||
$solana_genesis "${args[@]}"
|
||||
|
||||
(
|
||||
cd "$SOLANA_CONFIG_DIR"/bootstrap-leader
|
||||
set -x
|
||||
tar jcvfS genesis.tar.bz2 genesis.bin rocksdb
|
||||
)
|
||||
|
Reference in New Issue
Block a user