Skip to content

Commit

Permalink
chore: create monorepo
Browse files Browse the repository at this point in the history
Signed-off-by: Gustavo Inacio <[email protected]>
  • Loading branch information
gusinacio committed Oct 14, 2024
1 parent ba33f66 commit 9774419
Show file tree
Hide file tree
Showing 21 changed files with 1,094 additions and 16,966 deletions.
1,119 changes: 1,057 additions & 62 deletions Cargo.lock

Large diffs are not rendered by default.

9 changes: 8 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,22 @@ members = ["crates/*"]
resolver = "2"

[workspace.dependencies]
alloy-primitives = "=0.7.7"
dotenvy = "0.15.7"
ethportal-api = { git = "https://github.com/ethereum/trin.git", version = "0.2.2", tag = "v0.1.0-alpha.35" }
hex = "0.4.3"
http = "1.1.0"
insta = "1.39.0"
merkle_proof = { git = "https://github.com/semiotic-ai/lighthouse.git", branch = "stable" }

bls = { git = "https://github.com/semiotic-ai/lighthouse.git", branch = "stable" }

once_cell = "1.20.2"
primitive-types = "0.12.2"
rustls = { version = "0.23.12", features = ["ring"] }
serde = { version = "1.0.208", features = ["derive"] }
serde_derive = "1.0.208"
serde_json = "1.0.127"
sf-protos = { git = "https://github.com/semiotic-ai/sf-protos.git", branch = "semiotic-ai/lighthouse-fork" }
thiserror = "1.0.63"
tokio = { version = "1.39.2", features = ["macros", "rt-multi-thread"] }
tonic = "0.12.0"
Expand All @@ -29,3 +32,7 @@ codegen-units = 1
[profile.release.build-override]
opt-level = 3
codegen-units = 1

[profile.release]
codegen-units = 1
lto = false
3 changes: 2 additions & 1 deletion crates/firehose-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@ name = "firehose_client"
path = "src/lib.rs"

[dependencies]
sf-protos = { path = "../sf-protos" }

dotenvy.workspace = true
http.workspace = true
once_cell.workspace = true
rustls.workspace = true
serde.workspace = true
serde_derive.workspace = true
sf-protos.workspace = true
thiserror.workspace = true
tonic = { workspace = true, features = ["tls-roots"] }

Expand Down
38 changes: 0 additions & 38 deletions crates/flat-files-decoder/.github/workflows/ci.yml

This file was deleted.

12 changes: 0 additions & 12 deletions crates/flat-files-decoder/.gitignore

This file was deleted.

Loading

0 comments on commit 9774419

Please sign in to comment.