Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
missed line break
Browse files Browse the repository at this point in the history
  • Loading branch information
ChihChengLiang committed Feb 23, 2024
1 parent f998a13 commit d58be36
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bus-mapping/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ The goal of this crate is to serve as:

## Parsing

Given a JSON file or a JSON stream containing an execution trace from an EVM, you can parse it and construct a [`GethExecTrace`](eth_types::GethExecTrace) instance from it. This will automatically populate all of the bus-mapping instances of each [`ExecStep`](crate::circuit_input_builder::ExecStep) and fill an [`OperationContainer`](crate::operation::container::Op
erationContainer) with all of the memory, stack, and storage operations performed by the provided trace.
Given a JSON file or a JSON stream containing an execution trace from an EVM, you can parse it and construct a [`GethExecTrace`](eth_types::GethExecTrace) instance from it. This will automatically populate all of the bus-mapping instances of each [`ExecStep`](crate::circuit_input_builder::ExecStep) and fill an [`OperationContainer`](crate::operation::OperationContainer) with all of the memory, stack, and storage operations performed by the provided trace.

```rust
use bus_mapping::{Error, mock::BlockData};
Expand Down

0 comments on commit d58be36

Please sign in to comment.