You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on the error message ([...] SCRawDB [...]), didn't some store/v2 or IAVL/v2 code got into store/v1? My understanding is that store/v1 doesn't follow the SC/SS design.
hey in #23157 we opted to only support pebble db and goleveldb. Goleveldb because it is widely used today and pebble because it is the best out of the box solution for go. other tools like memiavl and iavlv2 will not sure the underlying db here these are only for iavlv1.
Is there an existing issue for this?
What happened?
Similar to #23133
When setting in
app.toml
:we immediately get the following error:
NOTE: setting rocksdb in
config.toml
works without any problems.Cosmos SDK Version
main(v2)
How to reproduce?
COSMOS_BUILD_OPTIONS=rocksdb,v2 make build
simdv2 version --long
reportsbuild_tags: netgo ledger rocksdb grocksdb_clean_link
rocksdb
backendThe text was updated successfully, but these errors were encountered: