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
This issue tracks the implementation and parity of CLI options for era-test-node compared to anvil. The goal is to ensure consistent behaviour, usability, and feature support for developers.
Note: Some of these are not relevant / will intentionally behave differently due to L1 - L2 differences.
Goals:
Achieve CLI parity between era-test-node and anvil.
Ensure each command behaves consistently and meets developer expectations.
Identify and resolve deviations in functionality or usability.
Description
This issue tracks the implementation and parity of CLI options for
era-test-node
compared toanvil
. The goal is to ensure consistent behaviour, usability, and feature support for developers.Note: Some of these are not relevant / will intentionally behave differently due to L1 - L2 differences.
Goals:
era-test-node
andanvil
.Checklist of CLI Commands:
--accounts
--block-time
(See: feat: asynchronous and configurable block sealing #392 )--balance
--config-out
--derivation-path
--mnemonic
--mnemonic-random
--mnemonic-seed-unsafe
--port
--host
--version
--fork-block-number
CLI option--chain-id
CLI option--gas-price
(Both L1 and L2 gas price implemented)--fork-url
CLI option (partial support withnetwork
)--auto-impersonate
CLI option--fork-transaction-hash
CLI option--init
CLI option--timestamp
CLI option--no-storage-caching
CLI option (this iscache=none
)--quiet
CLI option--disable-console-log
CLI option--dump-state
CLI option--load-state
CLI option--state
CLI option--state-interval
CLI option--fork-chain-id
CLI option--fork-header
CLI option--order
CLI option--no-mining
CLI option--prune-history
CLI option--slots-in-an-epoch
CLI option--transaction-block-keeper
CLI option--allow-origin
CLI option--no-cors
CLI option--fork-retry-backoff
CLI option--ipc
CLI option--no-rate-limit
CLI option--retries
CLI option--timeout
CLI option--block-base-fee-per-gas
CLI option--disable-default-create2-deployer
CLI option--memory-limit
CLI optionThe text was updated successfully, but these errors were encountered: