-
Notifications
You must be signed in to change notification settings - Fork 550
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
Integrate and enable new rust bindings #6579
Conversation
…ntegrate-ocaml-heap-rust-bindings
module Bignum_bigint = Snarky_backendless.Backend_extended.Bignum_bigint | ||
|
||
(* |
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.
Delete
|
||
(* |
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.
Delete
val sqrt : t -> t | ||
|
||
val det_sqrt : t -> t | ||
(*val det_sqrt : t -> t |
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.
Delete
Deploy preview for mina-staging ready! Built with commit 11b6c87 |
This PR integrates the latest version of the bindings with the pickles library and the system on-the-whole.
As it stands, there could be more type sharing and things could have been better restructured, but compiles and appears to work as-is.
This should be mostly ready for review, but I am still testing and may have to make minor tweaks if anything is working incorrectly.
Checklist: