@@ -16,13 +16,13 @@ crate-type = ["staticlib", "cdylib", "lib"]
16
16
# https://stackoverflow.com/a/73023306
17
17
18
18
[dependencies ]
19
- mina-hasher = { git = " https://github.com/openmina/proof-systems " , branch = " ledger-newtypes-rampup4 " }
20
- mina-signer = { git = " https://github.com/openmina/proof-systems " , branch = " ledger-newtypes-rampup4 " }
21
- mina-curves = { git = " https://github.com/openmina/proof-systems " , branch = " ledger-newtypes-rampup4 " }
22
- o1-utils = { git = " https://github.com/openmina/proof-systems " , branch = " ledger-newtypes-rampup4 " }
23
- kimchi = { git = " https://github.com/openmina/proof-systems " , branch = " ledger-newtypes-rampup4 " }
24
- mina-poseidon = {git = " https://github.com/openmina/proof-systems " , branch = " ledger-newtypes-rampup4 " }
25
- poly-commitment = {git = " https://github.com/openmina/proof-systems " , branch = " ledger-newtypes-rampup4 " }
19
+ mina-hasher = { workspace = true }
20
+ mina-signer = { workspace = true }
21
+ mina-curves = { workspace = true }
22
+ o1-utils = { workspace = true }
23
+ kimchi = { workspace = true }
24
+ mina-poseidon = { workspace = true }
25
+ poly-commitment = { workspace = true }
26
26
27
27
bs58 = " 0.4.0"
28
28
mina-p2p-messages = { workspace = true , features = [" hashing" ] }
@@ -39,9 +39,6 @@ libc = "0.2"
39
39
itertools = " 0.10"
40
40
tuple-map = " 0.4.0"
41
41
42
- # ark-ff = { version = "0.3.0", features = [ "parallel", "asm", "std" ] }
43
- # ark-serialize = { version = "0.3.0", features = [ "std" ] }
44
-
45
42
ark-ff = { git = " https://github.com/openmina/algebra" , branch = " openmina" , features = [ " parallel" , " asm" , " std" ] }
46
43
ark-ec = { git = " https://github.com/openmina/algebra" , branch = " openmina" , features = [ " std" ] }
47
44
ark-serialize = { git = " https://github.com/openmina/algebra" , branch = " openmina" , features = [ " std" ] }
@@ -105,29 +102,3 @@ inherits = "release"
105
102
debug = true
106
103
debug-assertions = true
107
104
overflow-checks = true
108
-
109
- [patch .crates-io ]
110
- ark-ff = { git = " https://github.com/openmina/algebra" , branch = " openmina" }
111
- ark-ec = { git = " https://github.com/openmina/algebra" , branch = " openmina" }
112
- ark-poly = { git = " https://github.com/openmina/algebra" , branch = " openmina" }
113
- ark-serialize = { git = " https://github.com/openmina/algebra" , branch = " openmina" }
114
- # ark-ff = { path = "/home/sebastien/github/algebra/ff" }
115
- # ark-ec = { path = "/home/sebastien/github/algebra/ec" }
116
- # ark-poly = { path = "/home/sebastien/github/algebra/poly" }
117
- # ark-serialize = { path = "/home/sebastien/github/algebra/serialize" }
118
-
119
- [patch .'https://github .com/o1-labs/proof-systems' ]
120
- mina-hasher = { git = " https://github.com/openmina/proof-systems" , branch = " ledger-newtypes-rampup4" }
121
- mina-signer = { git = " https://github.com/openmina/proof-systems" , branch = " ledger-newtypes-rampup4" }
122
- mina-curves = { git = " https://github.com/openmina/proof-systems" , branch = " ledger-newtypes-rampup4" }
123
- o1-utils = { git = " https://github.com/openmina/proof-systems" , branch = " ledger-newtypes-rampup4" }
124
- kimchi = { git = " https://github.com/openmina/proof-systems" , branch = " ledger-newtypes-rampup4" }
125
- mina-poseidon = {git = " https://github.com/openmina/proof-systems" , branch = " ledger-newtypes-rampup4" }
126
- poly-commitment = {git = " https://github.com/openmina/proof-systems" , branch = " ledger-newtypes-rampup4" }
127
-
128
- # mina-hasher = { path = "/home/sebastien/github/proof-systems/hasher" }
129
- # mina-signer = { path = "/home/sebastien/github/proof-systems/signer" }
130
- # mina-curves = { path = "/home/sebastien/github/proof-systems/curves" }
131
- # o1-utils = { path = "/home/sebastien/github/proof-systems/utils" }
132
- # kimchi = { path = "/home/sebastien/github/proof-systems/kimchi" }
133
- # oracle = { path = "/home/sebastien/github/proof-systems/oracle" }
0 commit comments