James Zaki
James Zaki
[Source](https://discord.com/channels/1113924620781883405/1197835234557841428/1197835234557841428) Proposal: "Currently benchmarking noir circuits requires creating multiple packages each one containing just main calling the benchmarked code and running nargo info --workspace" Outcome: "This will allow us to...
# Description Adds new `examples` directory with recursive example from dev-rel repo. ## Problem Examples in dev-rel are not kept strictly up to date with each noir language update, so...
Docs link [here](https://docs.aztec.network/guides/local_env/run_more_than_one_pxe_sandbox), has not worked as reported by community for some time. - Consider hiding in docs to avoid negative dev experiences - Find way to make multiple PXEs...
1. List of sites that might link to docs 2. Automate reading of sites/source for links 3. Automate checking of links 4. Integrate into CI
An overarching issue to track circuit/contract snippets/examples to showcase specific use. SW Language translations: - https://github.com/AztecProtocol/dev-rel/issues/403 - Rust program -> Noir program - https://github.com/AztecProtocol/dev-rel/issues/406 - Touched upon [here](https://noir-lang.org/docs/explainers/explainer-writing-noir#translating-from-rust) - https://github.com/AztecProtocol/aztec-packages/issues/2006...
Uses [noir_rs](https://github.com/madztheo/noir_rs/tree/v0.34.0)
In hackathons there are often submissions that generate proofs, but can be misused to either prove different things or not uniquely prove what their solution proposes. Allowing a bad actor...
(Note: initial draft from Cat, not James) think this would be an awesome resource 1. solidity-by-example dao contract -> private voting in aztec.nr 2. Patrick Collins smart contract @catmcgee is...