mina-indexer
mina-indexer copied to clipboard
Database column family names should use a consistent scheme
const COLUMN_FAMILIES: [&'static str; 14] = [
"blocks",
"blocks-global-slot-idx",
"lengths",
"slots",
"canonicity",
"commands",
"mainnet-commands-slot",
"mainnet-cmds-txn-global-slot",
"mainnet-internal-commands",
"events",
"ledgers",
"snarks",
"snark-work-top-producers",
"snark-work-top-producers-sort",
];
Improve the naming consistency for projections, domain storage and indices.