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

Commit a0d12ea

Browse files
committed
update program-2022 tests
1 parent aad9f2e commit a0d12ea

File tree

6 files changed

+694
-525
lines changed

6 files changed

+694
-525
lines changed

Cargo.lock

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

token/program-2022-test/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ walkdir = "2"
1818
[dev-dependencies]
1919
async-trait = "0.1"
2020
borsh = "1.5.1"
21+
bytemuck = "1.16.3"
2122
futures-util = "0.3"
2223
solana-program = "2.0.3"
2324
solana-program-test = "2.0.3"
@@ -33,6 +34,7 @@ spl-record = { version = "0.2.0", path = "../../record/program", features = [
3334
spl-token-2022 = { version = "4.0.0", path = "../program-2022", features = [
3435
"no-entrypoint",
3536
] }
37+
spl-token-confidential-transfer-proof-generation = { version = "0.1.0", path = "../confidential-transfer/proof-generation" }
3638
spl-instruction-padding = { version = "0.2.0", path = "../../instruction-padding/program", features = [
3739
"no-entrypoint",
3840
] }

0 commit comments

Comments
 (0)