-
Notifications
You must be signed in to change notification settings - Fork 234
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
Conversation
73f8620
to
10ef69f
Compare
10ef69f
to
c4fb3cd
Compare
Tagging @ludamad if you would like to have a look. |
8387285
to
1a6f535
Compare
yarn-project/circuits.js/src/structs/kernel/__snapshots__/index.test.ts.snap
Outdated
Show resolved
Hide resolved
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. |
1a6f535
to
43b6a1f
Compare
circuits/cpp/src/aztec3/circuits/kernel/private/native_private_kernel_circuit_ordering.test.cpp
Show resolved
Hide resolved
🤖 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>
Resolves #2011
Checklist:
Remove the checklist to signal you've completed it. Enable auto-merge if the PR is ready to merge.