Skip to content

Commit

Permalink
Merge pull request #315 from o1-labs/fix-list-limit
Browse files Browse the repository at this point in the history
Add support for more branches
  • Loading branch information
Trivo25 authored Dec 4, 2024
2 parents e172bf0 + 34a05bc commit 46cf810
Show file tree
Hide file tree
Showing 12 changed files with 118,864 additions and 118,777 deletions.
233,849 changes: 116,958 additions & 116,891 deletions compiled/node_bindings/o1js_node.bc.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion compiled/node_bindings/o1js_node.bc.map

Large diffs are not rendered by default.

998 changes: 499 additions & 499 deletions compiled/node_bindings/plonk_wasm.cjs

Large diffs are not rendered by default.

410 changes: 205 additions & 205 deletions compiled/node_bindings/plonk_wasm.d.cts

Large diffs are not rendered by default.

Binary file modified compiled/node_bindings/plonk_wasm_bg.wasm
Binary file not shown.
652 changes: 326 additions & 326 deletions compiled/node_bindings/plonk_wasm_bg.wasm.d.ts

Large diffs are not rendered by default.

82 changes: 41 additions & 41 deletions compiled/web_bindings/o1js_web.bc.js

Large diffs are not rendered by default.

690 changes: 345 additions & 345 deletions compiled/web_bindings/plonk_wasm.d.ts

Large diffs are not rendered by default.

432 changes: 216 additions & 216 deletions compiled/web_bindings/plonk_wasm.js

Large diffs are not rendered by default.

Binary file modified compiled/web_bindings/plonk_wasm_bg.wasm
Binary file not shown.
506 changes: 253 additions & 253 deletions compiled/web_bindings/plonk_wasm_bg.wasm.d.ts

Large diffs are not rendered by default.

20 changes: 20 additions & 0 deletions ocaml/lib/pickles_bindings.ml
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,16 @@ let nat_modules_list : (module Pickles_types.Nat.Intf) list =
; (module N18)
; (module N19)
; (module N20)
; (module N21)
; (module N22)
; (module N23)
; (module N24)
; (module N25)
; (module N26)
; (module N27)
; (module N28)
; (module N29)
; (module N30)
]

let nat_add_modules_list : (module Pickles_types.Nat.Add.Intf) list =
Expand All @@ -567,6 +577,16 @@ let nat_add_modules_list : (module Pickles_types.Nat.Add.Intf) list =
; (module N18)
; (module N19)
; (module N20)
; (module N21)
; (module N22)
; (module N23)
; (module N24)
; (module N25)
; (module N26)
; (module N27)
; (module N28)
; (module N29)
; (module N30)
]

let nat_module (i : int) : (module Pickles_types.Nat.Intf) =
Expand Down

0 comments on commit 46cf810

Please sign in to comment.