-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1837 from o1-labs/volhovm/poseidon-vectors-fix
Update mina compatible to contain poseidon vectors fix
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule bindings
updated
14 files
+1 −1 | MINA_COMMIT | |
+201,839 −201,844 | compiled/node_bindings/o1js_node.bc.cjs | |
+1 −1 | compiled/node_bindings/o1js_node.bc.map | |
+1,475 −1,474 | compiled/node_bindings/plonk_wasm.cjs | |
+419 −419 | compiled/node_bindings/plonk_wasm.d.cts | |
+ − | compiled/node_bindings/plonk_wasm_bg.wasm | |
+329 −329 | compiled/node_bindings/plonk_wasm_bg.wasm.d.ts | |
+120 −120 | compiled/web_bindings/o1js_web.bc.js | |
+841 −841 | compiled/web_bindings/plonk_wasm.d.ts | |
+1,510 −1,509 | compiled/web_bindings/plonk_wasm.js | |
+ − | compiled/web_bindings/plonk_wasm_bg.wasm | |
+354 −354 | compiled/web_bindings/plonk_wasm_bg.wasm.d.ts | |
+21 −21 | crypto/test-vectors/poseidon-kimchi.ts | |
+21 −21 | crypto/test-vectors/poseidon-legacy.ts |