solana/program-test/tests
Joe C 02f2861f7f
Program Test: Add BPF program account helpers (#1614)
* program-test: add program account helpers

* program-test: add test for Core BPF programs

* program-test: add BPF program fixture

* wrap into `add_upgradeable_program_to_genesis`

* wrap ELF loading into `add_upgradeable_program_to_genesis`

* cleanup
2024-06-06 10:59:22 -05:00
..
fixtures Program Test: Add BPF program account helpers (#1614) 2024-06-06 10:59:22 -05:00
bpf.rs Program Test: Add BPF program account helpers (#1614) 2024-06-06 10:59:22 -05:00
builtins.rs banks-server: Support versioned transactions (#33005) 2023-08-28 23:08:41 +02:00
compute_units.rs Remove duplicated token ids and use a shared inline-spl crate (#456) 2024-04-01 14:31:04 +02:00
core_bpf.rs Program Test: Add BPF program account helpers (#1614) 2024-06-06 10:59:22 -05:00
cpi.rs chore: remove unused clippy attributes, unnecessary_wraps (#1514) 2024-05-29 11:09:29 +00:00
fuzz.rs chore: remove unused clippy attributes, unnecessary_wraps (#1514) 2024-05-29 11:09:29 +00:00
genesis_accounts.rs Program-Test: Spport adding genesis accounts (#1418) 2024-05-18 05:46:45 -05:00
lamports.rs
realloc.rs Remove duplicated token ids and use a shared inline-spl crate (#456) 2024-04-01 14:31:04 +02:00
return_data.rs chore: remove unused clippy attributes, unnecessary_wraps (#1514) 2024-05-29 11:09:29 +00:00
setup.rs Fix bug of same-epoch stake deactivation after stake redelegation (#32606) 2023-09-25 16:35:40 -05:00
spl.rs Remove duplicated token ids and use a shared inline-spl crate (#456) 2024-04-01 14:31:04 +02:00
stake.rs Fix bug of same-epoch stake deactivation after stake redelegation (#32606) 2023-09-25 16:35:40 -05:00
sysvar.rs Persist EpochRewards sysvar (#572) 2024-04-05 10:13:50 -06:00
sysvar_last_restart_slot.rs Restrict access to Bank's HardForks (#32180) 2023-06-20 23:44:43 -05:00
warp.rs [program-test] adding method warp_to_epoch (#34620) 2024-01-03 10:58:22 -07:00