From 6957a44033b94a6a09ebb8a30664a8b87e290368 Mon Sep 17 00:00:00 2001 From: Mikhail Kalinin Date: Tue, 1 Jul 2025 14:29:31 +0400 Subject: [PATCH] Fix spellcheck --- docs/ethsimulatev1-notes.md | 2 +- wordlist.txt | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/ethsimulatev1-notes.md b/docs/ethsimulatev1-notes.md index a4972b5e2..3939a7b43 100644 --- a/docs/ethsimulatev1-notes.md +++ b/docs/ethsimulatev1-notes.md @@ -65,7 +65,7 @@ The default values of blocks and transactions can be overriden. For Transactions "blobBaseFee": "0x15" }, ``` -All the other fields are computed automatically (eg, `stateRoot` and `gasUsed`) or kept as their default values (eg. `uncles` or `withdrawals`). When overriding `number` and `time` variables for blocks, we automatically check that the block numbers and time fields are strictly increasing (we don't allow decreasing, or duplicated block numbers or times). If the block number is increased more than `1` compared to the previous block, new empty blocks are generated in between. +All the other fields are computed automatically (e.g. `stateRoot` and `gasUsed`) or kept as their default values (e.g. `uncles` or `withdrawals`). When overriding `number` and `time` variables for blocks, we automatically check that the block numbers and time fields are strictly increasing (we don't allow decreasing, or duplicated block numbers or times). If the block number is increased more than `1` compared to the previous block, new empty blocks are generated in between. An interesting note here is that an user can specify block numbers and times of some blocks, but not for others. When block numbers of times are left unspecified, the default values will be used. After the blocks have been constructed, and default values are calculated, the blocks are checked that their block numbers and times are still valid. diff --git a/wordlist.txt b/wordlist.txt index 4fe193f3c..38fa6a351 100644 --- a/wordlist.txt +++ b/wordlist.txt @@ -70,8 +70,11 @@ forkchoiceupdatedresponsev feeRecipient multicallV EOA +EOA's EVM ERC VM exitv -txs \ No newline at end of file +txs +UX +simulateV