Ecosyste.ms: Timeline

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

AztecProtocol/aztec-packages

ludamad pushed 2 commits to ad/network-tests-fix AztecProtocol/aztec-packages

View on GitHub

dbanks12 pushed 1 commit to tf/remove-unnecessary-vector AztecProtocol/aztec-packages

View on GitHub

dbanks12 pushed 1 commit to db/getcontractinstance AztecProtocol/aztec-packages
  • feat!: getcontractinstance instruction returns only a specified member c3d1a0b

View on GitHub

stevenplatt pushed 1 commit to srp/16-validator-xfer-test AztecProtocol/aztec-packages

View on GitHub

benesjan opened an issue on AztecProtocol/aztec-packages
Re-enable "transient" storage note log squashing
Disabled now as it produces too many public data writes when dealing with 2 partial notes in the fee refund flow.
benesjan pushed 1 commit to 10-23-refactor_passing_partial_note_logs_through_transient_storage AztecProtocol/aztec-packages

View on GitHub

benesjan opened an issue on AztecProtocol/aztec-packages
Avoid the need for defining setup log length manually
Currently it's necessary to define setup log length manually when storing setup log in transient storage because we cannot use generics in an entrypoint function. This needs to be solved as it's b...
ludamad pushed 2 commits to ad/network-tests-fix AztecProtocol/aztec-packages

View on GitHub

nventuro created a review comment on a pull request on AztecProtocol/aztec-packages
Also is it not possible for `new Fr` to fail? Fields are less than 32 bytes, so I'd imagine `new Fr('0xffff...ffff)` doesn't work.

View on GitHub

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

View on GitHub

dbanks12 pushed 20 commits to db/getcontractinstance AztecProtocol/aztec-packages
  • test: scenario for upgrading gerousia (#9246) 66f59d6
  • fix(avm): public dispatch in proving tests (#9331) fixes a bug in the poseidon2_permutation, where we were using the... 42e5221
  • feat: publicly accessible bootstrap cache (#9335) ./bootstrap.sh fast no longer checks for creds and no longer tries... 28392d5
  • chore!: remove delegate call and storage address (#9330) 465f88e
  • feat!: remove hash opcodes from AVM (#9209) Resolves #9208 e6db535
  • refactor: minor test cleanup (#9339) a2ed567
  • 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
  • feat!: getcontractinstance instruction returns only a specified member a9df4a5

View on GitHub

nventuro created a review on a pull request on AztecProtocol/aztec-packages
Love how this is being simplified!

View on GitHub

nventuro opened an issue on AztecProtocol/aztec-packages
Find next tag as a sender
stevenplatt created a branch on AztecProtocol/aztec-packages

srp/16-validator-xfer-test

nventuro opened an issue on AztecProtocol/aztec-packages
Add decrypt oracle call
github-actions[bot] created a comment on a pull request on AztecProtocol/aztec-packages
# Changes to circuit sizes > Generated at commit: [63ed911b49ba889bd21f8487992d3b276e86e703](/AztecProtocol/aztec-packages/commit/63ed911b49ba889bd21f8487992d3b276e86e703), compared to commit: [a1...

View on GitHub

ludamad pushed 1 commit to ad/network-tests-fix AztecProtocol/aztec-packages

View on GitHub

ludamad created a comment on a pull request on AztecProtocol/aztec-packages
note errors in summary tab: [CI](https://github.com/AztecProtocol/aztec-packages/actions/runs/11486282654/workflow) Error when evaluating 'strategy' for job 'e2e'. .github/workflows/ci.yml (Line:...

View on GitHub

dbanks12 pushed 10 commits to tf/remove-unnecessary-vector AztecProtocol/aztec-packages
  • 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
  • Merge branch 'master' into tf/remove-unnecessary-vector 2ec8c68
  • apply static keccak size to avm 7732333

View on GitHub

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

View on GitHub

nventuro opened an issue on AztecProtocol/aztec-packages
Add notes to DB via oracle call
zac-williamson pushed 1 commit to zw/protogalaxy-verifier-muls AztecProtocol/aztec-packages
  • eccvm explicitly will not endomorphism-split 128-bit scalar values c235d93

View on GitHub

iakovenkos created a branch on AztecProtocol/aztec-packages

si/shplemini-shifts-removal

nventuro opened an issue on AztecProtocol/aztec-packages
Support forced resync
zac-williamson pushed 1 commit to zw/protogalaxy-verifier-muls AztecProtocol/aztec-packages

View on GitHub

zac-williamson pushed 1 commit to zw/protogalaxy-verifier-muls AztecProtocol/aztec-packages

View on GitHub

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

View on GitHub

Load more