Ecosyste.ms: Timeline

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

AztecProtocol/aztec-packages

IlyasRidhuan deleted a branch AztecProtocol/aztec-packages

ir/10-08-feat_avm_full_poseidon2

IlyasRidhuan pushed 1 commit to master AztecProtocol/aztec-packages
  • feat(avm): full poseidon2 (#9141) Poseidon2 implementation for internal use by the avm in bytecode hashing / addres... eae7587

View on GitHub

IlyasRidhuan closed a pull request on AztecProtocol/aztec-packages
feat(avm): full poseidon2
Poseidon2 implementation for internal use by the avm in bytecode hashing / address derivation etc
benesjan created a comment on a pull request on AztecProtocol/aztec-packages
> [!WARNING] > <b>This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack <a href="https://app.graphite.dev/githu...

View on GitHub

benesjan deleted a branch AztecProtocol/aztec-packages

10-21-feat_re-introducing_public_values_appended_flag_in_encrypted_logs

benesjan closed a draft pull request on AztecProtocol/aztec-packages
feat: passing partial log through transient storage
This PR re-introduces changes reverted in [this PR](https://github.com/AztecProtocol/aztec-packages/pull/8712). There is 1 difference compared to the original code. In the original code we stored n...
iakovenkos created a review comment on a pull request on AztecProtocol/aztec-packages
split the method into two to avoid optional access that was causing problems in wasm multi-threading

View on GitHub

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

View on GitHub

jeanmon created a review comment on a pull request on AztecProtocol/aztec-packages
Exactly in a previous PR, the author forgot to regenerate avm files.

View on GitHub

AztecBot pushed 2 commits to release-please--branches--master AztecProtocol/aztec-packages
  • chore: remove noir_js_backend_barretenberg (#9338) This PR pushes the remaining logic from `noir_js_backend_barreten... cefe3d9
  • chore(master): Release 0.60.0 e28c464

View on GitHub

jeanmon created a review comment on a pull request on AztecProtocol/aztec-packages
Yep I did not see another way if we want to parallelize over the columns.

View on GitHub

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

View on GitHub

TomAFrench closed a pull request on AztecProtocol/aztec-packages
chore: remove noir_js_backend_barretenberg
This PR pushes the remaining logic from `noir_js_backend_barretenberg` into bb.js
AztecBot pushed 2 commits to release-please--branches--master AztecProtocol/aztec-packages
  • feat!: TXE single execution env (#9183) ## TXE single execution env Previously, TXE had a weird dual model in whi... 1d1d76d
  • chore(master): Release 0.60.0 afbaa07

View on GitHub

Thunkar pushed 1 commit to master AztecProtocol/aztec-packages
  • feat!: TXE single execution env (#9183) ## TXE single execution env Previously, TXE had a weird dual model in whi... 1d1d76d

View on GitHub

Thunkar deleted a branch AztecProtocol/aztec-packages

gj/txe_single_execution_env

Thunkar closed a pull request on AztecProtocol/aztec-packages
feat!: TXE single execution env
## TXE single execution env Previously, TXE had a weird dual model in which direct calls from test code would "inline" contract code and call it directly. This was very fast, but unfortunately w...
Thunkar pushed 5 commits to gj/get_logs_by_tags AztecProtocol/aztec-packages
  • 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
  • Merge branch 'master' of github.com:AztecProtocol/aztec-packages into gj/get_logs_by_tags 4e287d2
  • fmt ac2672b

View on GitHub

Thunkar pushed 5 commits to gj/txe_single_execution_env AztecProtocol/aztec-packages
  • 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
  • Merge branch 'master' of github.com:AztecProtocol/aztec-packages into gj/txe_single_execution_env 095f2af
  • fixes 070edb9

View on GitHub

github-actions[bot] created a comment on a pull request on AztecProtocol/aztec-packages
# Changes to circuit sizes > Generated at commit: [6c140df6922eae8c2b5766b73366765ade8661e0](/AztecProtocol/aztec-packages/commit/6c140df6922eae8c2b5766b73366765ade8661e0), compared to commit: [1c...

View on GitHub

github-actions[bot] created a comment on a pull request on AztecProtocol/aztec-packages
# Changes to public function bytecode sizes > Generated at commit: [6c140df6922eae8c2b5766b73366765ade8661e0](/AztecProtocol/aztec-packages/commit/6c140df6922eae8c2b5766b73366765ade8661e0), compar...

View on GitHub

ludamad created a comment on a pull request on AztecProtocol/aztec-packages
Merged by mitch

View on GitHub

ludamad closed a pull request on AztecProtocol/aztec-packages
chore: 4epochs test in KIND
github-actions[bot] created a comment on a pull request on AztecProtocol/aztec-packages
# Changes to public function bytecode sizes > Generated at commit: [49a49677a71eb1262629a8b78c1c0d0b5ba3dce5](/AztecProtocol/aztec-packages/commit/49a49677a71eb1262629a8b78c1c0d0b5ba3dce5), compar...

View on GitHub

fcarreiro created a review comment on a pull request on AztecProtocol/aztec-packages
Why did this change? Was there a pending PIL change that hadn't been regenerated?

View on GitHub

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

View on GitHub

fcarreiro created a review comment on a pull request on AztecProtocol/aztec-packages
as_vector is expensive, a pity that it cannot be done without it.

View on GitHub

fcarreiro created a review on a pull request on AztecProtocol/aztec-packages
Ah... the gain is less than I expected. Do you know how much time are we spending in the calculations added by this PR?

View on GitHub

AztecBot pushed 2 commits to release-please--branches--master AztecProtocol/aztec-packages
  • fix(ci): report 4 epochs true (#9346) 1ce0fa5
  • chore(master): Release 0.60.0 567caae

View on GitHub

Load more