@@ -58,23 +58,27 @@ poly-commitment = {git = "https://github.com/openmina/proof-systems", rev = "dec
5858libp2p = { git = " https://github.com/openmina/rust-libp2p" , rev = " 5c44c7d9" , default-features = false }
5959vrf = { path = " vrf" }
6060openmina-node-account = { path = " node/account" }
61- redux = { git = " https://github.com/openmina/redux-rs.git" , rev = " ab14890c" , features = [" serde" ] }
61+ redux = { git = " https://github.com/openmina/redux-rs.git" , rev = " ab14890c" , features = [
62+ " serde" ,
63+ ] }
6264serde = " 1.0.190"
6365serde_json = " 1.0.107"
6466serde_with = { version = " 3.7.0" , features = [" hex" ] }
6567linkme = " 0.3.22"
6668static_assertions = " 1.1.0"
6769juniper = { version = " 0.16" }
6870
69- ark-ff = { version = " 0.3.0" , features = [ " parallel" , " asm" , " std" ] }
71+ ark-ff = { version = " 0.3.0" , features = [" parallel" , " asm" , " std" ] }
7072# UNCOMMENTED_IN_CI ark-ff = { version = "0.3.0", features = [ "parallel", "asm", "std", "32x9" ] }
7173
74+ graphannis-malloc_size_of = { git = " https://github.com/openmina/graphannis-malloc_size_of.git" , rev = " f7da9f6" }
75+ graphannis-malloc_size_of_derive = { git = " https://github.com/openmina/graphannis-malloc_size_of_derive.git" }
7276
7377[profile .fuzz ]
7478inherits = " release"
7579opt-level = 3
7680debug = 2
77- debug-assertions = true # TODO: test and disable if too slow
81+ debug-assertions = true # TODO: test and disable if too slow
7882overflow-checks = true
7983lto = false
8084panic = " abort"
@@ -87,7 +91,7 @@ ark-ec = { git = "https://github.com/openmina/algebra", rev = "aea157a" } # bran
8791ark-poly = { git = " https://github.com/openmina/algebra" , rev = " aea157a" } # branch: fix-openmina-webnode
8892ark-serialize = { git = " https://github.com/openmina/algebra" , rev = " aea157a" } # branch: fix-openmina-webnode
8993
90- num-bigint = { git = " https://github.com/openmina/num-bigint" , rev = " 8bb5ee4" } # branch: on-stack
94+ num-bigint = { git = " https://github.com/openmina/num-bigint" , rev = " 8bb5ee4" } # branch: on-stack
9195num-rational = { git = " https://github.com/openmina/num-rational" , rev = " 336f11d" } # branch: on-stack
9296
9397[profile .test .package ."*" ]
0 commit comments