Skip to content

Commit

Permalink
Update patches
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius authored and github-actions[bot] committed Apr 2, 2024
1 parent 3dc6bb7 commit a21de62
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cargo-test-fuzz/patches/solana_rbpf.patch
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
8 changes: 4 additions & 4 deletions cargo-test-fuzz/third_party.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -29,7 +29,7 @@
{
"flags": [],
"url": "https://github.com/solana-labs/rbpf",
"rev": "179a0f94b68ae0bef892b214750a54448d61b1be",
"rev": "40a30d800e4df0ef71b24a5009f450595ae55bad",
"patch": "solana_rbpf.patch",
"subdir": ".",
"package": "solana_rbpf",
Expand All @@ -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",
Expand Down

0 comments on commit a21de62

Please sign in to comment.