Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/base-chain/specs/upgrades/azul/exec-engine.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ strict equivalence with L1 precompile pricing.
[EIP-7642](https://eips.ethereum.org/EIPS/eip-7642) updates the Ethereum wire protocol to version 69,
removing legacy fields from the `Status` message and simplifying the handshake.

### Discovery protocol now uses `basev0` protcol ID

The discovery protocol for the execution layer now uses `basev0` as the protocol ID. This allows Base nodes to find each other more quickly, especially on networks with fewer nodes like Sepolia.


### Remove Account Balances & Receipts

The `FlashblocksMetadata` payload transmitted over the Flashblocks WebSocket is simplified in Azul.
Expand Down
1 change: 1 addition & 0 deletions docs/base-chain/specs/upgrades/azul/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Only `base-consensus` and `base-reth-node` will support the Base Azul hardfork.
- [EIP-7642: eth/69](/base-chain/specs/upgrades/azul/exec-engine#eth69)
- [EIP-7910: eth_config RPC Method](/base-chain/specs/upgrades/azul/exec-engine#eth_config-rpc-method)
- [Remove Account Balances & Receipts](/base-chain/specs/upgrades/azul/exec-engine#remove-account-balances--receipts)
- [Use `basev0` protocol ID for discv5](/base-chain/specs/upgrades/azul/exec-engine#discovery-protocol-now-uses-basev0-protcol-id)

## Proofs

Expand Down
Loading