From a21de62916fce1ff6629a50d96dcf0b799322ff2 Mon Sep 17 00:00:00 2001 From: smoelius <35515885+smoelius@users.noreply.github.com> Date: Tue, 2 Apr 2024 11:39:18 +0000 Subject: [PATCH] Update patches --- cargo-test-fuzz/patches/solana_rbpf.patch | 2 +- cargo-test-fuzz/third_party.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cargo-test-fuzz/patches/solana_rbpf.patch b/cargo-test-fuzz/patches/solana_rbpf.patch index 7dad12da..6d99d205 100644 --- a/cargo-test-fuzz/patches/solana_rbpf.patch +++ b/cargo-test-fuzz/patches/solana_rbpf.patch @@ -357,7 +357,7 @@ index e864855..9922267 100644 struct MappingCache { // The cached entries. diff --git a/src/program.rs b/src/program.rs -index 6605814..3cf47e4 100644 +index 64752df..d04a761 100644 --- a/src/program.rs +++ b/src/program.rs @@ -10,5 +10,5 @@ use { diff --git a/cargo-test-fuzz/third_party.json b/cargo-test-fuzz/third_party.json index 0642ba5d..e9811455 100644 --- a/cargo-test-fuzz/third_party.json +++ b/cargo-test-fuzz/third_party.json @@ -2,7 +2,7 @@ { "flags": ["SKIP_NIGHTLY"], "url": "https://github.com/CosmWasm/cw-plus", - "rev": "57491d73f0cfa27e9822832c2d4bcf70bf0264ae", + "rev": "f70c9fde274bd1dc5d02c7c5b16769a40aed591d", "patch": "cw-plus.patch", "subdir": ".", "package": "cw20-base", @@ -11,7 +11,7 @@ { "flags": ["EXPENSIVE", "SKIP_NIGHTLY"], "url": "https://github.com/paritytech/polkadot-sdk", - "rev": "64a707a4824ad12eb9ab715966dbd0d2b0efaf01", + "rev": "12eb285dbe6271c365db7ba17cf643bfc77fe753", "patch": "substrate_client_transaction_pool.patch", "subdir": ".", "package": "sc-transaction-pool", @@ -29,7 +29,7 @@ { "flags": [], "url": "https://github.com/solana-labs/rbpf", - "rev": "179a0f94b68ae0bef892b214750a54448d61b1be", + "rev": "40a30d800e4df0ef71b24a5009f450595ae55bad", "patch": "solana_rbpf.patch", "subdir": ".", "package": "solana_rbpf", @@ -38,7 +38,7 @@ { "flags": ["EXPENSIVE", "SKIP_NIGHTLY"], "url": "https://github.com/solana-labs/solana", - "rev": "973d05c098b24364ad29a5066e78884c5c3a7537", + "rev": "27eff8408b7223bb3c4ab70523f8a8dca3ca6645", "patch": "solana.patch", "subdir": ".", "package": "solana-bpf-loader-program",