Skip to content

Commit

Permalink
Merge pull request #65 from semiotic-ai/joseph/back-172-remove-forres…
Browse files Browse the repository at this point in the history
…trie-from-veemon

chore: remove the client and post-merge protobufs from veemon
  • Loading branch information
suchapalaver authored Nov 28, 2024
2 parents aef68c2 + 991e53a commit bbc68a9
Show file tree
Hide file tree
Showing 33 changed files with 344 additions and 1,996 deletions.
591 changes: 317 additions & 274 deletions Cargo.lock

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ alloy-consensus = "0.4.2"
alloy-eip2930 = "0.1.0"
alloy-rlp = "0.3.9"
base64 = "0.21.7"
beacon-protos = { git = "https://github.com/semiotic-ai/beacon-protos.git", branch = "main" }
bincode = "1.3.3"
bls = { git = "https://github.com/semiotic-ai/lighthouse.git", branch = "stable" }
clap = { version = "4.4.10", features = ["derive"] }
Expand All @@ -16,6 +17,8 @@ dotenvy = "0.15.7"
ethereum-types = "=0.14.1"
ethportal-api = { git = "https://github.com/ethereum/trin.git", version = "0.2.2", tag = "v0.1.0-alpha.51" }
fake = "2.10.0"
firehose-client = { git = "https://github.com/semiotic-ai/firehose-client.git", branch = "main" }
firehose-rs = { git = "https://github.com/semiotic-ai/firehose-rs.git", branch = "main" }
futures = "0.3.31"
hex = "0.4.3"
http = "1.1.0"
Expand Down
8 changes: 0 additions & 8 deletions crates/firehose-client/CHANGELOG.md

This file was deleted.

27 changes: 0 additions & 27 deletions crates/firehose-client/Cargo.toml

This file was deleted.

80 changes: 0 additions & 80 deletions crates/firehose-client/README.md

This file was deleted.

61 changes: 0 additions & 61 deletions crates/firehose-client/examples/fetch_beacon.rs

This file was deleted.

24 changes: 0 additions & 24 deletions crates/firehose-client/examples/fetch_ethereum.rs

This file was deleted.

35 changes: 0 additions & 35 deletions crates/firehose-client/examples/stream_beacon.rs

This file was deleted.

34 changes: 0 additions & 34 deletions crates/firehose-client/examples/stream_ethereum.rs

This file was deleted.

Loading

0 comments on commit bbc68a9

Please sign in to comment.