Skip to content

Commit caf2ad3

Browse files
committed
state_test: change types
1 parent 51fd03e commit caf2ad3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/consuming_tests/state_test.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,19 +55,19 @@ Mapping of lists of post for verification per fork, where each element represent
5555

5656
#### - `currentCoinbase`: [`Address`](./common_types.md#address)
5757
The address of the account that will receive the rewards for building the block.
58-
#### - `currentGasLimit`: [`Number`](./common_types.md#number)
58+
#### - `currentGasLimit`: [`ZeroPaddedHexNumber`](./common_types.md#zeropaddedhexnumber)
5959
Total gas limit of the block where the transaction is executed.
60-
#### - `currentNumber`: [`Number`](./common_types.md#number)
60+
#### - `currentNumber`: [`ZeroPaddedHexNumber`](./common_types.md#zeropaddedhexnumber)
6161
Number of the block where the transaction is executed.
62-
#### - `currentDifficulty`: [`Number`](./common_types.md#number)
62+
#### - `currentDifficulty`: [`ZeroPaddedHexNumber`](./common_types.md#zeropaddedhexnumber)
6363
Difficulty of the block where the transaction is executed.
64-
#### - `currentTimestamp`: [`Number`](./common_types.md#number)
64+
#### - `currentTimestamp`: [`ZeroPaddedHexNumber`](./common_types.md#zeropaddedhexnumber)
6565
Timestamp of the block where the transaction is executed.
66-
#### - `currentBaseFee`: [`Number`](./common_types.md#number) `(fork: London)`
66+
#### - `currentBaseFee`: [`ZeroPaddedHexNumber`](./common_types.md#zeropaddedhexnumber) `(fork: London)`
6767
Base fee of the block where the transaction is executed.
68-
#### - `currentRandom`: [`Number`](./common_types.md#number) `(fork: Paris)`
68+
#### - `currentRandom`: [`Hash`](./common_types.md#hash) `(fork: Paris)`
6969
Randao value of the block where the transaction is executed.
70-
#### - `currentExcessBlobGas`: [`Number`](./common_types.md#number) `(fork: Cancun)`
70+
#### - `currentExcessBlobGas`: [`ZeroPaddedHexNumber`](./common_types.md#zeropaddedhexnumber) `(fork: Cancun)`
7171
Excess blob gas of the block where the transaction is executed.
7272

7373
### `FixtureTransaction`

0 commit comments

Comments
 (0)