Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into ag/builder-api
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinI committed Feb 28, 2024
2 parents 85229f1 + 5cfeb01 commit 52ac302
Show file tree
Hide file tree
Showing 50 changed files with 811 additions and 620 deletions.
82 changes: 43 additions & 39 deletions Cargo.lock

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

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,15 @@ jf-plonk = { git = "https://github.com/EspressoSystems/jellyfish", tag = "0.4.0"
jf-relation = { git = "https://github.com/EspressoSystems/jellyfish", tag = "0.4.0" }
jf-utils = { git = "https://github.com/espressosystems/jellyfish", tag = "0.4.0" }
hs-builder-api = { git = "https://github.com/EspressoSystems/hs-builder-api", rev = "071619ba71d0f9c108a0663548528677c843ecd7" }
lazy_static = "1.4.0"
libp2p-identity = "0.2"
libp2p-networking = { path = "./crates/libp2p-networking", version = "0.1.0", default-features = false }
libp2p-swarm-derive = { version = "0.34.1" }
portpicker = "0.1.1"
rand = "0.8.5"
rand_chacha = { version = "0.3.1", default-features = false }
serde = { version = "1.0.197", features = ["derive"] }
serde_json = { version = "1.0.114" }
sha2 = "0.10"
snafu = "0.7.5"
surf-disco = { git = "https://github.com/EspressoSystems/surf-disco.git", tag = "v0.4.6" }
Expand Down
1 change: 0 additions & 1 deletion crates/example-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,3 @@ hotshot-task = { path = "../task" }
tokio = { workspace = true }
[target.'cfg(all(async_executor_impl = "async-std"))'.dependencies]
async-std = { workspace = true }

Loading

0 comments on commit 52ac302

Please sign in to comment.