2
0
mirror of https://github.com/status-im/nimbus-eth2.git synced 2025-01-10 22:36:01 +00:00

8 Commits

Author SHA1 Message Date
tersec
79eddcde40
capella builder API support ()
* capella builder API support

* use capella EPH when appropriate

* fill in ExecutionPayload.withdrawals and sanity-check builder API withdrawals root
2023-02-21 14:21:38 +01:00
tersec
0cc0c7e6b7
builder spec v0.3.0 URL updates ()
* builder spec v0.3.0 URL updates

* remove stray non-URL/comment change
2023-02-18 01:54:30 +01:00
tersec
3977f1529a
fill in remaining capellaImplementationMissing holes for builder API () 2023-02-14 11:49:48 +01:00
tersec
ebb45e10da
initial implementation of capella MEV () 2023-02-06 19:07:30 +01:00
tersec
aacc8d702d
remove Nim 1.2-compatible push raises and update copyright notice years () 2023-01-20 14:14:37 +00:00
Etan Kissling
996a0bdcdc
fix crash when calling MEV rpc with MEV disabled ()
Avoid `/eth/v1/beacon/blinded_blocks` crash without `--payload-builder`.
2022-12-05 19:41:52 +00:00
tersec
806b4fd649
fix order of MEV signed block root assignment/checking () 2022-11-25 15:47:52 +02:00
tersec
a4d2637259
implement /eth/v1/beacon/blinded_blocks BN endpoint ()
* implement /eth/v1/beacon/blinded_blocks BN endpoint

* avoid function names in non-debug logs

* callers log, so callee can just return err()
2022-11-08 18:08:43 +00:00