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

Move low-level operations to JS #35

Merged
merged 9 commits into from
Jun 20, 2023
Merged

Move low-level operations to JS #35

merged 9 commits into from
Jun 20, 2023

Conversation

Trivo25
Copy link
Member

@Trivo25 Trivo25 commented Jun 6, 2023

No description provided.

@Trivo25 Trivo25 changed the base branch from main to refactor/group June 6, 2023 14:53
@@ -1227,6 +1239,8 @@ let snarky =
object%js
method add = Snarky.Group.add

method ecadd = Snarky.Group.ec_add
Copy link
Member Author

Choose a reason for hiding this comment

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

TIL jsoo doesn't like underscores in names; naming it ec_add can't be resolved for some reason

Copy link
Contributor

Choose a reason for hiding this comment

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

yep, I noticed that as well. good way of making you stick to camel case in JS facing APIs :D

Base automatically changed from refactor/group to main June 8, 2023 11:03
@Trivo25 Trivo25 marked this pull request as ready for review June 11, 2023 18:03
@@ -1227,6 +1239,8 @@ let snarky =
object%js
method add = Snarky.Group.add

method ecadd = Snarky.Group.ec_add
Copy link
Contributor

Choose a reason for hiding this comment

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

yep, I noticed that as well. good way of making you stick to camel case in JS facing APIs :D

@Trivo25 Trivo25 merged commit b26979e into main Jun 20, 2023
@Trivo25 Trivo25 deleted the refactor/group-add branch June 20, 2023 09:20
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.

2 participants