Skip to content

Commit

Permalink
fixing warnings and adding missing cargo file
Browse files Browse the repository at this point in the history
  • Loading branch information
godmodegalactus committed Oct 21, 2024
1 parent 51ba6cf commit 6097367
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/router-lib/src/test_tools/generate_dex_rpc_dump.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,14 @@ use itertools::Itertools;
use mango_feeds_connector::chain_data::AccountData;
use router_feed_lib::router_rpc_client::{RouterRpcClient, RouterRpcClientTrait};
use router_test_lib::{execution_dump, serialize};
use serde::Deserialize;
use sha2::{Digest, Sha256};
use solana_sdk::account::ReadableAccount;
use solana_sdk::bpf_loader_upgradeable::UpgradeableLoaderState;
use solana_sdk::clock::Clock;
use solana_sdk::config::program;
use solana_sdk::pubkey::Pubkey;
use solana_sdk::signature::Keypair;
use solana_sdk::signer::Signer;
use solana_sdk::sysvar::SysvarId;
use std::str::FromStr;
use std::sync::Arc;
use tracing::{debug, error};

Expand Down
5 changes: 5 additions & 0 deletions programs/simulator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,8 @@ bonfida-test-utils = "0.4.4"
log = "0.4.14"
env_logger = "0.9.0"
bincode = "1.3.3"
sha2 = "0.10.8"
base64 = "0.12.3"

[profile.test]
inherits = "release"

0 comments on commit 6097367

Please sign in to comment.