Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 5 additions & 7 deletions llms-full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31734,13 +31734,11 @@ canonical reference for every available knob and its default value.
# If unset, defaults to <home>/data/evm_ss when EVM SS is enabled.
evm-ss-db-directory = ""

# WriteMode controls how EVM data writes are routed.
# Supported values: "cosmos_only", "dual_write", "split_write"
evm-ss-write-mode = "cosmos_only"

# ReadMode controls how EVM data reads are routed.
# Supported values: "cosmos_only", "evm_first", "split_read"
evm-ss-read-mode = "cosmos_only"
# EVMSplit controls whether EVM data is routed to a dedicated SS backend.
# When false (default), EVM data lives in the Cosmos SS backend alongside
# everything else. When true, EVM data is routed exclusively to the EVM SS
# backend; non-EVM data stays in Cosmos SS. No fallback between backends.
evm-ss-split = false

# SeparateEVMSubDBs controls whether EVM data is split across per-type DBs.
# When false, all EVM data stays in one DB using the current unified layout.
Expand Down
Loading