This introduces the `--clone-from-file` option for solana-test-validator. It allows specifying any number of files (without extension) containing account info and data, which will be loaded at genesis. This is similar to `--bpf-program` for programs loading. The files will be searched for in the CWD or in `tests/fixtures`. Example: `solana-test-validator --clone-from-file SRM_token USD_token`
33 lines
390 B
Plaintext
33 lines
390 B
Plaintext
/farf/
|
|
/solana-release/
|
|
/solana-release.tar.bz2
|
|
/solana-metrics/
|
|
/solana-metrics.tar.bz2
|
|
/target/
|
|
/test-ledger/
|
|
|
|
**/*.rs.bk
|
|
.cargo
|
|
|
|
/config/
|
|
|
|
.cache
|
|
|
|
# log files
|
|
*.log
|
|
log-*.txt
|
|
log-*/
|
|
|
|
# intellij files
|
|
/.idea/
|
|
/solana.iml
|
|
/.vscode/
|
|
|
|
# fetch-spl.sh artifacts
|
|
/spl-genesis-args.sh
|
|
/spl_*.so
|
|
|
|
.DS_Store
|
|
# scripts that may be generated by cargo *-bpf commands
|
|
**/cargo-*-bpf-child-script-*.sh
|