Skip to content

Commit c35dde6

Browse files
committed
docs: mark ePBS implementation complete
1 parent a5abbe9 commit c35dde6

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)