@@ -15,15 +15,11 @@ default = ["console_error_panic_hook"]
1515serde = { version = " 1.0" , features = [" derive" ] }
1616serde-wasm-bindgen = " 0.3.0"
1717wasm-bindgen = { version = " 0.2.90" , features = [" serde-serialize" ] }
18- verkle-trie = { git = " https://github.com/crate-crypto/rust-verkle" , rev = " 7688f0aedfb147d3d391abfe8495e46c46d72ce0" }
19- verkle-spec = { git = " https://github.com/crate-crypto/rust-verkle" , rev = " 7688f0aedfb147d3d391abfe8495e46c46d72ce0" }
20- ipa-multipoint = { git = " https://github.com/crate-crypto/rust-verkle" , rev = " 7688f0aedfb147d3d391abfe8495e46c46d72ce0" }
21- banderwagon = { git = " https://github.com/crate-crypto/rust-verkle" , rev = " 7688f0aedfb147d3d391abfe8495e46c46d72ce0" }
22- ffi_interface = { git = " https://github.com/crate-crypto/rust-verkle" , rev = " 7688f0aedfb147d3d391abfe8495e46c46d72ce0" }
23- ark-ff = " 0.4.0"
24- ark-serialize = { version = " ^0.4.0" , default-features = false }
25-
26- hex = " *"
18+ ipa-multipoint = { git = " https://github.com/crate-crypto/rust-verkle" , rev = " 594a70e3df16db9d870b7d3c82479d041cfd1b2d" }
19+ banderwagon = { git = " https://github.com/crate-crypto/rust-verkle" , rev = " 594a70e3df16db9d870b7d3c82479d041cfd1b2d" }
20+ ffi_interface = { git = " https://github.com/crate-crypto/rust-verkle" , rev = " 594a70e3df16db9d870b7d3c82479d041cfd1b2d" }
21+
22+ hex = " 0.4.3"
2723# This is needed so that we can enable the js feature, which is being used in ark-serialize
2824# Without it, the wasm will not compile, since we cannot conditionally compile ark-serialize
2925getrandom = { version = " 0.2.3" , features = [" js" ] }
0 commit comments