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

Integrate and enable new rust bindings #6579

Merged
merged 16 commits into from
Nov 6, 2020

Conversation

mrmr1993
Copy link
Member

@mrmr1993 mrmr1993 commented Nov 3, 2020

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:

  • Document code purpose, how to use it
    • Mention expected invariants, implicit constraints
  • Tests were added for the new behavior
    • Document test purpose, significance of failures
    • Test names should reflect their purpose
  • All tests pass (CI will check this if you didn't)
  • Serialized types are in stable-versioned modules
  • Does this close issues? List them:

@mrmr1993 mrmr1993 added the ci-build-me Add this label to trigger a circle+buildkite build for this branch label Nov 3, 2020
module Bignum_bigint = Snarky_backendless.Backend_extended.Bignum_bigint

(*
Copy link
Member

Choose a reason for hiding this comment

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

Delete


(*
Copy link
Member

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
Copy link
Member

Choose a reason for hiding this comment

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

Delete

Base automatically changed from feature/update-rust-ocaml-heap-bindings to develop November 3, 2020 17:55
@netlify
Copy link

netlify bot commented Nov 5, 2020

Deploy preview for mina-staging ready!

Built with commit 11b6c87

https://deploy-preview-6579--mina-staging.netlify.app

@mergify mergify bot merged commit 267b68a into develop Nov 6, 2020
@mergify mergify bot deleted the feature/integrate-ocaml-heap-rust-bindings branch November 6, 2020 09:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci-build-me Add this label to trigger a circle+buildkite build for this branch ready-to-merge-into-develop
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants