@@ -16,13 +16,13 @@ crate-type = ["staticlib", "cdylib", "lib"]
1616# https://stackoverflow.com/a/73023306
1717
1818[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 }
2626
2727bs58 = " 0.4.0"
2828mina-p2p-messages = { workspace = true , features = [" hashing" ] }
@@ -39,9 +39,6 @@ libc = "0.2"
3939itertools = " 0.10"
4040tuple-map = " 0.4.0"
4141
42- # ark-ff = { version = "0.3.0", features = [ "parallel", "asm", "std" ] }
43- # ark-serialize = { version = "0.3.0", features = [ "std" ] }
44-
4542ark-ff = { git = " https://github.com/openmina/algebra" , branch = " openmina" , features = [ " parallel" , " asm" , " std" ] }
4643ark-ec = { git = " https://github.com/openmina/algebra" , branch = " openmina" , features = [ " std" ] }
4744ark-serialize = { git = " https://github.com/openmina/algebra" , branch = " openmina" , features = [ " std" ] }
@@ -105,29 +102,3 @@ inherits = "release"
105102debug = true
106103debug-assertions = true
107104overflow-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