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
|`coinbase`|Fees are collected to the pre-deployed fee vault contract address `0x5300000000000000000000000000000000000005`. In most cases, the RPC return field `"miner"` is the zero-address `0x0000000000000000000000000000000000000000`.|
21
21
|`stateRoot`| The root hash of the state trie. It is the Poseidon |
22
-
|`transactionsRoot `| The hash of the transaction trie.|
23
-
|`receiptsRoot `| The hash of the transaction receipts trie.|
24
-
|`logsBloom`| The data structure containing event logs|
25
-
|`difficulty`| Always 0. |
22
+
|`transactionsRoot `| The root hash of the transaction trie. |
23
+
|`receiptsRoot `| The root hash of the transaction receipts trie. |
24
+
|`logsBloom`| The data structure containing event logs.|
25
+
|`difficulty`| Always 1 or 2.|
26
26
|`number`| The block number. |
27
27
|`gasLimit`| The maximum gas allowed in the block. |
28
28
|`gasUsed`| The gas used in the block. |
29
29
|`timestamp`| The block time. |
30
-
|`extraData`|Arbitrary additional data. |
30
+
|`extraData`|Signature by the block's signer, followd by arbitrary additional data.|
31
31
|`mixHash`| Always 0. |
32
32
|`nonce`| Always 0. |
33
33
|`baseFee`| Currently empty in Scroll because we haven't enabled the EIP-1559. |
34
34
35
35
## Block Time
36
36
37
37
Block time refers to the interval between two consecutive blocks. In Scroll, the block time is set at 3s. A reduced block time elevates the user experience and augments the Scroll chain's scalability.
38
+
39
+
The 3 second block time is maintained on a best effort basis, it is not guaranteed or enforced by the protocol.
0 commit comments