diff --git a/index.html b/index.html index c525d8e2cf2..355949e064e 100755 --- a/index.html +++ b/index.html @@ -339,19 +339,19 @@
This is an overview of the changes in op-besu, a fork of besu, part of the OP Stack.
Related op-stack specifications:
@@ -366,26 +366,26 @@The Bedrock upgrade introduces a Deposit transaction-type (0x7E) to enable both users and the rollup system itself to change the L2 state based on L1 events and system rules as specified.
Deposit transactions have special processing rules: gas is pre-paid on L1, and deposits with EVM-failure are included with rolled back changes (except mint). For regular transactions, at the end of the transition, the 1559 burn and L1 cost are routed to vaults.
@@ -1132,8 +1132,8 @@The block creation code implements the changes to support the transaction-inclusion, tx-pool toggle and gaslimit parameters of the Engine API.
The Engine API is extended to insert transactions into the block and optionally exclude the tx-pool, to reproduce the exact block of the sequencer from just the inputs, as derived from L1 by the rollup-node. See L2 execution engine specs.
@@ -2819,8 +2820,8 @@