feat: example contracts in aztec.js - #1395
Conversation
88ded60 to
8210a4b
Compare
| @@ -0,0 +1,119 @@ | |||
| /* eslint-disable */ | |||
There was a problem hiding this comment.
can these be symlinked instead, this could be a footgun when stuff changes underfoot
| @@ -0,0 +1,384 @@ | |||
| { | |||
There was a problem hiding this comment.
Accidentally committed it. Thanks
|
I fear we may end up with these example contracts out of date, which is a problem considering how fast noir is shipping breaking changes. Maybe we should tweak An alternative could be to ship the examples separately, and just make them easier to import via path remappings or something, but it's true that it's not what the issue asked for in the first place. |
Merge back testnet hotfixes
## Summary - Parallelizes `PrivateExecutionSteps::parse()` — deserializes each step's ACIR bytecode and witness data in parallel using `parallel_for` - Parallelizes `PrivateExecutionStepRaw::load_and_decompress()` — decompresses gzip data for each step in parallel Closes #1395 [ClaudeBox log](http://ci.aztec-labs.com/6987e2365fae49247e056cb7a95c3578)
## Summary - Parallelizes `PrivateExecutionSteps::parse()` — deserializes each step's ACIR bytecode and witness data in parallel using `parallel_for` - Parallelizes `PrivateExecutionStepRaw::load_and_decompress()` — decompresses gzip data for each step in parallel Closes #1395 [ClaudeBox log](http://ci.aztec-labs.com/6987e2365fae49247e056cb7a95c3578)
Fixes #1306
Checklist:
Remove the checklist to signal you've completed it. Enable auto-merge if the PR is ready to merge.