Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ jobs:
- uses: ./.github/actions/install-risc0

- name: Install just
run: cargo install just
run: cargo install --locked just

- name: Build artifacts
run: just build-artifacts
Expand Down
38 changes: 29 additions & 9 deletions Cargo.lock

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

Binary file modified artifacts/program_methods/amm.bin
Binary file not shown.
Binary file modified artifacts/program_methods/associated_token_account.bin
Binary file not shown.
Binary file modified artifacts/program_methods/authenticated_transfer.bin
Binary file not shown.
Binary file modified artifacts/program_methods/clock.bin
Binary file not shown.
Binary file modified artifacts/program_methods/pinata.bin
Binary file not shown.
Binary file modified artifacts/program_methods/pinata_token.bin
Binary file not shown.
Binary file modified artifacts/program_methods/privacy_preserving_circuit.bin
Binary file not shown.
Binary file modified artifacts/program_methods/token.bin
Binary file not shown.
Binary file modified artifacts/test_program_methods/auth_asserting_noop.bin
Binary file not shown.
Binary file modified artifacts/test_program_methods/burner.bin
Binary file not shown.
Binary file modified artifacts/test_program_methods/chain_caller.bin
Binary file not shown.
Binary file modified artifacts/test_program_methods/changer_claimer.bin
Binary file not shown.
Binary file modified artifacts/test_program_methods/claimer.bin
Binary file not shown.
Binary file modified artifacts/test_program_methods/clock_chain_caller.bin
Binary file not shown.
Binary file modified artifacts/test_program_methods/data_changer.bin
Binary file not shown.
Binary file modified artifacts/test_program_methods/extra_output.bin
Binary file not shown.
Binary file modified artifacts/test_program_methods/flash_swap_callback.bin
Binary file not shown.
Binary file modified artifacts/test_program_methods/flash_swap_initiator.bin
Binary file not shown.
Binary file modified artifacts/test_program_methods/malicious_authorization_changer.bin
Binary file not shown.
Binary file modified artifacts/test_program_methods/malicious_caller_program_id.bin
Binary file not shown.
Binary file modified artifacts/test_program_methods/malicious_self_program_id.bin
Binary file not shown.
Binary file modified artifacts/test_program_methods/minter.bin
Binary file not shown.
Binary file modified artifacts/test_program_methods/missing_output.bin
Binary file not shown.
Binary file modified artifacts/test_program_methods/modified_transfer.bin
Binary file not shown.
Binary file modified artifacts/test_program_methods/nonce_changer.bin
Binary file not shown.
Binary file modified artifacts/test_program_methods/noop.bin
Binary file not shown.
Binary file modified artifacts/test_program_methods/pda_claimer.bin
Binary file not shown.
Binary file modified artifacts/test_program_methods/pinata_cooldown.bin
Binary file not shown.
Binary file not shown.
Binary file modified artifacts/test_program_methods/private_pda_delegator.bin
Binary file not shown.
Binary file not shown.
Binary file modified artifacts/test_program_methods/program_owner_changer.bin
Binary file not shown.
Binary file modified artifacts/test_program_methods/simple_balance_transfer.bin
Binary file not shown.
Binary file modified artifacts/test_program_methods/time_locked_transfer.bin
Binary file not shown.
Binary file modified artifacts/test_program_methods/two_pda_claimer.bin
Binary file not shown.
Binary file modified artifacts/test_program_methods/validity_window.bin
Binary file not shown.
Binary file modified artifacts/test_program_methods/validity_window_chain_caller.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion integration_tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ hex.workspace = true
tempfile.workspace = true
bytesize.workspace = true
futures.workspace = true
testcontainers = { version = "0.27.0", features = ["docker-compose"] }
testcontainers = { version = "0.27.3", features = ["docker-compose"] }
1 change: 1 addition & 0 deletions key_protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ itertools.workspace = true

[dev-dependencies]
base58.workspace = true
bincode.workspace = true
Loading