Skip to content

Commit

Permalink
remove solana-sdk from zk-token-proof (#4055)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey authored Dec 11, 2024
1 parent b9c3b6c commit 7e9c495
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 deletions.
3 changes: 2 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion programs/sbf/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion programs/zk-token-proof/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ bytemuck = { workspace = true }
num-derive = { workspace = true }
num-traits = { workspace = true }
solana-feature-set = { workspace = true }
solana-instruction = { workspace = true }
solana-log-collector = { workspace = true }
solana-program-runtime = { workspace = true }
solana-sdk = { workspace = true }
solana-sdk-ids = { workspace = true }
solana-zk-token-sdk = { workspace = true }

[dev-dependencies]
Expand Down
6 changes: 2 additions & 4 deletions programs/zk-token-proof/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@
use {
bytemuck::Pod,
solana_feature_set as feature_set,
solana_instruction::{error::InstructionError, TRANSACTION_LEVEL_STACK_HEIGHT},
solana_log_collector::ic_msg,
solana_program_runtime::{declare_process_instruction, invoke_context::InvokeContext},
solana_sdk::{
instruction::{InstructionError, TRANSACTION_LEVEL_STACK_HEIGHT},
system_program,
},
solana_sdk_ids::system_program,
solana_zk_token_sdk::{
zk_token_proof_instruction::*,
zk_token_proof_program::id,
Expand Down
3 changes: 2 additions & 1 deletion svm/examples/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7e9c495

Please sign in to comment.