Skip to content
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
2 changes: 2 additions & 0 deletions crates/shared/access-lists/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

A library to build and process Flashblock-level Access Lists (FBALs).

See the [spec](../../../docs/specs/access-lists.md) for more details.

## Overview

This crate provides types and utilities for tracking account and storage changes during EVM transaction execution, producing access lists that can be used by downstream consumers to understand exactly what state was read or modified.
Expand Down
7 changes: 7 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## Documents

### Specs

- [Access Lists Spec](./specs/access-lists.md)
- [Flashblocks Spec](./specs/flashblocks.md)

File renamed without changes.
File renamed without changes.