Skip to content

Commit

Permalink
Merge pull request #65 from availproject/add_new_proof_gen
Browse files Browse the repository at this point in the history
Add new proof gen
  • Loading branch information
ToufeeqP authored Jan 15, 2024
2 parents 8193c44 + 2da35f6 commit 060d552
Show file tree
Hide file tree
Showing 5 changed files with 418 additions and 2 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.

8 changes: 7 additions & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,18 @@ license = "Apache-2.0"
[dependencies]
# Others
derive_more = { version = "0.99.17", default-features = false, features = ["constructor", "from", "add", "deref", "mul", "into"] }
ethabi = { version = "18.0.0", default-features = false }
hash256-std-hasher = { version = "0.15.2", default-features = false }
hex = { version = "0.4", optional = true, default-features = false, features = ["alloc", "serde"] }
log = { version = "0.4.8", default-features = false }
serde = { version = "1.0.163", default-features = false, features = ["derive", "alloc"], optional = true }
static_assertions = { version = "1.1.0" }
thiserror-no-std = { version = "2.0.2" }

nomad-core = {path = "../nomad/core", default-features = false}
tiny-keccak = { version = "2.0.2", default-features = false, features = ["keccak"] }


# Substrate
binary-merkle-tree = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v1.0.0", default-features = false, optional = true }
codec = { package = "parity-scale-codec", version = "3", default-features = false, features = ["derive", "max-encoded-len"] }
Expand All @@ -41,10 +46,11 @@ std = [
"binary-merkle-tree?/std",
"codec/std",
"derive_more/display",
"frame-support?/std",
"frame-support/std",
"hash256-std-hasher/std",
"hex",
"log/std",
"nomad-core/std",
"scale-info/std",
"serde/std",
"sp-arithmetic/std",
Expand Down
Loading

0 comments on commit 060d552

Please sign in to comment.