Signed-off-by: microwavedcola1 <microwavedcola@gmail.com>
This commit is contained in:
microwavedcola1 2022-04-09 21:20:00 +02:00
parent 6abad9b37e
commit 4eee341423
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,8 @@ use solana_sdk::{instruction::Instruction, signature::Keypair};
use tokio::time; use tokio::time;
// TODO: // TODO:
// cmd line args // cmd line args with defaults
// make keypair, rpc server, net, etc. configurable
// expand to various tasks e.g. crank event queue, crank banks, run liquidators // expand to various tasks e.g. crank event queue, crank banks, run liquidators
// support multiple workers // support multiple workers
// logging facility // logging facility