Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(docs-site): update codebase analysis to reflect protocol changes #18714

Merged
merged 1 commit into from
Jan 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -123,14 +123,7 @@ description: Taiko protocol page for "TaikoL1.sol".

## Key Events

1. **`DebugGasPerBlock`**
Provides gas usage metrics for block proposals or proofs.

- `isProposeBlock`: Indicates whether the event is for proposals or proofs.
- `gasUsed`: Gas consumed per block.
- `batchSize`: Number of blocks in the batch.

2. **`StateVariablesUpdated`**
1. **`StateVariablesUpdated`**
Signals updates to the state variables.

---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ description: Taiko protocol page for "TaikoL2.sol".

- `parentHash`: Hash of the parent block.
- `parentGasExcess`: Gas excess for base fee calculation.
<br/><br/>

2. **`EIP1559Update`**
Emitted when gas parameters (e.g., target, excess, base fee) are updated.
Expand Down