solana/runtime
Alexander Meißner aa2e3487ba
Refactor - Simplify program accounts in transaction loading (#29728)
* Refactors the "!validated_fee_payer" case from an "else" branch to an early "return".

* Moves the early return upward.

* Removes empty entries.

* Adds account_found_and_dep_index.

* cargo fmt.

* Replaces call site of load_executable_accounts().

* Adjusts number of total loaded accounts in test_load_accounts_multiple_loaders().

* Removes test_accounts_account_not_found().

* Removes load_executable_accounts().

* Refactor back to built-in loader ownership chain loop.
2023-01-27 21:24:21 +01:00
..
benches Renames fn to calculate_accounts_delta_hash() (#29876) 2023-01-24 18:55:56 -05:00
src Refactor - Simplify program accounts in transaction loading (#29728) 2023-01-27 21:24:21 +01:00
store-tool Revert "chore: workspace inheritance (#29509)" (#29892) 2023-01-25 15:50:41 +08:00
tests test_bad_bank_hash uses write cache (#29559) 2023-01-09 08:10:28 -08:00
.gitignore
Cargo.toml Revert "chore: workspace inheritance (#29509)" (#29892) 2023-01-25 15:50:41 +08:00
build.rs