Skip to content

Commit

Permalink
feat: implement gossip_to_portal
Browse files Browse the repository at this point in the history
  • Loading branch information
morph-dev committed Aug 1, 2024
1 parent 747781b commit 7c43895
Show file tree
Hide file tree
Showing 3 changed files with 209 additions and 105 deletions.
7 changes: 4 additions & 3 deletions Cargo.lock

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

5 changes: 3 additions & 2 deletions portal-verkle/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ alloy-primitives = { version = "0.7", features = ["serde", "rlp"] }
anyhow = "1"
clap = { version = "4", features = ["derive"] }
derive_more = "0.99"
ethportal-api = { git = "https://github.com/morph-dev/trin.git", rev = "d1b4f4cbf8ac1d93753a7fa39e08ecd70139bb3f" }
ethportal-api = { git = "https://github.com/morph-dev/trin.git", rev = "af94a8007a93783345a6e2d8627e7f6f1886a2f4" }
futures = "0.3"
itertools = "0.13"
jsonrpsee = { version = "0.20", features = ["async-client", "client"] }
portal-verkle-primitives = { git = "https://github.com/morph-dev/portal-verkle-primitives.git", rev = "65ce73011fd2636733271219057c9dc194800ded" }
portal-verkle-primitives = { git = "https://github.com/morph-dev/portal-verkle-primitives.git", rev = "244a975baca2af42d4a596f7f6f83bc26c35223b" }
reqwest = { version = "0.12", features = ["json"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
Expand Down
Loading

0 comments on commit 7c43895

Please sign in to comment.