You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
arc-rbuilder: source chain spec from the node; E2E-verified block building
- rbuilder now uses the node's chain spec instead of the config 'chain'
value (a mismatch made every order fail simulation with InvalidChainId)
- log failed order simulations (trace) and non-critically discarded
engine-payload blocks (debug) — both were previously silent
- sim-path regression test executing a signed tx through the ctx EVM
Verified end-to-end against arc-localdev driving the engine API like
Malachite: FCU(attrs) -> rbuilder builds (mempool txs + payout) ->
getPayload returns rbuilder's block -> newPayload validates it VALID
(arc executor re-checks state root, ADR-004 extra_data base fee,
SystemAccounting gas values) -> head advances to rbuilder's block.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments