Per celestiaorg/celestia-app#1178, the default indexer for app was changed to null from kv. However this was never reflected in
|
# 2) "kv" (default) - the simplest possible indexer, backed by key-value storage (defaults to levelDB; see DBBackend). |
I'm not sure however if core still uses kv by default, and if this should be changed in this file. See celestiaorg/celestia-app#1178 (comment)
Aside: actually the default was changed back to kv in celestiaorg/celestia-app#2039, but only in the branch v1.x, and not backported to main. main was then refactored in celestiaorg/celestia-app#2188, which still had null as the default.
Per celestiaorg/celestia-app#1178, the default indexer for
appwas changed tonullfromkv. However this was never reflected incelestia-core/config/toml.go
Line 543 in 23f7a57
I'm not sure however if
corestill useskvby default, and if this should be changed in this file. See celestiaorg/celestia-app#1178 (comment)Aside: actually the default was changed back to
kvin celestiaorg/celestia-app#2039, but only in the branchv1.x, and not backported tomain.mainwas then refactored in celestiaorg/celestia-app#2188, which still hadnullas the default.