Skip to content

Commit

Permalink
feat: support conversion to Lighthouse Beacon block
Browse files Browse the repository at this point in the history
  • Loading branch information
suchapalaver committed Sep 13, 2024
1 parent 3391f85 commit 3bbf987
Show file tree
Hide file tree
Showing 3 changed files with 513 additions and 7 deletions.
3 changes: 3 additions & 0 deletions Cargo.lock

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

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,16 @@ doctest = false

[dependencies]
alloy-primitives = "=0.7.7"
bls = { git = "https://github.com/sigp/lighthouse.git", branch = "stable" }
ethportal-api = { git = "https://github.com/ethereum/trin.git", version = "0.2.2", tag = "v0.1.0-alpha.35" }
primitive-types = "0.12.2"
prost = "0.13.1"
prost-wkt = "0.6.0"
prost-wkt-types = "0.6.0"
reth-primitives = { git = "https://github.com/paradigmxyz/reth", version = "1.0.1", tag = "v1.0.1" }
serde = "1.0.196"
serde_json = "1.0.127"
ssz_types = "0.6"
thiserror = "1.0.62"
tonic = "0.12.0"
types = { git = "https://github.com/sigp/lighthouse.git", branch = "stable" }
Expand Down
Loading

0 comments on commit 3bbf987

Please sign in to comment.