validator: updated sled-overlay version and use new diffs logic for finalization

This commit is contained in:
skoupidi
2024-03-19 16:47:33 +02:00
parent aae713227f
commit 41c9bd28ba
6 changed files with 102 additions and 75 deletions

View File

@@ -119,7 +119,7 @@ libsqlite3-sys = {version = "0.28.0", features = ["sqlcipher"], optional = true}
# Blockchain store
sled = {version = "0.34.7", optional = true}
sled-overlay = {version = "0.0.8", optional = true}
sled-overlay = {version = "0.1.0", optional = true}
# Miner
randomx = {git = "https://github.com/darkrenaissance/RandomX", optional = true}