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

View File

@ -3,6 +3,12 @@ use std::{rc::Rc, str::FromStr, time::Duration};
use solana_sdk::{instruction::Instruction, signature::Keypair};
use tokio::time;
// TODO:
// cmd line args
// expand to various tasks e.g. crank event queue, crank banks, run liquidators
// support multiple workers
// logging facility
// robust error handling
fn main() {
let rt = tokio::runtime::Builder::new_multi_thread()
.enable_all()