solana-with-rpc-optimizations/program-test
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
..
src Introduces `Result` return types to mutable accessors of `BorrowedAccount` (#25380) 2022-05-21 17:47:09 +02:00
tests Add size_of const fns for upgradeable loader states (#25131) 2022-05-11 22:22:59 +08:00
Cargo.toml Rollback tokio to LTS release v1.14 (#25028) 2022-05-06 06:34:49 +00:00