Skip to content

Commit 22f6e1b

Browse files
bmuddhaDodecahedr0x
authored andcommitted
fix: prune program cache on each slot transition (#736)
1 parent f76d019 commit 22f6e1b

File tree

2 files changed

+16
-7
lines changed

2 files changed

+16
-7
lines changed

Cargo.lock

Lines changed: 16 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,3 @@ features = ["lz4"]
206206
solana-account = { git = "https://github.com/magicblock-labs/solana-account.git", rev = "1beed4c" }
207207
solana-storage-proto = { path = "./storage-proto" }
208208
solana-svm = { git = "https://github.com/magicblock-labs/magicblock-svm.git", rev = "3e9456ec4" }
209-
# using parent commit d4e9e16 of rocksdb 0.23.0
210-
# without patching update isn't possible due to conflict with solana deps
211-
# TODO(edwin): remove once solana version is raised to 2.3
212-
rocksdb = { git = "https://github.com/rust-rocksdb/rust-rocksdb.git", rev = "d4e9e16" }

0 commit comments

Comments
 (0)