Skip to content

Commit ee92535

Browse files
v2.1: Fix - SVM account_loader tests (backport of #3448) (#3520)
Fix - SVM account_loader tests (#3448) * Fixes test_load_transaction_accounts_program_account_executable_bypass. * Fixes test_load_transaction_accounts_data_sizes(). * Removes test_load_transaction_accounts_program_account_not_found_but_loaded(). (cherry picked from commit 7403549) Co-authored-by: Alexander Meißner <[email protected]>
1 parent 9913ee0 commit ee92535

File tree

3 files changed

+133
-149
lines changed

3 files changed

+133
-149
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

svm/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ solana-svm = { path = ".", features = ["dev-context-only-utils"] }
8181
solana-svm-conformance = { workspace = true }
8282
solana-transaction-status = { workspace = true }
8383
solana-version = { workspace = true }
84+
solana_rbpf = { workspace = true }
8485
spl-token-2022 = { workspace = true, features = ["no-entrypoint"] }
8586
test-case = { workspace = true }
8687
tokio = { workspace = true, features = ["full"] }

0 commit comments

Comments
 (0)