Skip to content

Commit 19842c7

Browse files
authored
feat: ctoken pinocchio manual rebase (#1983)
1 parent 7aafcb5 commit 19842c7

389 files changed

Lines changed: 56942 additions & 1150 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/light-system-programs-tests.yml

Lines changed: 0 additions & 121 deletions
This file was deleted.

.github/workflows/rust.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ jobs:
6262
cargo test -p light-hash-set --all-features
6363
cargo test -p batched-merkle-tree-test -- --skip test_simulate_transactions --skip test_e2e
6464
cargo test -p light-concurrent-merkle-tree
65+
cargo test -p light-ctoken-types --features poseidon
66+
cargo test -p light-compressible --all-features
6567
- name: program-libs-slow
6668
packages: light-bloom-filter light-indexed-merkle-tree batched-merkle-tree-test
6769
test_cmd: |

.github/workflows/sdk-tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,10 @@ jobs:
5151
sub-tests: '["cargo-test-sbf -p sdk-native-test", "cargo-test-sbf -p sdk-v1-native-test", "cargo test-sbf -p client-test"]'
5252
- program: sdk-anchor-test-program
5353
sub-tests: '["cargo-test-sbf -p sdk-anchor-test", "cargo-test-sbf -p sdk-pinocchio-v1-test", "cargo-test-sbf -p sdk-pinocchio-v2-test"]'
54+
- program: sdk-token-test-program
55+
sub-tests: '["cargo-test-sbf -p sdk-token-test"]'
5456
- program: sdk-libs
55-
packages: light-sdk-macros light-sdk light-program-test light-client
57+
packages: light-sdk-macros light-sdk light-program-test light-client light-compressed-token-types light-compressed-token-sdk
5658
test_cmd: |
5759
cargo test -p light-sdk-macros
5860
cargo test -p light-sdk-macros --all-features
@@ -61,6 +63,8 @@ jobs:
6163
cargo test -p light-program-test
6264
cargo test -p light-client
6365
cargo test -p light-sparse-merkle-tree
66+
cargo test -p light-compressed-token-types
67+
cargo test -p light-compressed-token-sdk
6468
steps:
6569
- name: Checkout sources
6670
uses: actions/checkout@v4

0 commit comments

Comments
 (0)