Skip to content

Commit d7cbc05

Browse files
authored
⚡️ Leverage ContractListener in Autoprovers (#54)
1 parent a0ff58e commit d7cbc05

14 files changed

Lines changed: 407 additions & 4746 deletions

Cargo.lock

Lines changed: 66 additions & 64 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ members = ["contracts", "contracts/wallet", "server"]
66
sdk = { git = "https://github.com/hyli-org/hyli.git", package = "hyli-contract-sdk", branch = "main" }
77
client-sdk = { git = "https://github.com/hyli-org/hyli.git", default-features = false, package = "hyli-client-sdk", branch = "main" }
88
hyli-smt-token = { git = "https://github.com/hyli-org/hyli.git", package = "hyli-smt-token", branch = "main" }
9-
hyli-modules = { git = "https://github.com/hyli-org/hyli.git", package = "hyli-modules", branch = "main" }
9+
hyli-modules = { git = "https://github.com/hyli-org/hyli.git", package = "hyli-modules", branch = "main", features = [
10+
"db",
11+
] }
1012
hyli-turmoil-shims = { git = "https://github.com/hyli-org/hyli.git", default-features = false, package = "hyli-turmoil-shims", branch = "main" }
1113

1214
contracts = { path = "contracts", default-features = false, package = "contracts" }
@@ -21,7 +23,7 @@ edition = "2021"
2123
sha2 = { git = "https://github.com/risc0/RustCrypto-hashes", tag = "sha2-v0.10.9-risczero.0" }
2224
# boundless-market = { git = "https://github.com/hyli-org/boundless.git" }
2325

24-
# [patch."https://github.com/hyli_org/hyli"]
26+
# [patch."https://github.com/hyli-org/hyli"]
2527
# hyli-contract-sdk = { path = "../hyli/crates/contract-sdk", package = "hyli-contract-sdk" }
2628
# hyli-client-sdk = { path = "../hyli/crates/client-sdk", package = "hyli-client-sdk" }
2729
# hyli-smt-token = { path = "../hyli/crates/contracts/smt-token", package = "hyli-smt-token" }

front/bun.lock

Lines changed: 149 additions & 178 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)