Skip to content

Commit

Permalink
remove solana-sdk from solana-zk-elgamal-proof-program (#4054)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey authored Dec 11, 2024
1 parent 8c3a6bb commit b9c3b6c
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 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-elgamal-proof/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ edition = { workspace = true }
bytemuck = { workspace = true }
num-derive = { workspace = true }
num-traits = { workspace = true }
solana-instruction = { workspace = true, features = ["std"] }
solana-log-collector = { workspace = true }
solana-program-runtime = { workspace = true }
solana-sdk = { workspace = true }
solana-sdk-ids = { workspace = true }
solana-zk-sdk = { workspace = true }
3 changes: 2 additions & 1 deletion programs/zk-elgamal-proof/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@

use {
bytemuck::Pod,
solana_instruction::error::InstructionError,
solana_log_collector::ic_msg,
solana_program_runtime::{declare_process_instruction, invoke_context::InvokeContext},
solana_sdk::{instruction::InstructionError, system_program},
solana_sdk_ids::system_program,
solana_zk_sdk::zk_elgamal_proof_program::{
id,
instruction::ProofInstruction,
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 b9c3b6c

Please sign in to comment.