Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
alexghr opened a pull request on AztecProtocol/aztec-packages
fix: await block unwind when a reorg happens
Noticed the unwind operation did not block on the delete operation (I saw this in the prover node logs where logs were printed out of order)alexghr pushed 1 commit to master AztecProtocol/aztec-packages
- feat: optionally emit public bytecode (#10365) This PR builds on top of #10009 and makes publishing bytecode condit... 84ff623
alexghr closed a pull request on AztecProtocol/aztec-packages
feat: optionally emit public bytecode
This PR builds on top of #10009 and makes publishing bytecode conditionally on a function parameter such that it might be enabled/disabled on just some networksalexghr created a comment on a pull request on AztecProtocol/aztec-packages
> Do we know if reth handles large enough txs to support deployments on devnet? I have a test running locally
alexghr opened a pull request on AztecProtocol/aztec-packages
feat: optionally emit public bytecode
This PR builds on top of #10009 and makes publishing bytecode conditionally on a function parameter such that it might be enabled/disabled on just some networksalexghr opened a pull request on AztecProtocol/aztec-packages
refactor: proving job ids
Please read [contributing guidelines](CONTRIBUTING.md) and remove this line.alexghr created a review comment on a pull request on AztecProtocol/aztec-packages
I think CI is failing because there are holes in the array now and this function can't deal with that π’ https://github.com/AztecProtocol/aztec-packages/blob/cae1203ec4263d3b64fbc3fba5cfa2819220...
alexghr created a review on a pull request on AztecProtocol/aztec-packages
This must've been a pain to debug. Just a small issue with the way the block proving state are stored now.
alexghr created a review on a pull request on AztecProtocol/aztec-packages
This must've been a pain to debug. Just a small issue with the way the block proving state are stored now.
alexghr created a review comment on a pull request on AztecProtocol/aztec-packages
I think this gets set every time regardless of `{{ Values.telemetry.enabled }}` flag. Not abig deal.
alexghr created a review comment on a pull request on AztecProtocol/aztec-packages
Is the `if` only to prevent the linter from complaining about "unchecked optional access"? (I think the `EXPECT_TRUE` above it will throw before we get to the if).
alexghr created a review comment on a pull request on AztecProtocol/aztec-packages
Nice one!
alexghr pushed 1 commit to master AztecProtocol/aztec-packages
- fix: bot waits for pxe synch (#10316) Fix for bot failing to start back up in rough-rhino. Thanks to @Thunkar for h... ebd4165
alexghr closed a pull request on AztecProtocol/aztec-packages
fix: bot waits for pxe synch
Fix for bot failing to start back up in rough-rhino. Thanks to @Thunkar for help identifying this.alexghr pushed 8 commits to ag/fix-bot-synch AztecProtocol/aztec-packages
- chore: skip A->B B->A e2e_2_pxes test (#10297) Until #10296 --------- Co-authored-by: Santiago Palladino <sant... b75bfd0
- feat: zip and silo and propagate private logs (#10308) Fixing #10210 --------- Co-authored-by: NicolΓ‘s Venturo... 90d4385
- fix: Revert "feat: Avoid inserting an empty leaf in indexed trees on update" (#10319) Broke kind tests. Reverts Azte... 887c011
- git subrepo push --branch=master barretenberg subrepo: subdir: "barretenberg" merged: "5e751b81cd" upstream:... 1ef2dc7
- chore: replace relative paths to noir-protocol-circuits d77dc96
- git_subrepo.sh: Fix parent in .gitrepo file. [skip ci] df0e0d9
- git subrepo push --branch=master noir-projects/aztec-nr subrepo: subdir: "noir-projects/aztec-nr" merged: "6... ed0fcc2
- Merge branch 'master' into ag/fix-bot-synch ba8e78e
alexghr opened a pull request on AztecProtocol/aztec-packages
fix: bot waits for pxe synch
Fix for bot failing to start back up in rough-rhino. Thanks to @Thunkar for help identifying this.alexghr opened a pull request on AztecProtocol/aztec-packages
Ag/epoch proof count
Please read [contributing guidelines](CONTRIBUTING.md) and remove this line.alexghr pushed 19 commits to ag/data-dir-prover AztecProtocol/aztec-packages
- feat: Sequential insertion in indexed trees (#10111) - Adds sequential (no subtree) insertion in indexed trees - If... bfd9fa6
- chore: check artifact consistency (#10271) 6a49405
- fix: Don't store indices of zero leaves. (#10270) This PR ensures we don't store indices of zero leaves as this coul... c22be8b
- chore: fixing sol warnings (#10276) 3d113b2
- chore: pull out sync changes (#10274) Please read [contributing guidelines](CONTRIBUTING.md) and remove this line. 391a6b7
- chore(master): Release 0.65.2 (#10258) :robot: I have created a release *beep* *boop* --- <details><summary>az... 10754db
- chore: pull out loop invariant optimization (#10277) Please read [contributing guidelines](CONTRIBUTING.md) and remo... 94cba37
- chore: deduplicate constants across blocks (#9972) Please read [contributing guidelines](CONTRIBUTING.md) and remove... 69bb64f
- chore: pull out cfg simplification changes (#10279) Please read [contributing guidelines](CONTRIBUTING.md) and remov... c48ae90
- chore: pull out sync changes (#10292) Please read [contributing guidelines](CONTRIBUTING.md) and remove this line. 49f80b3
- git subrepo push --branch=master barretenberg subrepo: subdir: "barretenberg" merged: "bef9e485a0" upstream:... ed482f7
- chore: replace relative paths to noir-protocol-circuits 46d12e3
- git_subrepo.sh: Fix parent in .gitrepo file. [skip ci] f80390d
- git subrepo push --branch=master noir-projects/aztec-nr subrepo: subdir: "noir-projects/aztec-nr" merged: "3... 849fb94
- feat: zip and propagate private logs (#10210) - Merge `note_encrypted_logs` and `encrypted_logs` into `private_logs`... 5c32747
- fix: revert "feat: zip and propagate private logs" (#10302) Reverts AztecProtocol/aztec-packages#10210 9d70728
- chore: Public inputs in unit tests with proving were incorrectly set (#10300) 0311bf3
- chore: Parallelise construction of perturbator coefficients at each level (#10304) When constructing the perturbator... ba335bd
- refactor: use common DATA_DIRECTORY env var b8766f3