Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

AztecProtocol/aztec-packages

ludamad created a branch on AztecProtocol/aztec-packages

ad/4epochs-resources

just-mitch created a review comment on a pull request on AztecProtocol/aztec-packages
If we added a `stop` on the `ProverCoordination` interface, could we avoid passing a `p2pClient` *and* a `coordination` to the constructor and instead just a `coordination`?

View on GitHub

just-mitch created a review on a pull request on AztecProtocol/aztec-packages

View on GitHub

just-mitch created a review on a pull request on AztecProtocol/aztec-packages
Minor comments

View on GitHub

just-mitch created a review comment on a pull request on AztecProtocol/aztec-packages
Should the constructor be private then?

View on GitHub

just-mitch created a review on a pull request on AztecProtocol/aztec-packages

View on GitHub

just-mitch created a review comment on a pull request on AztecProtocol/aztec-packages
this `slot` and the one on line 262 that shadows it aren't the same thing which could be confusing. Maybe should instead just keep the original `let slot: bigint;` and separately ``` this.loggi...

View on GitHub

just-mitch created a review on a pull request on AztecProtocol/aztec-packages

View on GitHub

IlyasRidhuan pushed 10 commits to ir/10-11-feat_avm_merkle_tree_gadget AztecProtocol/aztec-packages
  • feat: Get logs by tags (#9353) Closes: https://github.com/AztecProtocol/aztec-packages/issues/9268 Indexes L2 enc... 719c33e
  • refactor: updated NFT flows (#9150) 407f8b4
  • feat: sequencer cast votes (#9247) Update to make the sequencer cast votes when it is considering block production. bd05d87
  • fix: 4epochs kind test et al (#9358) - Updated lock file paths to use /var/lock instead of home directories (~/). A... e480e6b
  • chore(master): Release 0.60.0 (#9310) :robot: I have created a release *beep* *boop* --- <details><summary>azt... 09c9ad8
  • chore: have 'aztec' honour the 'DEBUG' env var (#9413) 771a2ac
  • feat: Sync from noir (#9410) Automated pull of development from the [noir](https://github.com/noir-lang/noir) progr... b4db379
  • feat: prover coordination test with a reorg (#9405) 9efe288
  • feat(avm): avm replace zeromorph pcs by shplemini (#9389) Resolves #9349 Native proving and verification time di... 07d6dc2
  • feat(avm): merkle tree gadget 8f022b7

View on GitHub

benesjan pushed 1 commit to 10-23-refactor_passing_partial_note_logs_through_transient_storage AztecProtocol/aztec-packages

View on GitHub

benesjan created a comment on a pull request on AztecProtocol/aztec-packages
* **#9417** <a href="https://app.graphite.dev/github/pr/AztecProtocol/aztec-packages/9417?utm_source=stack-comment-icon" target="_blank"><img src="https://static.graphite.dev/graphite-32x32-black.p...

View on GitHub

benesjan opened a draft pull request on AztecProtocol/aztec-packages
feat: bytes_to_fields requiring only 1 generic param
Please read [contributing guidelines](CONTRIBUTING.md) and remove this line.
AztecBot pushed 2 commits to release-please--branches--master AztecProtocol/aztec-packages
  • feat(avm): avm replace zeromorph pcs by shplemini (#9389) Resolves #9349 Native proving and verification time di... 07d6dc2
  • chore(master): Release 0.60.1 ea59121

View on GitHub

jeanmon deleted a branch AztecProtocol/aztec-packages

jm/9349-avm-shplemini

jeanmon closed an issue on AztecProtocol/aztec-packages
AVM: Migrate PCS from Zeromorph to Shplemini
Should be able to start once https://github.com/AztecProtocol/aztec-packages/pull/9329 is merged.
jeanmon closed an issue on AztecProtocol/aztec-packages
AVM: Migrate PCS from Zeromorph to Shplemini
Should be able to start once https://github.com/AztecProtocol/aztec-packages/pull/9329 is merged.
jeanmon pushed 1 commit to master AztecProtocol/aztec-packages
  • feat(avm): avm replace zeromorph pcs by shplemini (#9389) Resolves #9349 Native proving and verification time di... 07d6dc2

View on GitHub

jeanmon closed a pull request on AztecProtocol/aztec-packages
feat(avm): avm replace zeromorph pcs by shplemini
Resolves #9349 Native proving and verification time did not change significantly on bulk tests. Before and after this PR, we get - pcs step proving time: 2.1 sec - pcs verification step tim...
jeanmon created a review comment on a pull request on AztecProtocol/aztec-packages
Yep, as CI is green I will add this in another PR.

View on GitHub

jeanmon created a review on a pull request on AztecProtocol/aztec-packages

View on GitHub

just-mitch created a comment on an issue on AztecProtocol/aztec-packages
Appears that way. Will close without more specifics.

View on GitHub

benesjan pushed 1 commit to 10-23-refactor_passing_partial_note_logs_through_transient_storage AztecProtocol/aztec-packages

View on GitHub

jeanmon created a review comment on a pull request on AztecProtocol/aztec-packages
I have applied your suggestion

View on GitHub

jeanmon created a review on a pull request on AztecProtocol/aztec-packages

View on GitHub

saleel created a comment on an issue on AztecProtocol/aztec-packages
No. Using https://github.com/ShieldSwap/aztecjs-bug - changing `vite-plugin-node-polyfills` to 22 and `@aztec/aztec.js` to 0.56; and below vite config works ``` export default defineConfig({ plu...

View on GitHub

dbanks12 pushed 43 commits to db/field_less_than AztecProtocol/aztec-packages
  • git subrepo push --branch=master barretenberg subrepo: subdir: "barretenberg" merged: "43c740a559" upstream:... 4be3a17
  • chore: replace relative paths to noir-protocol-circuits add4605
  • git_subrepo.sh: Fix parent in .gitrepo file. [skip ci] 8e339e7
  • git subrepo push --branch=master noir-projects/aztec-nr subrepo: subdir: "noir-projects/aztec-nr" merged: "3... ebf5d2e
  • fix: support empty epochs (#9341) Change the rollup contract to report the claimable epoch; this returns when there... 9dda91e
  • feat: translator on Shplemini (#9329) In this PR: * implement concatenation trick (to work for both Gemini and Shpl... 21fa3cf
  • fix(ci): report 4 epochs true (#9346) 1ce0fa5
  • feat!: TXE single execution env (#9183) ## TXE single execution env Previously, TXE had a weird dual model in whi... 1d1d76d
  • chore: remove noir_js_backend_barretenberg (#9338) This PR pushes the remaining logic from `noir_js_backend_barreten... cefe3d9
  • feat(avm): full poseidon2 (#9141) Poseidon2 implementation for internal use by the avm in bytecode hashing / addres... eae7587
  • chore: disable bench-process-history (#9360) 8e6734e
  • fix: remove reliance on invalid decompositions in selector calculation (#9337) Decomposing `hash` into `SELECTOR_SIZ... c8e4260
  • feat: Sync from noir (#9332) Automated pull of development from the [noir](https://github.com/noir-lang/noir) progr... a166203
  • chore!: replace usage of vector in keccakf1600 input with array (#9350) We're currently using a vector to represent ... cb58490
  • git subrepo push --branch=master barretenberg subrepo: subdir: "barretenberg" merged: "54bcb59eea" upstream:... ec20ceb
  • chore: replace relative paths to noir-protocol-circuits 32bd7b9
  • git_subrepo.sh: Fix parent in .gitrepo file. [skip ci] 584898c
  • git subrepo push --branch=master noir-projects/aztec-nr subrepo: subdir: "noir-projects/aztec-nr" merged: "a... ddd191e
  • chore: redo typo PR by pucedoteth (#9385) Thanks pucedoteth for https://github.com/AztecProtocol/aztec-packages/pul... fd1a0d1
  • fix: broken constants gen (#9387) Fixes broken constants gen due to new formatting in noir. eb7bc6b
  • and 23 more ...

View on GitHub

dbanks12 pushed 42 commits to db/toradixbe AztecProtocol/aztec-packages
  • git subrepo push --branch=master barretenberg subrepo: subdir: "barretenberg" merged: "43c740a559" upstream:... 4be3a17
  • chore: replace relative paths to noir-protocol-circuits add4605
  • git_subrepo.sh: Fix parent in .gitrepo file. [skip ci] 8e339e7
  • git subrepo push --branch=master noir-projects/aztec-nr subrepo: subdir: "noir-projects/aztec-nr" merged: "3... ebf5d2e
  • fix: support empty epochs (#9341) Change the rollup contract to report the claimable epoch; this returns when there... 9dda91e
  • feat: translator on Shplemini (#9329) In this PR: * implement concatenation trick (to work for both Gemini and Shpl... 21fa3cf
  • fix(ci): report 4 epochs true (#9346) 1ce0fa5
  • feat!: TXE single execution env (#9183) ## TXE single execution env Previously, TXE had a weird dual model in whi... 1d1d76d
  • chore: remove noir_js_backend_barretenberg (#9338) This PR pushes the remaining logic from `noir_js_backend_barreten... cefe3d9
  • feat(avm): full poseidon2 (#9141) Poseidon2 implementation for internal use by the avm in bytecode hashing / addres... eae7587
  • chore: disable bench-process-history (#9360) 8e6734e
  • fix: remove reliance on invalid decompositions in selector calculation (#9337) Decomposing `hash` into `SELECTOR_SIZ... c8e4260
  • feat: Sync from noir (#9332) Automated pull of development from the [noir](https://github.com/noir-lang/noir) progr... a166203
  • chore!: replace usage of vector in keccakf1600 input with array (#9350) We're currently using a vector to represent ... cb58490
  • git subrepo push --branch=master barretenberg subrepo: subdir: "barretenberg" merged: "54bcb59eea" upstream:... ec20ceb
  • chore: replace relative paths to noir-protocol-circuits 32bd7b9
  • git_subrepo.sh: Fix parent in .gitrepo file. [skip ci] 584898c
  • git subrepo push --branch=master noir-projects/aztec-nr subrepo: subdir: "noir-projects/aztec-nr" merged: "a... ddd191e
  • chore: redo typo PR by pucedoteth (#9385) Thanks pucedoteth for https://github.com/AztecProtocol/aztec-packages/pul... fd1a0d1
  • fix: broken constants gen (#9387) Fixes broken constants gen due to new formatting in noir. eb7bc6b
  • and 22 more ...

View on GitHub

benesjan created a review comment on a pull request on AztecProtocol/aztec-packages
I moved the encryption functionality to the SetupPayload because it allowed me to compute the `encrypted_log_field_length` at comptime and a user did not need to deal with that.

View on GitHub

Load more