-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New v2 bindings layer #2032
base: main
Are you sure you want to change the base?
New v2 bindings layer #2032
Conversation
src/build/js-layout-to-types-v2.mjs
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are these build files meant to be included here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this file is just the script to build the bindings, if thats what you mean
src/lib/provable/bool.ts
Outdated
/** | ||
* Boolean AND operation across a list of booleans, returns `Bool(true)` if all elements in the list are true. | ||
*/ | ||
static allTrue(list: (Bool | boolean)[]): Bool { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this included from a different PR? If not, should it be separated?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cherry picked from #2038
same vibe as #2036 but introduces the new bindings layer and seperates the two layers via distinct v1/v2 folders
bindings o1-labs/o1js-bindings#336