Ecosyste.ms: Timeline

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

AztecProtocol/aztec-packages

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

View on GitHub

nventuro opened an issue on AztecProtocol/aztec-packages
Find app tagged logs
stevenplatt pushed 1 commit to srp/16-validator-xfer-test AztecProtocol/aztec-packages
  • extend network transfer test to 4 epochs 5c4ce1b

View on GitHub

nventuro created a comment on an issue on AztecProtocol/aztec-packages
Closing in favor of https://github.com/AztecProtocol/aztec-packages/issues/9373

View on GitHub

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

View on GitHub

IlyasRidhuan created a review comment on a pull request on AztecProtocol/aztec-packages
Same as above, we should preserve this as `hash_to_curve("az_null_npk")` as well in the constants file

View on GitHub

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

View on GitHub

IlyasRidhuan created a review comment on a pull request on AztecProtocol/aztec-packages
Should we store these values inside `noir-projects/noir-protocol-circuits/crates/types/src/constants.nr`. We store other magic values there and it will be easier to propogate across TS and CPP T...

View on GitHub

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

View on GitHub

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

View on GitHub

benesjan pushed 1 commit to 10-23-refactor_passing_partial_note_logs_through_transient_storage AztecProtocol/aztec-packages
  • final note processor cleanup 123f061

View on GitHub

zac-williamson pushed 1 commit to zw/protogalaxy-verifier-muls AztecProtocol/aztec-packages
  • updated mock kernel sizes 42460d7

View on GitHub

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

View on GitHub

dbanks12 pushed 1 commit to db/gas-print 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

dbanks12 created a branch on AztecProtocol/aztec-packages

db/gas-print

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

Load more