Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
326ffd0
migrate stake_instruction Initialize tests too
rustopian Nov 3, 2025
96b80fe
migrate Deactivate tests to mollusk, including StakeTracker
rustopian Oct 31, 2025
b3e964b
use test_missing_signers(bool)
rustopian Nov 1, 2025
d439946
allow needless lifetime
rustopian Nov 1, 2025
7df0f00
use named StakeTestContext constructors
rustopian Nov 1, 2025
15b0123
use named StakeTestContext constructors
rustopian Nov 1, 2025
c86a994
clippy
rustopian Nov 1, 2025
2860778
allow dead for helpers
rustopian Nov 1, 2025
9e30884
rm unneeded StakeTracker from this PR
rustopian Nov 1, 2025
eb6ac00
CI for this PR
rustopian Nov 3, 2025
bcf21bd
add test_missing_signers opt-out
rustopian Nov 3, 2025
fc21f75
migrate DeactivateDelinquent tests from stake_instruction.rs
rustopian Nov 3, 2025
dc4b8f6
use Checks
rustopian Nov 3, 2025
12077a3
migrate Deactivate tests to mollusk, including StakeTracker
rustopian Oct 31, 2025
cd37ebc
use test_missing_signers(bool)
rustopian Nov 1, 2025
6c1e128
use named StakeTestContext constructors
rustopian Nov 1, 2025
6a96b5b
allow dead for helpers
rustopian Nov 1, 2025
7abdebd
rm unneeded allows
rustopian Nov 1, 2025
6e34c63
test_missing_signers(false) on error tests
rustopian Nov 1, 2025
7a77937
rm replaced delegate tests from program_test.rs
rustopian Nov 1, 2025
2816ce1
rm now unused
rustopian Nov 1, 2025
bb87f28
stake_tracker_equivalence tests
rustopian Nov 2, 2025
e7af5d6
CI for this PR
rustopian Nov 3, 2025
67cc8b9
move Delegate tests from stake_instruction.rs, use Checks
rustopian Nov 3, 2025
f3edfa0
add needed track_deactivation
rustopian Nov 3, 2025
4d8daa8
migrate Deactivate tests to mollusk, including StakeTracker
rustopian Oct 31, 2025
5ddfda8
use test_missing_signers(bool)
rustopian Nov 1, 2025
95441b7
use named StakeTestContext constructors
rustopian Nov 1, 2025
a499ca0
allow dead for helpers
rustopian Nov 1, 2025
9d65380
rm unneeded allows
rustopian Nov 1, 2025
7747290
split test
rustopian Nov 3, 2025
9d21f87
rm old split test
rustopian Nov 3, 2025
ce74b28
add back SplitConfig
rustopian Nov 4, 2025
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/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Main

on:
push:
branches: [main]
branches: [main,mollusk-tests-4-split]
pull_request:

env:
Expand Down
Loading