solana/programs/bpf_loader
Alexander Meißner 7eae98c6d9
Introduces `Result` return types to mutable accessors of `BorrowedAccount` (#25380)
* Introduces result return types to get_data_mut(), set_data() and set_data_length() of BorrowedAccount.

* Introduces result return types to set_owner(), set_lamports() and set_executable() of BorrowedAccount.
2022-05-21 17:47:09 +02:00
..
benches Refactor: Use instruction_trace instead of instruction_context_stack (#22988) 2022-02-09 20:04:49 +01:00
gen-syscall-list Bump version to v1.11 (#23807) 2022-03-21 17:40:50 -05:00
src Introduces `Result` return types to mutable accessors of `BorrowedAccount` (#25380) 2022-05-21 17:47:09 +02:00
test_elfs reproduceable loader test artifacts (#24950) 2022-05-03 17:10:28 -07:00
Cargo.toml Bumps solana_rbpf to v0.2.29 (#25333) 2022-05-19 09:19:05 +02:00