From 183f9a80f0d0d91c7e8adfa7de4db2d2f94347bc Mon Sep 17 00:00:00 2001 From: Gabriele Picco Date: Thu, 20 Nov 2025 22:16:32 +0400 Subject: [PATCH] chore: update solana account --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- test-integration/Cargo.lock | 3 ++- test-integration/Cargo.toml | 4 ++-- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8b366cf74..0748bd6db 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6238,7 +6238,7 @@ dependencies = [ [[package]] name = "solana-account" version = "2.2.1" -source = "git+https://github.com/magicblock-labs/solana-account.git?rev=731fa50#731fa5037bf89929da76759f2281c1cb4833a8b7" +source = "git+https://github.com/magicblock-labs/solana-account.git?rev=5afcedc#5afcedca1bd1608594cfe6d8ecdedea0e0380b5a" dependencies = [ "bincode", "qualifier_attr", diff --git a/Cargo.toml b/Cargo.toml index 8f7b05070..08ef31134 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -151,7 +151,7 @@ serde = "1.0.217" serde_derive = "1.0" serde_json = "1.0" sha3 = "0.10.8" -solana-account = { git = "https://github.com/magicblock-labs/solana-account.git", rev = "731fa50" } +solana-account = { git = "https://github.com/magicblock-labs/solana-account.git", rev = "5afcedc" } solana-account-decoder = { version = "2.2" } solana-accounts-db = { version = "2.2" } solana-account-decoder-client-types = { version = "2.2" } @@ -227,6 +227,6 @@ features = ["dev-context-only-utils"] # some solana dependencies have solana-storage-proto as dependency # we need to patch them with our version, because they use protobuf-src v1.1.0 # and we use protobuf-src v2.1.1. Otherwise compilation fails -solana-account = { git = "https://github.com/magicblock-labs/solana-account.git", rev = "731fa50" } +solana-account = { git = "https://github.com/magicblock-labs/solana-account.git", rev = "5afcedc" } solana-storage-proto = { path = "./storage-proto" } solana-svm = { git = "https://github.com/magicblock-labs/magicblock-svm.git", rev = "11bbaf2" } diff --git a/test-integration/Cargo.lock b/test-integration/Cargo.lock index a161243a7..d894508b1 100644 --- a/test-integration/Cargo.lock +++ b/test-integration/Cargo.lock @@ -3522,6 +3522,7 @@ dependencies = [ name = "magicblock-aperture" version = "0.2.3" dependencies = [ + "arc-swap", "base64 0.21.7", "bincode", "bs58", @@ -6260,7 +6261,7 @@ dependencies = [ [[package]] name = "solana-account" version = "2.2.1" -source = "git+https://github.com/magicblock-labs/solana-account.git?rev=731fa50#731fa5037bf89929da76759f2281c1cb4833a8b7" +source = "git+https://github.com/magicblock-labs/solana-account.git?rev=5afcedc#5afcedca1bd1608594cfe6d8ecdedea0e0380b5a" dependencies = [ "bincode", "qualifier_attr", diff --git a/test-integration/Cargo.toml b/test-integration/Cargo.toml index c224fc024..d177a4c06 100644 --- a/test-integration/Cargo.toml +++ b/test-integration/Cargo.toml @@ -74,7 +74,7 @@ rayon = "1.10.0" schedulecommit-client = { path = "schedulecommit/client" } serde = "1.0.217" serial_test = "3.2.0" -solana-account = { git = "https://github.com/magicblock-labs/solana-account.git", rev = "731fa50" } +solana-account = { git = "https://github.com/magicblock-labs/solana-account.git", rev = "5afcedc" } solana-loader-v2-interface = "2.2" solana-loader-v3-interface = "4.0" solana-loader-v4-interface = "2.1" @@ -106,4 +106,4 @@ url = "2.5.0" # and we use protobuf-src v2.1.1. Otherwise compilation fails solana-storage-proto = { path = "../storage-proto" } # same reason as above -solana-account = { git = "https://github.com/magicblock-labs/solana-account.git", rev = "731fa50" } +solana-account = { git = "https://github.com/magicblock-labs/solana-account.git", rev = "5afcedc" }