Skip to content

Commit

Permalink
Removed core/src/abi module which was private and unused
Browse files Browse the repository at this point in the history
  • Loading branch information
maoueh committed Jul 5, 2023
1 parent e698721 commit e995126
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ description = "Substreams development kit for Ethereum chains, contains Firehose
homepage = "https://substreams.streamingfast.io/"
repository = "https://github.com/streamingfast/substreams-ethereum/tree/develop/substreams-ethereum"
license = "Apache-2.0"
readme = "./README.md"
readme = "README.md"
keywords = [ "substreams", "ethereum", "streamingfast", "firehose", "thegraph"]
categories = ["api-bindings", "external-ffi-bindings", "wasm"]
rust-version = "1.60"
Expand Down
9 changes: 0 additions & 9 deletions core/src/abi/README.md

This file was deleted.

2 changes: 0 additions & 2 deletions core/src/abi/mod.rs

This file was deleted.

Empty file removed core/src/abi/tests.rs
Empty file.
1 change: 0 additions & 1 deletion core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ pub use event::Event;
pub use function::Function;
pub mod scalar;

mod abi;
mod event;
mod externs;
mod function;
Expand Down

0 comments on commit e995126

Please sign in to comment.