Skip to content

Commit

Permalink
test: make prove commit work with maat (#684)
Browse files Browse the repository at this point in the history
  • Loading branch information
th7nder authored Jan 22, 2025
1 parent 2d5509a commit 220fc92
Show file tree
Hide file tree
Showing 8 changed files with 725 additions and 635 deletions.
36 changes: 36 additions & 0 deletions Cargo.lock

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

9 changes: 9 additions & 0 deletions maat/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,32 @@ target-debug = []
target-release = []

[dependencies]
bls12_381 = { workspace = true }
bs58.workspace = true
cid.workspace = true
codec = { workspace = true }
futures.workspace = true
hex = { workspace = true }
libp2p = { workspace = true, features = ["ecdsa", "identify"] }
polka-storage-proofs = { workspace = true, features = ["std", "substrate"] }
polka-storage-provider-common = { workspace = true }
primitives = { workspace = true, features = ["serde"] }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true, features = ["std"] }
storagext = { workspace = true }
subxt = { workspace = true, features = ["substrate-compat"] }
thiserror.workspace = true
tokio = { workspace = true, features = ["full"] }
tokio-util = { workspace = true, features = ["rt"] }
tracing = { workspace = true }
tracing-subscriber = { workspace = true, features = ["env-filter"] }

zombienet-configuration.workspace = true
zombienet-sdk.workspace = true
zombienet-support.workspace = true

[dev-dependencies]
tempfile = { workspace = true }

[lints]
workspace = true
316 changes: 130 additions & 186 deletions maat/tests/real_world.rs

Large diffs are not rendered by default.

9 changes: 6 additions & 3 deletions storage-provider/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,20 @@ storagext = { workspace = true, features = ["clap"] }

chrono = { workspace = true, features = ["serde"] }
cid = { workspace = true, features = ["serde", "std"] }
codec = { workspace = true }
filecoin-hashers.workspace = true
fr32.workspace = true
hex = { workspace = true, features = ["std"] }
jsonrpsee = { workspace = true, features = ["http-client", "macros", "server", "ws-client"] }
polka-storage-proofs = { workspace = true, features = ["std", "substrate"] }
serde = { workspace = true }
serde_json = { workspace = true }
storage-proofs-core.workspace = true
subxt = { workspace = true }
thiserror = { workspace = true }

[dev-dependencies]
polka-storage-proofs = { workspace = true, features = ["std"] }
tokio = { workspace = true, features = ["fs"] }
tokio-util = { workspace = true, features = ["rt"] }
tracing = { workspace = true }

[lints]
workspace = true
1 change: 1 addition & 0 deletions storage-provider/common/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@

pub mod commp;
pub mod rpc;
pub mod sector;
Loading

0 comments on commit 220fc92

Please sign in to comment.