Skip to content

Commit b03c5f6

Browse files
committed
Update patches
1 parent ba75af0 commit b03c5f6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

third-party/patches/agave.patch

+3-3
Original file line numberDiff line numberDiff line change
@@ -224,17 +224,17 @@ index 9f62c4f..ffbf6b8 100644
224224
) -> Result<u64, Box<dyn std::error::Error>> {
225225
let log_collector = invoke_context.get_log_collector();
226226
diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml
227-
index 485a8d3..a15c3ff 100644
227+
index 1cc7507..0cf0eb6 100644
228228
--- a/sdk/Cargo.toml
229229
+++ b/sdk/Cargo.toml
230-
@@ -94,5 +94,5 @@ qualifier_attr = { workspace = true, optional = true }
230+
@@ -101,5 +101,5 @@ qualifier_attr = { workspace = true, optional = true }
231231
rand = { workspace = true, optional = true }
232232
rand0-7 = { workspace = true, optional = true }
233233
-serde = { workspace = true }
234234
+serde = { workspace = true, features = ["rc"] }
235235
serde_bytes = { workspace = true }
236236
serde_derive = { workspace = true }
237-
@@ -158,4 +158,6 @@ solana-transaction-error = { workspace = true, features = ["serde"], optional =
237+
@@ -168,4 +168,6 @@ solana-transaction-error = { workspace = true, features = ["serde"], optional =
238238
thiserror = { workspace = true }
239239

240240
+test-fuzz = { path = "../../../test-fuzz" }

third-party/third_party.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
"flags": ["EXPENSIVE", "SKIP_NIGHTLY"],
44
"url": "https://github.com/anza-xyz/agave",
5-
"rev": "86a70621aeabefdfdd574155e37520342d7e0680",
5+
"rev": "f9f54bcba0b75b7566a948c3441bc5e1d03152fc",
66
"patch": "agave.patch",
77
"subdir": ".",
88
"package": "solana-bpf-loader-program",
@@ -20,7 +20,7 @@
2020
{
2121
"flags": ["EXPENSIVE", "SKIP_NIGHTLY"],
2222
"url": "https://github.com/paritytech/polkadot-sdk",
23-
"rev": "56d97c3ad8c86e602bc7ac368751210517c4309f",
23+
"rev": "bf20a9ee18f7215210bbbabf79e955c8c35b3360",
2424
"patch": "substrate_client_transaction_pool.patch",
2525
"subdir": ".",
2626
"package": "sc-transaction-pool",

0 commit comments

Comments
 (0)