Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 082e33b

Browse files
committed
upgrade to zk-sdk in the client
1 parent 0f42964 commit 082e33b

File tree

4 files changed

+83
-525
lines changed

4 files changed

+83
-525
lines changed

token/client/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ spl-record = { version = "0.2.0", path = "../../record/program", features = ["no
3232
spl-token = { version = "6.0", path = "../program", features = [
3333
"no-entrypoint",
3434
] }
35+
spl-token-confidential-transfer-proof-generation = { version = "0.1.0", path = "../confidential-transfer/proof-generation" }
3536
spl-token-2022 = { version = "4.0.0", path = "../program-2022" }
3637
spl-token-group-interface = { version = "0.3.0", path = "../../token-group/interface" }
3738
spl-token-metadata-interface = { version = "0.4.0", path = "../../token-metadata/interface" }

token/client/src/lib.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,4 @@ pub mod client;
33
pub mod output;
44
pub mod token;
55

6-
/// Helper functions to generate split zero-knowledge proofs for confidential
7-
/// transfers.
8-
///
9-
/// The logic in this submodule should belong to the `solana-zk-token-sdk` and
10-
/// will be removed with an upgrade to the Solana program in the future.
11-
pub mod proof_generation;
12-
136
pub use spl_token_2022;

0 commit comments

Comments
 (0)