Commits
Click on a commit to change the comparison rangefeat(cli): add --rocksdb.* flags for RocksDB table routing2 months ago
by yongkangc fix: add edge case tests for RocksDB CLI flags2 months ago
by yongkangc feat: integrate RocksDbArgs into NodeConfig and launch code2 months ago
by yongkangc fix: add rocksdb field to NodeCommand and fix clippy warnings2 months ago
by yongkangc docs: regenerate CLI documentation for --rocksdb.* flags2 months ago
by yongkangc refactor: simplify RocksDbArgs tests2 months ago
by yongkangc feat(cli): add grouped enable behavior for RocksDB flags2 months ago
by yongkangc fix: log actual enabled tables instead of 'all tables'2 months ago
by yongkangc fix: add missing tests and DRY up RocksDB logging2 months ago
by yongkangc refactor: remove helper function, inline rocksdb settings without logging2 months ago
by yongkangc chore: regenerate CLI docs for RocksDB flags2 months ago
by yongkangc refactor: add NodeConfig::storage_settings() method2 months ago
by yongkangc fix: add backticks to RocksDB in doc comment2 months ago
by yongkangc chore: regenerate op-reth CLI docs for RocksDB flags2 months ago
by yongkangc refactor: use to_settings().merge() pattern for storage settings2 months ago
by yongkangc fix: call RocksDbArgs::validate() before building NodeConfig2 months ago
by yongkangc fix: add backticks to RocksDB in doc comments for clippy2 months ago
by yongkangc refactor: build StorageSettings directly instead of using merge()2 months ago
by yongkangc fix: revert init_genesis to use static_files.to_settings() and fix doc nits2 months ago
by yongkangc docs: update CLI docs for rocksdb help text formatting2 months ago
by yongkangc