Skip to content

Commit

Permalink
refactor: remove foundry-abi (#6394)
Browse files Browse the repository at this point in the history
* refactor: remove foundry-abi

* add decoding

* span

* tracing

* update tmp fmt

* refactor: use slices instead of arrays

* refactor: rewrite fmt traits

* refactor: flatten macro crate

* fixes

* consolefmt

* fixes

* bump

* rm publishfalse
  • Loading branch information
DaniPopes authored Nov 22, 2023
1 parent 77d26df commit b8c50d7
Show file tree
Hide file tree
Showing 38 changed files with 1,211 additions and 31,376 deletions.
45 changes: 11 additions & 34 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[workspace]
members = [
"crates/abi/",
"crates/anvil/",
"crates/anvil/core/",
"crates/anvil/rpc/",
Expand All @@ -23,7 +22,6 @@ members = [
"crates/fmt/",
"crates/forge/",
"crates/macros/",
"crates/macros/impl/",
"crates/test-utils/",
"crates/utils/",
]
Expand Down Expand Up @@ -97,7 +95,6 @@ codegen-units = 1

# Override packages which aren't perf-sensitive for faster compilation speed
[profile.release.package]
foundry-abi.opt-level = 1
mdbook.opt-level = 1
protobuf.opt-level = 1
rusoto_core.opt-level = 1
Expand All @@ -114,7 +111,6 @@ forge = { path = "crates/forge" }

forge-doc = { path = "crates/doc" }
forge-fmt = { path = "crates/fmt" }
foundry-abi = { path = "crates/abi" }
foundry-binder = { path = "crates/binder" }
foundry-cheatcodes = { path = "crates/cheatcodes" }
foundry-cheatcodes-spec = { path = "crates/cheatcodes/spec" }
Expand Down Expand Up @@ -165,6 +161,7 @@ solang-parser = "=0.3.3"
## misc
chrono = { version = "0.4", default-features = false, features = ["clock", "std"] }
color-eyre = "0.6"
derive_more = "0.99"
eyre = "0.6"
hex = { package = "const-hex", version = "1.6", features = ["hex"] }
itertools = "0.11"
Expand Down
24 changes: 0 additions & 24 deletions crates/abi/Cargo.toml

This file was deleted.

22 changes: 0 additions & 22 deletions crates/abi/README.md

This file was deleted.

22 changes: 0 additions & 22 deletions crates/abi/abi/Console.sol

This file was deleted.

37 changes: 0 additions & 37 deletions crates/abi/build.rs

This file was deleted.

Loading

0 comments on commit b8c50d7

Please sign in to comment.