From 5173f6bafce054a8259f62151637b1038c7823da Mon Sep 17 00:00:00 2001 From: Ocenka Date: Sun, 15 Dec 2024 13:09:21 +0000 Subject: [PATCH] typos flat_storage.md --- crates/client/db/docs/flat_storage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/client/db/docs/flat_storage.md b/crates/client/db/docs/flat_storage.md index fea89c68f..7822fb00c 100644 --- a/crates/client/db/docs/flat_storage.md +++ b/crates/client/db/docs/flat_storage.md @@ -1,7 +1,7 @@ # Key value flat storage We are interested in the operation `get_storage_at(block_id, contract_address, storage_key) -> value` here. -Bonsai-trie does not have an history of the key-values, it only has a flat storage for the latest state. +Bonsai-trie does not have a history of the key-values, it only has a flat storage for the latest state. We may want to remove that flat storage from bonsai-trie as it's not used and we don't plan on using it. Instead, we have implemented our own optimized lookup, which is implemented with a column that looks like this: