Expand description
anvil-zksync, that supports forking other networks.
Modules§
Structs§
- Manages impersonated accounts across the system.
- In-memory node, that can be used for local & unit testing. It also supports the option of forking testnet/mainnet. All contents are removed when object is destroyed.
- Helper struct for InMemoryNode.
- Creates a restorable snapshot for the InMemoryNodeInner. The snapshot contains all the necessary data required to restore the InMemoryNodeInner state to a previous point in time.
- A batch of transactions meant to be sealed as a block. All transactions in the batch share the same impersonation status on the moment of the batch’s creation.
- Information about the executed transaction.
Enums§
- Represents different modes of block sealing available on the node
Constants§
- Acceptable gas overestimation limit.
- The maximum number of previous blocks to store the state for.
- Max possible size of an ABI encoded tx (in bytes).
- The zks protocol version.