Merge branch 'unstable' of https://github.com/sigp/lighthouse into gloas-data-availability-checker

This commit is contained in:
Eitan Seri- Levi
2026-01-29 11:35:53 -08:00
7 changed files with 258 additions and 112 deletions

View File

@@ -8,7 +8,7 @@ authors = [
edition = { workspace = true }
[features]
default = ["sqlite", "legacy-arith"]
default = ["legacy-arith"]
# Allow saturating arithmetic on slots and epochs. Enabled by default, but deprecated.
legacy-arith = []
sqlite = ["dep:rusqlite"]