add tests

This commit is contained in:
Sergio Chouhy
2026-05-05 21:17:15 -03:00
parent 11949e9fa1
commit 1599fc655c
43 changed files with 564 additions and 6 deletions
@@ -356,12 +356,7 @@ impl ExecutionState {
},
3 => {
match claim {
Claim::Authorized => {
assert!(
pre_is_authorized,
"Cannot claim unauthorized private PDA {pre_account_id}"
);
}
Claim::Authorized => {}
Claim::Pda(seed) => {
let (npk, identifier) = self
.private_pda_npk_by_position