-
Notifications
You must be signed in to change notification settings - Fork 200
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
chore: quiet down aztec-bot! #4006
Commits on Nov 28, 2023
-
feat: Aztec CI files in Noir (#3430)
This is a dual-list commit in both Noir and aztec repo. In this PR, Aztec gets the code to make a mirror, and the mirror action pushes to our `aztec` branch in Noir. The `aztec` branch features this as the first commit, to then be pushed one by one from master as Noir changes come in. --------- Co-authored-by: ludamad <adam@aztecprotocol.com>
Configuration menu - View commit details
-
Copy full SHA for 6743afc - Browse repository at this point
Copy the full SHA 6743afcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b5046b - Browse repository at this point
Copy the full SHA 5b5046bView commit details
Commits on Nov 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7f1b857 - Browse repository at this point
Copy the full SHA 7f1b857View commit details -
Configuration menu - View commit details
-
Copy full SHA for 454b140 - Browse repository at this point
Copy the full SHA 454b140View commit details
Commits on Dec 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fc00722 - Browse repository at this point
Copy the full SHA fc00722View commit details
Commits on Dec 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0ad7ba5 - Browse repository at this point
Copy the full SHA 0ad7ba5View commit details
Commits on Dec 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2d265b4 - Browse repository at this point
Copy the full SHA 2d265b4View commit details
Commits on Dec 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d788414 - Browse repository at this point
Copy the full SHA d788414View commit details -
feat: update to latest noir and update noir compiler (#3696)
This PR updates aztec-packages to use latest noir. - Regarding noir_wasm, providing the solved sources directly to `node_wasm` eliminates the need for `source-resolver`, which has been completely removed from the repository. - Added required pub in return values - Updated return_type - Pulled latest noir
Configuration menu - View commit details
-
Copy full SHA for f06ab9c - Browse repository at this point
Copy the full SHA f06ab9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 29ff6ce - Browse repository at this point
Copy the full SHA 29ff6ceView commit details
Commits on Jan 4, 2024
-
chore: Cleanup recursion interface (#3744)
This is a recreation of this PR (AztecProtocol/aztec-packages#3528) to handle PR AztecProtocol/aztec-packages#3729 # 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](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue) this pull request to relevant issues (if any exist). --------- Co-authored-by: kevaundray <kevtheappdev@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d144743 - Browse repository at this point
Copy the full SHA d144743View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20f1652 - Browse repository at this point
Copy the full SHA 20f1652View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce02b01 - Browse repository at this point
Copy the full SHA ce02b01View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50925ea - Browse repository at this point
Copy the full SHA 50925eaView commit details -
chore: Just nargo compile. (#3775)
Ok. Don't be scared. 262 files sounds horrific but it's mostly path updates and that kind of nonsense. The `noir-contracts` and `noir-compiler` changes are probably what to focus on. * We update boxes to use our build of nargo, and the modified code-generator. * We update paths in docs, as noir-contracts/src/contracts moved to noir-contracts/contracts, as src is now pure codegen output. * Contracts are now imported e.g. `import { ChildContractArtifact } from '@aztec/noir-contracts/Child';`. You can still just import from top level index, but it's pretty cruel to ask the runtime to parse all the artifacts just to get one, they are huge. * Contract files are now just named as per the name of the contract (i.e. not snake case). Less moving parts is better here. Given it's codegen output it's acceptable to allow the output names to be inconsistent. * aztec.js is now responsible for copying the account contracts into itself, as opposed to have some other random module push code into it. But we just need to get rid of this baked account stuff at some point anyway. * Got rid of lodash.zip in one place, and then restrained myself to not go further. But think we should remove the "trivial" lodash cases at some point. * Tidied up yp/bootstrap a bit, it's basically in line with the dockerfile at this point. Will prob make dockerfile just call bootstrap as part of some other docker cleanup I'll do later. * `source-map-support` in cli. * Remove compile command from cli. We are just going to promote use of aztec-nargo. * The ts and noir generators now expect nargo output as input, rather than our transformed abi. The ts generator outputs the transformed abi as part of it's generation. * Delete all the script stuff from `noir-contracts`. src folder is now just the codegen output, and the codegen is done with a trivial script to call compile and the ts generator in noir-compiler. * Added an unused script called `transform_json_abi.sh` that uses a tiny bit of jq to perform the transform. Probably to be deleted, especially if we just stop transforming the noir output and use it directly, but it served me as a useful tool at one point.
Configuration menu - View commit details
-
Copy full SHA for 338cb57 - Browse repository at this point
Copy the full SHA 338cb57View commit details -
Configuration menu - View commit details
-
Copy full SHA for 717f1fa - Browse repository at this point
Copy the full SHA 717f1faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1005f32 - Browse repository at this point
Copy the full SHA 1005f32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50cb28c - Browse repository at this point
Copy the full SHA 50cb28cView commit details
Commits on Jan 8, 2024
-
Needed a bit of a graft here: - Looked at current commit on noir/.gitrepo, it pointed to 'just nargo compile' commit, fixed that to actual commit in aztec-packages branch of noir - Fixed parent commit - did git subrepo noir pull and fixed merge conflicts per instructions - this PR resulted
Configuration menu - View commit details
-
Copy full SHA for a6289a5 - Browse repository at this point
Copy the full SHA a6289a5View commit details -
chore!: Remove aggregation objects from RecursionConstraint (#3885)
This removes the aggregation objects which are currently unused in the RecursionConstraint implementation. Next we will update the ACVM opcode to no longer use the aggregation object fields and update the serialization. # 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](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue) this pull request to relevant issues (if any exist). --------- Co-authored-by: kevaundray <kevtheappdev@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c0826b5 - Browse repository at this point
Copy the full SHA c0826b5View commit details
Commits on Jan 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3521d28 - Browse repository at this point
Copy the full SHA 3521d28View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3366d6 - Browse repository at this point
Copy the full SHA a3366d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16a4f50 - Browse repository at this point
Copy the full SHA 16a4f50View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6bc062 - Browse repository at this point
Copy the full SHA c6bc062View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9405f0 - Browse repository at this point
Copy the full SHA e9405f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4178e74 - Browse repository at this point
Copy the full SHA 4178e74View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad7e3b1 - Browse repository at this point
Copy the full SHA ad7e3b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 404ffbf - Browse repository at this point
Copy the full SHA 404ffbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0886b1b - Browse repository at this point
Copy the full SHA 0886b1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 812576b - Browse repository at this point
Copy the full SHA 812576bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c8f83e - Browse repository at this point
Copy the full SHA 3c8f83eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 89bf498 - Browse repository at this point
Copy the full SHA 89bf498View commit details -
Revert "chore: remove now unused bb abstraction leaks"
This reverts commit 3c8f83e.
Configuration menu - View commit details
-
Copy full SHA for 9affee6 - Browse repository at this point
Copy the full SHA 9affee6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1725e70 - Browse repository at this point
Copy the full SHA 1725e70View commit details -
Revert "chore: fix builds of
noir_js_backend_barretenberg
"This reverts commit 89bf498.
Configuration menu - View commit details
-
Copy full SHA for 394154e - Browse repository at this point
Copy the full SHA 394154eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 39d4bfa - Browse repository at this point
Copy the full SHA 39d4bfaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 04f2bf4 - Browse repository at this point
Copy the full SHA 04f2bf4View commit details -
Revert "fix: avoid decoding public inputs"
This reverts commit 39d4bfa.
Configuration menu - View commit details
-
Copy full SHA for 5b64df3 - Browse repository at this point
Copy the full SHA 5b64df3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ec2e07 - Browse repository at this point
Copy the full SHA 9ec2e07View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee2e6c0 - Browse repository at this point
Copy the full SHA ee2e6c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 742e940 - Browse repository at this point
Copy the full SHA 742e940View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61c2b9b - Browse repository at this point
Copy the full SHA 61c2b9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 114aa6f - Browse repository at this point
Copy the full SHA 114aa6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ee802c9 - Browse repository at this point
Copy the full SHA ee802c9View commit details
Commits on Jan 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3f6a24d - Browse repository at this point
Copy the full SHA 3f6a24dView commit details