feat(store/v2): add support for iavl/v2 (#22424)

This commit is contained in:
Matt Kocubinski
2024-11-29 19:02:47 +00:00
committed by GitHub
parent 6fb8299a67
commit 24d456db40
34 changed files with 310 additions and 953 deletions
+2 -2
View File
@@ -56,8 +56,8 @@ minimum-gas-prices = '0stake'
app-db-backend = 'goleveldb'
[store.options]
# State storage database type. Currently we support: "sqlite", "pebble" and "rocksdb"
ss-type = 'sqlite'
# State storage database type. Currently we support: "pebble" and "rocksdb"
ss-type = 'pebble'
# State commitment database type. Currently we support: "iavl" and "iavl-v2"
sc-type = 'iavl'