solana/src/bin
Greg Fitzgerald ed10841e3d No longer spin up accounts for client-demo
Now that the Bank is single-threaded again, we can spin up new
accounts on the fly without concern of thread contention. Likewise,
we can send all transactions from a single account, which was also
problematic in the multi-threaded bank. Sending from one account will
also make client-demo straightforward to port to solana-drone.
2018-06-27 13:50:27 -07:00
..
client-demo.rs No longer spin up accounts for client-demo 2018-06-27 13:50:27 -07:00
drone.rs No longer spin up accounts for client-demo 2018-06-27 13:50:27 -07:00
fullnode-config.rs Add solana-fullnode-config 2018-05-31 16:15:02 -06:00
fullnode.rs add a clock to validator windows (part 3 of #309) (#448) 2018-06-25 15:07:48 -07:00
genesis.rs changed atty library 2018-06-13 19:17:21 -07:00
mint.rs changed atty library 2018-06-13 19:17:21 -07:00
simple-client-demo.rs CI cleanup 2018-06-27 13:01:29 -06:00