@@ -16,8 +16,6 @@ members = [
16
16
" ledger" ,
17
17
]
18
18
19
- exclude = [ " deps/redux-rs" ]
20
-
21
19
resolver = " 2"
22
20
23
21
[workspace .dependencies ]
@@ -35,38 +33,20 @@ panic = "abort"
35
33
incremental = false
36
34
codegen-units = 1
37
35
38
- [patch .'https://github .com/openmina/algebra' ]
39
- ark-ff = { path = " deps/algebra/ff" }
40
- ark-ec = { path = " deps/algebra/ec" }
41
- ark-poly = { path = " deps/algebra/poly" }
42
- ark-serialize = { path = " deps/algebra/serialize" }
43
-
44
36
[patch .crates-io ]
45
- ark-ff = { path = " deps/algebra/ff" }
46
- ark-ec = { path = " deps/algebra/ec" }
47
- ark-poly = { path = " deps/algebra/poly" }
48
- ark-serialize = { path = " deps/algebra/serialize" }
49
-
50
- [patch .'https://github .com/openmina/proof-systems' ]
51
- mina-hasher = { path = " deps/proof-systems/hasher" }
52
- mina-signer = { path = " deps/proof-systems/signer" }
53
- mina-curves = { path = " deps/proof-systems/curves" }
54
- o1-utils = { path = " deps/proof-systems/utils" }
55
- kimchi = { path = " deps/proof-systems/kimchi" }
56
- poly-commitment = { path = " deps/proof-systems/poly-commitment" }
57
- mina-poseidon = { path = " deps/proof-systems/poseidon" }
37
+ ark-ff = { git = " https://github.com/openmina/algebra" , branch = " openmina" }
38
+ ark-ec = { git = " https://github.com/openmina/algebra" , branch = " openmina" }
39
+ ark-poly = { git = " https://github.com/openmina/algebra" , branch = " openmina" }
40
+ ark-serialize = { git = " https://github.com/openmina/algebra" , branch = " openmina" }
58
41
59
42
[patch .'https://github .com/o1-labs/proof-systems' ]
60
- mina-hasher = { path = " deps/proof-systems/hasher" }
61
- mina-signer = { path = " deps/proof-systems/signer" }
62
- mina-curves = { path = " deps/proof-systems/curves" }
63
- o1-utils = { path = " deps/proof-systems/utils" }
64
- kimchi = { path = " deps/proof-systems/kimchi" }
65
- poly-commitment = { path = " deps/proof-systems/poly-commitment" }
66
- mina-poseidon = { path = " deps/proof-systems/poseidon" }
67
-
68
- [patch .'https://github .com/openmina/redux-rs' ]
69
- redux = { path = " deps/redux-rs" }
43
+ mina-hasher = { git = " https://github.com/openmina/proof-systems" , branch = " ledger-newtypes-rampup4" }
44
+ mina-signer = { git = " https://github.com/openmina/proof-systems" , branch = " ledger-newtypes-rampup4" }
45
+ mina-curves = { git = " https://github.com/openmina/proof-systems" , branch = " ledger-newtypes-rampup4" }
46
+ o1-utils = { git = " https://github.com/openmina/proof-systems" , branch = " ledger-newtypes-rampup4" }
47
+ kimchi = { git = " https://github.com/openmina/proof-systems" , branch = " ledger-newtypes-rampup4" }
48
+ mina-poseidon = {git = " https://github.com/openmina/proof-systems" , branch = " ledger-newtypes-rampup4" }
49
+ poly-commitment = {git = " https://github.com/openmina/proof-systems" , branch = " ledger-newtypes-rampup4" }
70
50
71
51
[patch .'https://github .com/openmina/ledger' ]
72
52
ledger = { path = " ledger" , package = " mina-tree" }
0 commit comments