diff --git a/cargo-test-fuzz/patches/solana.patch b/cargo-test-fuzz/patches/solana.patch index 4385f515..33174096 100644 --- a/cargo-test-fuzz/patches/solana.patch +++ b/cargo-test-fuzz/patches/solana.patch @@ -10,7 +10,7 @@ index 3e0553d..5136a8b 100644 pub struct AccountsDataMeter { /// The initial amount of accounts data space used (in bytes) diff --git a/program-runtime/src/compute_budget.rs b/program-runtime/src/compute_budget.rs -index 02983f9..da311b8 100644 +index 44fb070..547d338 100644 --- a/program-runtime/src/compute_budget.rs +++ b/program-runtime/src/compute_budget.rs @@ -33,5 +33,5 @@ impl ::solana_frozen_abi::abi_example::AbiExample for ComputeBudget { @@ -188,10 +188,10 @@ index 16a52c0..e2683ac 100644 [dev-dependencies] assert_matches = { workspace = true } diff --git a/programs/bpf_loader/src/lib.rs b/programs/bpf_loader/src/lib.rs -index 342d383..d48c3bc 100644 +index 9a91286..c68abaf 100644 --- a/programs/bpf_loader/src/lib.rs +++ b/programs/bpf_loader/src/lib.rs -@@ -353,6 +353,7 @@ pub fn process_instruction( +@@ -371,6 +371,7 @@ pub fn process_instruction( } -fn process_instruction_inner( @@ -220,10 +220,10 @@ index 061b16c..3d02d73 100644 [target.'cfg(target_arch = "wasm32")'.dependencies] js-sys = { workspace = true } diff --git a/sdk/src/feature_set.rs b/sdk/src/feature_set.rs -index 386a696..8f73f70 100644 +index 418d328..345ffc9 100644 --- a/sdk/src/feature_set.rs +++ b/sdk/src/feature_set.rs -@@ -890,5 +890,5 @@ lazy_static! { +@@ -900,5 +900,5 @@ lazy_static! { /// `FeatureSet` holds the set of currently active/inactive runtime features -#[derive(AbiExample, Debug, Clone, Eq, PartialEq)] diff --git a/cargo-test-fuzz/third_party.json b/cargo-test-fuzz/third_party.json index a1429e4f..da4e9cef 100644 --- a/cargo-test-fuzz/third_party.json +++ b/cargo-test-fuzz/third_party.json @@ -29,7 +29,7 @@ { "flags": ["EXPENSIVE", "SKIP"], "url": "https://github.com/solana-labs/solana", - "rev": "a145ade564c5181b264247adb4a3347eb883aed6", + "rev": "1e1e29641499e08ea1516ba2d81344e7875abc52", "patch": "solana.patch", "subdir": ".", "package": "solana-bpf-loader-program",