Skip to content
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

Open
wants to merge 19 commits into
base: main
Choose a base branch
from
Open

New v2 bindings layer #2032

wants to merge 19 commits into from

Conversation

Trivo25
Copy link
Member

@Trivo25 Trivo25 commented Feb 12, 2025

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

@Trivo25 Trivo25 marked this pull request as ready for review February 12, 2025 14:36
@Trivo25 Trivo25 requested a review from a team as a code owner February 12, 2025 14:36
@Trivo25 Trivo25 changed the base branch from main to seperate-api-version-v2 February 16, 2025 06:34
@Trivo25 Trivo25 requested review from a team as code owners February 18, 2025 08:50
@Trivo25 Trivo25 requested review from 45930 and Geometer1729 and removed request for a team February 18, 2025 08:50
Copy link
Contributor

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?

Copy link
Member Author

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

/**
* 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 {
Copy link
Contributor

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?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cherry picked from #2038

Base automatically changed from seperate-api-version-v2 to main February 19, 2025 08:26
@Trivo25 Trivo25 self-assigned this Feb 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants