Skip to content

Fix incorrect default for indexer #1720

Description

@adlerjohn

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

C:documentationImprovements or additions to documentationconfig

Type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions