solana-with-rpc-optimizations/validator
Jon Cinque 567f30aa1a
windows: Make solana-test-validator work (#20099)
* windows: Make solana-test-validator work

The important changes to get this going on Windows:

* ledger lock needs to be done on a file instead of the directory
* IPC service needs to use the Windows pipe naming scheme
* always disable the JIT
* file logging not possible yet because we can't redirect stderr,
but this will change once env_logger fixes the pipe output target!

* Integrate review feedback
2021-09-22 23:10:35 +02:00
..
src windows: Make solana-test-validator work (#20099) 2021-09-22 23:10:35 +02:00
.gitignore Ignore test-ledger when running test-validator (#19433) 2021-08-25 15:48:12 -07:00
Cargo.toml chore: bump libc from 0.2.101 to 0.2.102 (#19924) 2021-09-16 09:45:01 -06:00
solana-test-validator