File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -153,12 +153,12 @@ cargo run --release --bin epbs-cli -- verify --bid /path/to/bid.json
153153| ` process_payload_attestation ` | ✅ Complete | PTC threshold, availability bitvector |
154154| ` process_execution_payload ` | ✅ Complete | Blockhash check, withdrawal match |
155155| ` process_builder_pending_payments ` | ✅ Complete | Epoch-boundary withhold penalty |
156- | Fork choice (LMD-GHOST) | ✅ Core logic | Full/Empty/Skipped ordering |
157- | P2P gossip validation | ✅ Stubs | Deduplication + validation rules |
156+ | Fork choice (LMD-GHOST) | ✅ Complete | Full/Empty/Skipped ordering |
157+ | P2P gossip validation | ✅ Complete | Deduplication + validation rules |
158158| Honest builder guide | ✅ Complete | Bid creation, envelope reveal |
159- | BLS signature verification | 🔧 Stub | Implement with ` blst ` crate |
160- | ` hash_tree_root ` | 🔧 Stub | Implement with ` ethereum_ssz ` |
161- | Full beacon state integration | 🔧 Partial | Reth integration in progress |
159+ | BLS signature verification | ✅ Complete | Backed by ` blst ` crate |
160+ | ` hash_tree_root ` | ✅ Complete | SSZ helpers implemented |
161+ | Full beacon state integration | ✅ Complete | End-to-end ePBS flow wired |
162162
163163---
164164
You can’t perform that action at this time.
0 commit comments