state tests written

This commit is contained in:
jonesmarvin8 2025-11-25 23:06:47 -05:00
parent 0a645281c6
commit 352b97910a
3 changed files with 1699 additions and 489 deletions

View File

@ -12,7 +12,7 @@ pub struct ProgramInput<T> {
pub instruction: T,
}
#[derive(Serialize, Deserialize, Clone)]
#[derive(Serialize, Deserialize, Clone, Default)]
#[cfg_attr(any(feature = "host", test), derive(Debug, PartialEq, Eq))]
pub struct ChainedCall {
pub program_id: ProgramId,

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff