Skip to content

Commit 3adfc3e

Browse files
authored
feat(workspace): Add a Documents Directory (#340)
* chore(workspace): move spec into docs/ * chore(docs): cleanup layout * chore(docs): move access-lists spec * fix(docs): use relative path for access-lists spec link Update the spec link in access-lists README to use a relative path instead of an absolute GitHub URL, fixing the lychee link check.
1 parent e58f1ad commit 3adfc3e

File tree

4 files changed

+9
-0
lines changed

4 files changed

+9
-0
lines changed

crates/shared/access-lists/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

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

5+
See the [spec](../../../docs/specs/access-lists.md) for more details.
6+
57
## Overview
68

79
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.

docs/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## Documents
2+
3+
### Specs
4+
5+
- [Access Lists Spec](./specs/access-lists.md)
6+
- [Flashblocks Spec](./specs/flashblocks.md)
7+
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)