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

refactor(circuits): - use msgpack for cbind routines of native private kernel circuits #1938

Merged
merged 6 commits into from
Sep 6, 2023

Conversation

jeanmon
Copy link
Contributor

@jeanmon jeanmon commented Sep 1, 2023

Resolves #2011

Checklist:

Remove the checklist to signal you've completed it. Enable auto-merge if the PR is ready to merge.

  • If the pull request requires a cryptography review (e.g. cryptographic algorithm implementations) I have added the 'crypto' tag.
  • I have reviewed my diff in github, line by line and removed unexpected formatting changes, testing logs, or commented-out code.
  • Every change is related to the PR description.
  • I have linked this pull request to relevant issues (if any exist).

@jeanmon jeanmon changed the title refactor(738) - use msgpack for cbind routines of native private kernel circuits refactor(738): - use msgpack for cbind routines of native private kernel circuits Sep 1, 2023
@kevaundray kevaundray changed the title refactor(738): - use msgpack for cbind routines of native private kernel circuits refactor(circuits): - use msgpack for cbind routines of native private kernel circuits Sep 1, 2023
@jeanmon jeanmon force-pushed the jm/738-circuit-cbind-msgpack branch 8 times, most recently from 73f8620 to 10ef69f Compare September 5, 2023 12:55
@jeanmon jeanmon marked this pull request as ready for review September 5, 2023 13:34
@jeanmon
Copy link
Contributor Author

jeanmon commented Sep 5, 2023

Tagging @ludamad if you would like to have a look.

@jeanmon jeanmon force-pushed the jm/738-circuit-cbind-msgpack branch 4 times, most recently from 8387285 to 1a6f535 Compare September 5, 2023 18:53
@ludamad
Copy link
Collaborator

ludamad commented Sep 5, 2023

Good with just commenting the tests for now, probably wise. Just not sure about the updated spec files, is there are a reason for them to have changed?

@jeanmon
Copy link
Contributor Author

jeanmon commented Sep 6, 2023

Good with just commenting the tests for now, probably wise. Just not sure about the updated spec files, is there are a reason for them to have changed?

@ludamad I did not change much in .test.cpp. The diff appears larger than it is due to the commenting of the test. The other commented test was newly added.

@jeanmon jeanmon merged commit 3dc5c07 into master Sep 6, 2023
2 checks passed
@jeanmon jeanmon deleted the jm/738-circuit-cbind-msgpack branch September 6, 2023 09:11
spypsy pushed a commit that referenced this pull request Sep 6, 2023
🤖 I have created a new Aztec Packages release
---


##
[0.1.0-alpha60](v0.1.0-alpha59...v0.1.0-alpha60)
(2023-09-06)


### Features

* Goblin recursive verifier
([#1822](#1822))
([f962cb6](f962cb6))
* initial `is_valid` eip1271 style wallet + minimal test changes
([#1935](#1935))
([f264c54](f264c54))


### Bug Fixes

* benchmark git repo
([#2041](#2041))
([3c696bb](3c696bb))
* cli canary & deployment
([#2053](#2053))
([1ddd24a](1ddd24a))
* **rpc:** Fixes getNodeInfo serialisation
([#1991](#1991))
([0a29fa8](0a29fa8))


### Miscellaneous

* **circuits:** - use msgpack for cbind routines of native private
kernel circuits
([#1938](#1938))
([3dc5c07](3dc5c07))
* **docs:** API docs stucture
([#2014](#2014))
([9aab9dd](9aab9dd))
* Update function selector computation
([#2001](#2001))
([e07ea1a](e07ea1a))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

chore: mspack-based cbind wrapper for calls to init and inner private kernel iteration
3 participants