mirror of
https://github.com/powdr-labs/powdr.git
synced 2026-01-08 04:53:59 -05:00
Update openvm dep to forked synced with v1.3.0 (#3267)
This commit is contained in:
committed by
GitHub
parent
0e1d9d73dd
commit
b0d4178477
58
Cargo.toml
58
Cargo.toml
@@ -45,40 +45,40 @@ powdr-openvm-hints-transpiler = { path = "./openvm/extensions/hints-transpiler",
|
||||
powdr-openvm-hints-circuit = { path = "./openvm/extensions/hints-circuit", version = "0.1.4" }
|
||||
|
||||
# openvm
|
||||
openvm = { git = "https://github.com/powdr-labs/openvm.git", rev = "dcf8ee6" }
|
||||
openvm-build = { git = "https://github.com/powdr-labs/openvm.git", rev = "dcf8ee6" }
|
||||
openvm-rv32im-circuit = { git = "https://github.com/powdr-labs/openvm.git", rev = "dcf8ee6" }
|
||||
openvm-rv32im-transpiler = { git = "https://github.com/powdr-labs/openvm.git", rev = "dcf8ee6" }
|
||||
openvm-rv32im-guest = { git = "https://github.com/powdr-labs/openvm.git", rev = "dcf8ee6", default-features = false }
|
||||
openvm-transpiler = { git = "https://github.com/powdr-labs/openvm.git", rev = "dcf8ee6" }
|
||||
openvm-circuit = { git = "https://github.com/powdr-labs/openvm.git", rev = "dcf8ee6" }
|
||||
openvm-circuit-derive = { git = "https://github.com/powdr-labs/openvm.git", rev = "dcf8ee6" }
|
||||
openvm-circuit-primitives = { git = "https://github.com/powdr-labs/openvm.git", rev = "dcf8ee6" }
|
||||
openvm-circuit-primitives-derive = { git = "https://github.com/powdr-labs/openvm.git", rev = "dcf8ee6" }
|
||||
openvm-instructions = { git = "https://github.com/powdr-labs/openvm.git", rev = "dcf8ee6" }
|
||||
openvm-instructions-derive = { git = "https://github.com/powdr-labs/openvm.git", rev = "dcf8ee6" }
|
||||
openvm-sdk = { git = "https://github.com/powdr-labs/openvm.git", rev = "dcf8ee6", default-features = false, features = [
|
||||
openvm = { git = "https://github.com/powdr-labs/openvm.git", rev = "62c5d26" }
|
||||
openvm-build = { git = "https://github.com/powdr-labs/openvm.git", rev = "62c5d26" }
|
||||
openvm-rv32im-circuit = { git = "https://github.com/powdr-labs/openvm.git", rev = "62c5d26" }
|
||||
openvm-rv32im-transpiler = { git = "https://github.com/powdr-labs/openvm.git", rev = "62c5d26" }
|
||||
openvm-rv32im-guest = { git = "https://github.com/powdr-labs/openvm.git", rev = "62c5d26", default-features = false }
|
||||
openvm-transpiler = { git = "https://github.com/powdr-labs/openvm.git", rev = "62c5d26" }
|
||||
openvm-circuit = { git = "https://github.com/powdr-labs/openvm.git", rev = "62c5d26" }
|
||||
openvm-circuit-derive = { git = "https://github.com/powdr-labs/openvm.git", rev = "62c5d26" }
|
||||
openvm-circuit-primitives = { git = "https://github.com/powdr-labs/openvm.git", rev = "62c5d26" }
|
||||
openvm-circuit-primitives-derive = { git = "https://github.com/powdr-labs/openvm.git", rev = "62c5d26" }
|
||||
openvm-instructions = { git = "https://github.com/powdr-labs/openvm.git", rev = "62c5d26" }
|
||||
openvm-instructions-derive = { git = "https://github.com/powdr-labs/openvm.git", rev = "62c5d26" }
|
||||
openvm-sdk = { git = "https://github.com/powdr-labs/openvm.git", rev = "62c5d26", default-features = false, features = [
|
||||
"parallel",
|
||||
"jemalloc",
|
||||
"nightly-features",
|
||||
"bench-metrics",
|
||||
] }
|
||||
openvm-ecc-circuit = { git = "https://github.com/powdr-labs/openvm.git", rev = "dcf8ee6" }
|
||||
openvm-ecc-transpiler = { git = "https://github.com/powdr-labs/openvm.git", rev = "dcf8ee6" }
|
||||
openvm-keccak256-circuit = { git = "https://github.com/powdr-labs/openvm.git", rev = "dcf8ee6" }
|
||||
openvm-keccak256-transpiler = { git = "https://github.com/powdr-labs/openvm.git", rev = "dcf8ee6" }
|
||||
openvm-sha256-circuit = { git = "https://github.com/powdr-labs/openvm.git", rev = "dcf8ee6" }
|
||||
openvm-sha256-transpiler = { git = "https://github.com/powdr-labs/openvm.git", rev = "dcf8ee6" }
|
||||
openvm-algebra-circuit = { git = "https://github.com/powdr-labs/openvm.git", rev = "dcf8ee6" }
|
||||
openvm-algebra-transpiler = { git = "https://github.com/powdr-labs/openvm.git", rev = "dcf8ee6" }
|
||||
openvm-bigint-circuit = { git = "https://github.com/powdr-labs/openvm.git", rev = "dcf8ee6" }
|
||||
openvm-bigint-transpiler = { git = "https://github.com/powdr-labs/openvm.git", rev = "dcf8ee6" }
|
||||
openvm-pairing-circuit = { git = "https://github.com/powdr-labs/openvm.git", rev = "dcf8ee6" }
|
||||
openvm-pairing-transpiler = { git = "https://github.com/powdr-labs/openvm.git", rev = "dcf8ee6" }
|
||||
openvm-native-circuit = { git = "https://github.com/powdr-labs/openvm.git", rev = "dcf8ee6", default-features = false }
|
||||
openvm-native-recursion = { git = "https://github.com/powdr-labs/openvm.git", rev = "dcf8ee6", default-features = false }
|
||||
openvm-platform = { git = "https://github.com/powdr-labs/openvm.git", rev = "dcf8ee6" }
|
||||
openvm-custom-insn = { git = "https://github.com/powdr-labs/openvm.git", rev = "dcf8ee6" }
|
||||
openvm-ecc-circuit = { git = "https://github.com/powdr-labs/openvm.git", rev = "62c5d26" }
|
||||
openvm-ecc-transpiler = { git = "https://github.com/powdr-labs/openvm.git", rev = "62c5d26" }
|
||||
openvm-keccak256-circuit = { git = "https://github.com/powdr-labs/openvm.git", rev = "62c5d26" }
|
||||
openvm-keccak256-transpiler = { git = "https://github.com/powdr-labs/openvm.git", rev = "62c5d26" }
|
||||
openvm-sha256-circuit = { git = "https://github.com/powdr-labs/openvm.git", rev = "62c5d26" }
|
||||
openvm-sha256-transpiler = { git = "https://github.com/powdr-labs/openvm.git", rev = "62c5d26" }
|
||||
openvm-algebra-circuit = { git = "https://github.com/powdr-labs/openvm.git", rev = "62c5d26" }
|
||||
openvm-algebra-transpiler = { git = "https://github.com/powdr-labs/openvm.git", rev = "62c5d26" }
|
||||
openvm-bigint-circuit = { git = "https://github.com/powdr-labs/openvm.git", rev = "62c5d26" }
|
||||
openvm-bigint-transpiler = { git = "https://github.com/powdr-labs/openvm.git", rev = "62c5d26" }
|
||||
openvm-pairing-circuit = { git = "https://github.com/powdr-labs/openvm.git", rev = "62c5d26" }
|
||||
openvm-pairing-transpiler = { git = "https://github.com/powdr-labs/openvm.git", rev = "62c5d26" }
|
||||
openvm-native-circuit = { git = "https://github.com/powdr-labs/openvm.git", rev = "62c5d26", default-features = false }
|
||||
openvm-native-recursion = { git = "https://github.com/powdr-labs/openvm.git", rev = "62c5d26", default-features = false }
|
||||
openvm-platform = { git = "https://github.com/powdr-labs/openvm.git", rev = "62c5d26" }
|
||||
openvm-custom-insn = { git = "https://github.com/powdr-labs/openvm.git", rev = "62c5d26" }
|
||||
|
||||
# stark-backend
|
||||
openvm-stark-sdk = { git = "https://github.com/powdr-labs/stark-backend.git", rev = "ee4e22b", default-features = false, features = [
|
||||
|
||||
@@ -6,10 +6,10 @@ version = "0.0.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
openvm = { git = "https://github.com/powdr-labs/openvm.git" }
|
||||
openvm-ecc-guest = { git = "https://github.com/powdr-labs/openvm.git", subdirectory = "extensions/ecc/guest", default-features = false }
|
||||
openvm-algebra-guest = { git = "https://github.com/powdr-labs/openvm.git", subdirectory = "extensions/algebra/guest", default-features = false }
|
||||
openvm-k256 = { git = "https://github.com/powdr-labs/openvm.git", subdirectory = "guest-libs/k256", package = "k256", features = [
|
||||
openvm = { git = "https://github.com/powdr-labs/openvm.git", rev="62c5d26" }
|
||||
openvm-ecc-guest = { git = "https://github.com/powdr-labs/openvm.git", rev="62c5d26", subdirectory = "extensions/ecc/guest", default-features = false }
|
||||
openvm-algebra-guest = { git = "https://github.com/powdr-labs/openvm.git", rev="62c5d26", subdirectory = "extensions/algebra/guest", default-features = false }
|
||||
openvm-k256 = { git = "https://github.com/powdr-labs/openvm.git", rev="62c5d26", subdirectory = "guest-libs/k256", package = "k256", features = [
|
||||
"ecdsa",
|
||||
]}
|
||||
|
||||
|
||||
@@ -5,6 +5,6 @@ version = "0.0.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
openvm = { git = "https://github.com/powdr-labs/openvm.git", rev = "dcf8ee6" }
|
||||
k256 = { git= "https://github.com/powdr-labs/elliptic-curves-k256", tag="k256/powdr/v0.13.4-2025.08.22", default-features = false, features=["expose-field", "arithmetic"]}
|
||||
openvm = { git = "https://github.com/powdr-labs/openvm.git", rev = "62c5d26" }
|
||||
k256 = { git= "https://github.com/powdr-labs/elliptic-curves-k256", rev = "3ef00a4", default-features = false, features=["expose-field", "arithmetic"]}
|
||||
hex-literal = "1.0.0"
|
||||
@@ -5,6 +5,6 @@ version = "0.0.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
openvm = { git = "https://github.com/powdr-labs/openvm.git" }
|
||||
openvm = { git = "https://github.com/powdr-labs/openvm.git", rev="62c5d26" }
|
||||
k256 = { version = "0.13", default-features = false, features = ["arithmetic"] }
|
||||
hex-literal = "1.0.0"
|
||||
@@ -5,12 +5,12 @@ version = "0.0.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
openvm = { git = "https://github.com/powdr-labs/openvm.git" }
|
||||
openvm-algebra-guest = { git = "https://github.com/powdr-labs/openvm.git" }
|
||||
openvm-algebra-moduli-macros = { git = "https://github.com/powdr-labs/openvm.git" }
|
||||
openvm-ecc-guest = { git = "https://github.com/powdr-labs/openvm.git" }
|
||||
openvm-ecc-sw-macros = { git = "https://github.com/powdr-labs/openvm.git" }
|
||||
openvm-k256 = { git = "https://github.com/powdr-labs/openvm.git",package = "k256" }
|
||||
openvm = { git = "https://github.com/powdr-labs/openvm.git", rev="62c5d26" }
|
||||
openvm-algebra-guest = { git = "https://github.com/powdr-labs/openvm.git", rev="62c5d26" }
|
||||
openvm-algebra-moduli-macros = { git = "https://github.com/powdr-labs/openvm.git", rev="62c5d26" }
|
||||
openvm-ecc-guest = { git = "https://github.com/powdr-labs/openvm.git", rev="62c5d26" }
|
||||
openvm-ecc-sw-macros = { git = "https://github.com/powdr-labs/openvm.git", rev="62c5d26" }
|
||||
openvm-k256 = { git = "https://github.com/powdr-labs/openvm.git", rev="62c5d26", package = "k256" }
|
||||
|
||||
elliptic-curve = { version = "0.13.8" }
|
||||
ecdsa = { version = "0.16.9" }
|
||||
|
||||
@@ -5,7 +5,7 @@ version = "0.0.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
openvm = { git = "https://github.com/powdr-labs/openvm.git", rev="dcf8ee6" }
|
||||
k256={ git ="https://github.com/powdr-labs/elliptic-curves-k256", tag= "k256/powdr/v0.13.4-2025.08.22",default-features=false, features = ["expose-field", "arithmetic", "ecdsa"] }
|
||||
openvm = { git = "https://github.com/powdr-labs/openvm.git", rev="62c5d26" }
|
||||
k256 = { git ="https://github.com/powdr-labs/elliptic-curves-k256", rev = "3ef00a4", default-features=false, features = ["expose-field", "arithmetic", "ecdsa"] }
|
||||
hex-literal = { version = "0.4.1", default-features = false }
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ edition = "2021"
|
||||
[dependencies]
|
||||
# The `rev` here must point to the same version used in the workspace.
|
||||
# Otherwise, there is conflict with the `powdr-openvm-hints-guest` dependency (which is part of the workspace).
|
||||
openvm = { git = "https://github.com/powdr-labs/openvm.git", rev = "391b737" }
|
||||
openvm = { git = "https://github.com/powdr-labs/openvm.git", rev = "62c5d26" }
|
||||
powdr-openvm-hints-guest = { path = "../extensions/hints-guest/" }
|
||||
|
||||
[profile.release-with-debug]
|
||||
|
||||
@@ -7,9 +7,9 @@ edition = "2021"
|
||||
members = []
|
||||
|
||||
[dependencies]
|
||||
openvm = { git = "https://github.com/powdr-labs/openvm.git" }
|
||||
openvm-platform = { git = "https://github.com/powdr-labs/openvm.git" }
|
||||
openvm-keccak256 = { git = "https://github.com/powdr-labs/openvm.git" }
|
||||
openvm = { git = "https://github.com/powdr-labs/openvm.git", rev="62c5d26" }
|
||||
openvm-platform = { git = "https://github.com/powdr-labs/openvm.git", rev="62c5d26" }
|
||||
openvm-keccak256 = { git = "https://github.com/powdr-labs/openvm.git", rev="62c5d26" }
|
||||
|
||||
[features]
|
||||
default = []
|
||||
|
||||
@@ -5,7 +5,7 @@ version = "0.0.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
openvm = { git = "https://github.com/powdr-labs/openvm.git" }
|
||||
openvm = { git = "https://github.com/powdr-labs/openvm.git", rev="62c5d26" }
|
||||
tiny-keccak = { version = "2.0.2", features = ["keccak"] }
|
||||
|
||||
[profile.release-with-debug]
|
||||
|
||||
@@ -5,7 +5,7 @@ version = "0.0.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
openvm = { git = "https://github.com/powdr-labs/openvm.git" }
|
||||
openvm = { git = "https://github.com/powdr-labs/openvm.git", rev="62c5d26" }
|
||||
|
||||
[profile.release-with-debug]
|
||||
inherits = "release"
|
||||
|
||||
@@ -7,9 +7,9 @@ edition = "2021"
|
||||
members = []
|
||||
|
||||
[dependencies]
|
||||
openvm = { git = "https://github.com/powdr-labs/openvm.git" }
|
||||
openvm-platform = { git = "https://github.com/powdr-labs/openvm.git" }
|
||||
openvm-sha2 = { git = "https://github.com/powdr-labs/openvm.git" }
|
||||
openvm = { git = "https://github.com/powdr-labs/openvm.git", rev="62c5d26" }
|
||||
openvm-platform = { git = "https://github.com/powdr-labs/openvm.git", rev="62c5d26" }
|
||||
openvm-sha2 = { git = "https://github.com/powdr-labs/openvm.git", rev="62c5d26" }
|
||||
|
||||
[features]
|
||||
default = []
|
||||
|
||||
@@ -5,7 +5,7 @@ version = "0.0.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
openvm = { git = "https://github.com/powdr-labs/openvm.git"}
|
||||
openvm = { git = "https://github.com/powdr-labs/openvm.git", rev="62c5d26" }
|
||||
sha2 = { version = "0.10", default-features = false }
|
||||
digest = { version = "0.10", default-features = false }
|
||||
|
||||
|
||||
@@ -7,10 +7,10 @@ edition = "2021"
|
||||
members = []
|
||||
|
||||
[dependencies]
|
||||
openvm = { git = "https://github.com/powdr-labs/openvm.git", features = [
|
||||
openvm = { git = "https://github.com/powdr-labs/openvm.git", rev="62c5d26", features = [
|
||||
"std",
|
||||
] }
|
||||
openvm-ruint = { git = "https://github.com/powdr-labs/openvm.git", package = "ruint" }
|
||||
openvm-ruint = { git = "https://github.com/powdr-labs/openvm.git", rev="62c5d26", package = "ruint" }
|
||||
|
||||
[features]
|
||||
default = []
|
||||
|
||||
@@ -7,7 +7,7 @@ edition = "2021"
|
||||
members = []
|
||||
|
||||
[dependencies]
|
||||
openvm = { git = "https://github.com/powdr-labs/openvm.git", features = [
|
||||
openvm = { git = "https://github.com/powdr-labs/openvm.git", rev="62c5d26", features = [
|
||||
"std",
|
||||
] }
|
||||
ruint = "1.16"
|
||||
|
||||
@@ -5,7 +5,7 @@ version = "0.0.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
openvm = { git = "https://github.com/powdr-labs/openvm.git" }
|
||||
openvm = { git = "https://github.com/powdr-labs/openvm.git", rev="62c5d26" }
|
||||
|
||||
[profile.release-with-debug]
|
||||
inherits = "release"
|
||||
|
||||
Reference in New Issue
Block a user