Skip to content

Commit bda7bb4

Browse files
committed
add spec, rename crate to access-lists
1 parent fb4eb5a commit bda7bb4

File tree

14 files changed

+605
-20
lines changed

14 files changed

+605
-20
lines changed

Cargo.lock

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ codegen-units = 1
5252
[workspace.dependencies]
5353
# local
5454
base-bundles = { path = "crates/bundles" }
55-
base-fbal = { path = "crates/fbal" }
55+
base-access-lists = { path = "crates/access-lists" }
5656
base-reth-cli = { path = "crates/cli" }
5757
base-reth-rpc = { path = "crates/rpc" }
5858
base-reth-rpc-types = { path = "crates/reth-rpc-types" }
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "base-fbal"
2+
name = "base-access-lists"
33
version.workspace = true
44
edition.workspace = true
55
rust-version.workspace = true
File renamed without changes.

crates/access-lists/SPEC.md

Lines changed: 585 additions & 0 deletions
Large diffs are not rendered by default.
File renamed without changes.

0 commit comments

Comments
 (0)