Skip to content

Commit

Permalink
Merge pull request #20 from semiotic-ai/joseph/tru-273-use-sf-protos-…
Browse files Browse the repository at this point in the history
…in-forrestrie

build: use sf-protos
  • Loading branch information
suchapalaver authored Aug 23, 2024
2 parents 40104e7 + 74636d2 commit 1f226f7
Show file tree
Hide file tree
Showing 9 changed files with 2,881 additions and 1,309 deletions.
3,053 changes: 2,870 additions & 183 deletions Cargo.lock

Large diffs are not rendered by default.

8 changes: 2 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,13 @@ hex = "0.4.3"
insta = "1.39.0"
merkle_proof = { git = "https://github.com/sigp/lighthouse.git", branch = "stable" }
primitive-types = "0.12.2"
prost = "0.13.1"
prost-build = "0.13.1"
prost-types = "0.13.1"
prost-wkt-types = "0.6.0"
serde = { version = "1.0.208", features = ["derive"] }
serde_derive = "1.0.208"
serde_json = "=1.0.1"
serde_json = "1.0.127"
sf-protos = { git = "https://github.com/semiotic-ai/sf-protos.git", branch = "main" }
thiserror = "1.0.63"
tokio = { version = "1.39.2", features = ["macros", "rt-multi-thread"] }
tonic = "0.12.0"
tonic-build = "0.12.0"
tree_hash = "0.6.0"
types = { git = "https://github.com/sigp/lighthouse.git", branch = "stable" }

Expand Down
9 changes: 1 addition & 8 deletions crates/firehose-client-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,12 @@ path = "src/main.rs"

[dependencies]
dotenvy.workspace = true
prost.workspace = true
prost-types.workspace = true
prost-wkt-types.workspace = true
serde.workspace = true
serde_derive.workspace = true
sf-protos.workspace = true
thiserror.workspace = true
tonic.workspace = true

[dev-dependencies]
hex.workspace = true
serde_json.workspace = true
tokio.workspace = true

[build-dependencies]
prost-build.workspace = true
tonic-build.workspace = true
24 changes: 0 additions & 24 deletions crates/firehose-client-rs/build.rs

This file was deleted.

150 changes: 0 additions & 150 deletions crates/firehose-client-rs/proto/firehose.proto

This file was deleted.

Loading

0 comments on commit 1f226f7

Please sign in to comment.