Skip to content

Commit ac8b9e3

Browse files
authored
Add leader schedule effects to solfuzz-agave block harness (#371)
* Update block to use leader effects ignroe env matching agave harness logic for leader schedule effects leader schedule fun clean up remove experimental build build.rs clean up whitespace Beef up comments Move out fd_hash to utils CLippy add more color to the readme use analogous single-pass approach clippy Proto bump Improve CI friendliness Add fd_hash GitHub code pointer link Script updates file printf fix up quoting Remove all format strings print exact commit hash print tags Commits * Log Cargo info * Cargo lock update
1 parent 1bfb375 commit ac8b9e3

File tree

15 files changed

+1127
-652
lines changed

15 files changed

+1127
-652
lines changed

.github/workflows/build-common.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,18 @@ jobs:
4141
- name: Make binaries
4242
run: make binaries
4343

44+
- name: Log Cargo.toml
45+
run: |
46+
echo "=== Cargo.toml ==="
47+
cat Cargo.toml
48+
echo "=================="
49+
50+
- name: Log Cargo.lock
51+
run: |
52+
echo "=== Cargo.lock ==="
53+
cat Cargo.lock
54+
echo "=================="
55+
4456
- name: Run test-vectors
4557
run: |
4658
./scripts/run_test_vectors.sh

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ test/self_test
66
*.so
77
dump
88
protosol
9+
env/

0 commit comments

Comments
 (0)