bolt is a Rust implementation of an Ethereum PBS relay.
About 2/3 vibecoded.
Storage architecture and allocation strategy were designed by me.
registerValidatorsubmitNewBlockgetHeadergetPayload- JSON + SSZ
- Capella / Deneb / Electra / Fulu
- BLS verification
- beacon duties / payload attributes / publish
redbpersistence and recovery- rate limits and metrics
- fixed-size protocol types on the hot path
- fixed
2056-slot modulo ring for recent auction state redbfor local durability- jemalloc on supported targets
cargo run- default listen:
127.0.0.1:9062 - override with
BOLT_LISTEN_ADDR