Skip to content

Commit

Permalink
Update patches
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed Nov 21, 2024
1 parent ba75af0 commit b03c5f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions third-party/patches/agave.patch
Original file line number Diff line number Diff line change
Expand Up @@ -224,17 +224,17 @@ index 9f62c4f..ffbf6b8 100644
) -> Result<u64, Box<dyn std::error::Error>> {
let log_collector = invoke_context.get_log_collector();
diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml
index 485a8d3..a15c3ff 100644
index 1cc7507..0cf0eb6 100644
--- a/sdk/Cargo.toml
+++ b/sdk/Cargo.toml
@@ -94,5 +94,5 @@ qualifier_attr = { workspace = true, optional = true }
@@ -101,5 +101,5 @@ qualifier_attr = { workspace = true, optional = true }
rand = { workspace = true, optional = true }
rand0-7 = { workspace = true, optional = true }
-serde = { workspace = true }
+serde = { workspace = true, features = ["rc"] }
serde_bytes = { workspace = true }
serde_derive = { workspace = true }
@@ -158,4 +158,6 @@ solana-transaction-error = { workspace = true, features = ["serde"], optional =
@@ -168,4 +168,6 @@ solana-transaction-error = { workspace = true, features = ["serde"], optional =
thiserror = { workspace = true }

+test-fuzz = { path = "../../../test-fuzz" }
Expand Down
4 changes: 2 additions & 2 deletions third-party/third_party.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"flags": ["EXPENSIVE", "SKIP_NIGHTLY"],
"url": "https://github.com/anza-xyz/agave",
"rev": "86a70621aeabefdfdd574155e37520342d7e0680",
"rev": "f9f54bcba0b75b7566a948c3441bc5e1d03152fc",
"patch": "agave.patch",
"subdir": ".",
"package": "solana-bpf-loader-program",
Expand All @@ -20,7 +20,7 @@
{
"flags": ["EXPENSIVE", "SKIP_NIGHTLY"],
"url": "https://github.com/paritytech/polkadot-sdk",
"rev": "56d97c3ad8c86e602bc7ac368751210517c4309f",
"rev": "bf20a9ee18f7215210bbbabf79e955c8c35b3360",
"patch": "substrate_client_transaction_pool.patch",
"subdir": ".",
"package": "sc-transaction-pool",
Expand Down

0 comments on commit b03c5f6

Please sign in to comment.