Skip to content

Commit

Permalink
add example for single validator
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-maron committed Dec 11, 2024
1 parent 9c42320 commit 3add972
Show file tree
Hide file tree
Showing 7 changed files with 774 additions and 323 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

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

8 changes: 5 additions & 3 deletions crates/examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ warp = { version = "0.3", default-features = false }
reqwest.workspace = true
bytes = "1"
parking_lot.workspace = true
local-ip-address = "0.6"

[[example]]
name = "all"
path = "all.rs"
Expand All @@ -47,9 +49,9 @@ path = "cdn/marshal.rs"
name = "coordinator"
path = "coordinator.rs"

# [[example]]
# name = "single-validator"
# path = "single-validator.rs"
[[example]]
name = "single-validator"
path = "single-validator.rs"

[lints]
workspace = true
Loading

0 comments on commit 3add972

Please sign in to comment.