Skip to content

Commit

Permalink
feat: move tutorial to a separate package and make it simpler
Browse files Browse the repository at this point in the history
  • Loading branch information
tvinagre committed Nov 2, 2024
1 parent 956b2db commit 266616d
Show file tree
Hide file tree
Showing 7 changed files with 167 additions and 524 deletions.
20 changes: 15 additions & 5 deletions Cargo.lock

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

16 changes: 1 addition & 15 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.27.0"
edition = "2021"

[workspace]
members = ["protosim_py"]
members = ["protosim_py", "tutorial"]

[dependencies]
ethabi = "13.0"
Expand Down Expand Up @@ -35,27 +35,13 @@ foundry-evm = { git = "https://github.com/foundry-rs/foundry", rev = "2544793" }
revm-inspectors = { version = "0.5", features = ["serde"] }
mini-moka = "0.10"
lazy_static = "1.4.0"
clap = { version = "4.5.3", features = ["derive"] }
anyhow = "1.0.79"
tracing-subscriber = { version = "0.3.17", default-features = false, features = [
"env-filter",
"fmt",
] }
petgraph = "0.6.5"
indicatif = "0.17.8"

[dev-dependencies]
mockito = "1.1.1"
warp = "0.3.5"
approx = "0.5.1"
rstest = "0.18.2"

tempfile = "3.13.0"

[[bin]]
name = "simple_searcher"
path = "src/simple_solver.rs"

[features]
default = []
network_tests = []
Expand Down
235 changes: 0 additions & 235 deletions src/examples/graph.rs

This file was deleted.

1 change: 0 additions & 1 deletion src/examples/mod.rs

This file was deleted.

1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ pub use num_traits;

pub mod data_feed;
pub mod evm;
pub mod examples;
pub mod models;
pub mod protocol;
pub mod safe_math;
Expand Down
Loading

0 comments on commit 266616d

Please sign in to comment.