Skip to content

Commit cdd2f67

Browse files
test: add new instruction integration test (#1703)
* test: add rnd test for zero copy ix data & traits, restore cpi tests, add account checks unit tests add tests for invoke_cpi_with_account_info bump anchor to 0.31.0, and solana versions to 2.2.1 chore: added tests, refactored cpi context validation * update ci setup and build * fix setup and build * chore: bump RPC methods to solana v2 (#1704) --------- Co-authored-by: Swen Schäferjohann <42959314+SwenSchaeferjohann@users.noreply.github.com>
1 parent a67834c commit cdd2f67

File tree

144 files changed

+10703
-3050
lines changed

Some content is hidden

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

144 files changed

+10703
-3050
lines changed

.github/actions/setup-and-build/action.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ runs:
2424
prover/server/proving-keys
2525
key: ${{ runner.os }}-local-${{ hashFiles('scripts/install.sh', 'prover/server/scripts/download_keys.sh') }}
2626

27+
- name: Install dependencies
28+
shell: bash
29+
run: |
30+
sudo apt-get update
31+
sudo apt-get install -y libudev-dev pkg-config
32+
2733
- name: Install dependencies
2834
if: steps.restore-local-cache.outputs.cache-hit != 'true'
2935
shell: bash

0 commit comments

Comments
 (0)