Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2,058 changes: 1,930 additions & 128 deletions Cargo.lock

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ anyhow = "1"
arrayref = "0.3"
bincode = "1"
clap = { version = "4", features = ["derive", "env"] }
solana-client = "3"
solana-commitment-config = "3"
solana-program-pack = "3"
solana-rpc-client = "4"
Expand All @@ -30,6 +31,7 @@ hex-literal = "1"
litesvm = "0.15"
litesvm-token = "0.15"
num_enum = "0.7"
orca_whirlpools = "8"
pinocchio = "0.11"
pinocchio-system = "0.6"
pinocchio-token = "0.6"
Expand Down Expand Up @@ -57,6 +59,7 @@ solana-system-interface = "3"
spl-associated-token-account-interface = "2"
spl-token = "9"
spl-token-interface = "3"
tokio = { version = "1", features = ["rt-multi-thread"] }

[workspace.metadata.cli]
# Used to help solana-verify identify the correct build image.
Expand Down
3 changes: 3 additions & 0 deletions test-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ path = "src/main.rs"
[dependencies]
anyhow.workspace = true
clap.workspace = true
orca_whirlpools.workspace = true
cow-settlement-client.workspace = true
solana-client.workspace = true
solana-commitment-config.workspace = true
solana-hash.workspace = true
solana-instruction.workspace = true
Expand All @@ -36,6 +38,7 @@ solana-system-interface = { workspace = true, features = ["bincode"] }
spl-associated-token-account-interface.workspace = true
spl-token.workspace = true
spl-token-interface.workspace = true
tokio.workspace = true

[lints]
workspace = true
Loading