Ecosyste.ms: Timeline

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

alexghr

alexghr created a branch on AztecProtocol/aztec-packages

ag/cluster-test-with-proofs

alexghr pushed 1 commit to ag/restart-bot AztecProtocol/aztec-packages

View on GitHub

alexghr pushed 14 commits to ag/restart-bot AztecProtocol/aztec-packages
  • fix: docker fast (#9467) 34e6dd0
  • feat(avm): merkle tree gadget (#9205) Resolves https://github.com/AztecProtocol/aztec-packages/issues/9458 d52b616
  • refactor: clean up note processor after changes due to address (#9401) After the previous address changes, we no lon... d33c988
  • chore!: split base rollup and remove public kernel proving (#9434) - Remove base rollup and create two rollups: -... 4316242
  • feat: Sync from noir (#9425) Automated pull of development from the [noir](https://github.com/noir-lang/noir) progr... d67381b
  • fix: remove unnecessary ivpk's from aztec-nr (#9460) Now that we encrypt using address points and not ivpk's, ivpk's... c6437cc
  • chore!: use Brillig opcode when possible for less-than operations on fields (#9416) Co-authored-by: Tom French <1584... e50303d
  • fix: stop bot in case of tx errors bafbbc2
  • fix: build l1-artifacts first 060b206
  • fix: close container fbf4a6a
  • refactor: config eddf55f
  • fix: handle reorgs in the p2p-client 6783dfc
  • chore: restore commented out code fd01536
  • feat: add mined txs back to pending set fe99e28

View on GitHub

alexghr pushed 23 commits to ag/restart-bot AztecProtocol/aztec-packages
  • feat: derive address and class id in avm (#8897) this PR adds tracing of the class id and contract instance when `g... 2ebe361
  • chore: noir bug workaround (#9443) f619687
  • git subrepo push --branch=master barretenberg subrepo: subdir: "barretenberg" merged: "9128f0d8b1" upstream:... 011f2d6
  • chore: replace relative paths to noir-protocol-circuits 49467ba
  • git_subrepo.sh: Fix parent in .gitrepo file. [skip ci] e90153f
  • git subrepo push --branch=master noir-projects/aztec-nr subrepo: subdir: "noir-projects/aztec-nr" merged: "e... fb8de23
  • fix(avm): address bytecode hashing comments (#9436) Fixing up some earlier comments in PRs a85f92a
  • refactor: replace token note with uint note (#8143) In this PR, we are replacing the token note with our previously ... 493a3f3
  • feat!: getcontractinstance instruction returns only a specified member (#9300) `GETCONTRACTINSTANCE` now takes membe... 29b692f
  • fix: cleanup of janky encryption apis (#9390) Following changes of #9272, we're now doing some cleanup of the inter... 9e3e536
  • git subrepo push --branch=master barretenberg subrepo: subdir: "barretenberg" merged: "755e56454e" upstream:... 8e23586
  • chore: replace relative paths to noir-protocol-circuits 5247be2
  • git_subrepo.sh: Fix parent in .gitrepo file. [skip ci] 5c6037b
  • git subrepo push --branch=master noir-projects/aztec-nr subrepo: subdir: "noir-projects/aztec-nr" merged: "9... 5dad460
  • fix: yarn build:fast (#9464) bbe6d06
  • chore: remove unnecessary trait (#9437) arithmetic generics go brrrr 1db2eec
  • chore(avm:): Fix execution tests in proving mode (#9466) This will fix failures in: https://github.com/AztecProtoco... 8e07de8
  • fix: stop bot in case of tx errors 8e83711
  • fix: build l1-artifacts first dbaa648
  • fix: close container c43b26b
  • and 3 more ...

View on GitHub

alexghr pushed 1 commit to ag/restart-bot AztecProtocol/aztec-packages
  • chore: restore commented out code dbfce52

View on GitHub

alexghr created a review comment on a pull request on AztecProtocol/aztec-packages
I was thinking of the case where the proven chain is rolled back due to finalisation on L1 (which would still be emitted by `L2BlocKStream` as a `chain-pruned` event).

View on GitHub

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

View on GitHub

alexghr created a review comment on a pull request on AztecProtocol/aztec-packages
Oh, I commented out for debugging. Will restore

View on GitHub

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

View on GitHub

alexghr pushed 11 commits to ag/restart-bot AztecProtocol/aztec-packages
  • fix: yarn project bootstrap fast (#9440) c1ebed5
  • git subrepo push --branch=master barretenberg subrepo: subdir: "barretenberg" merged: "369efa8635" upstream:... 5e41ca4
  • chore: replace relative paths to noir-protocol-circuits f6d714f
  • git_subrepo.sh: Fix parent in .gitrepo file. [skip ci] f3dfebc
  • git subrepo push --branch=master noir-projects/aztec-nr subrepo: subdir: "noir-projects/aztec-nr" merged: "e... 6f4892c
  • fix: bb-only-change fix e2e build instability (#9441) - get rid of misc ci exemption from ci builds, too wordy - ma... ca3abaa
  • fix: stop bot in case of tx errors bedc3a4
  • fix: build l1-artifacts first 0a8ba47
  • fix: close container 123b19a
  • refactor: config 5b66751
  • fix: handle reorgs in the p2p-client 465a727

View on GitHub

alexghr created a review on a pull request on AztecProtocol/aztec-packages
I ended up doing the same thing in my pr. Nice one!

View on GitHub

alexghr pushed 23 commits to ag/restart-bot AztecProtocol/aztec-packages
  • feat: implement encryption to an address point and decryption from an address secret (#9272) Resolves #9326, #8966, ... 6d77dd0
  • feat: `bytes_to_fields` requiring only 1 generic param (#9417) 2217da6
  • feat: ownable sysstia (#9398) Fixes #9351 30314ec
  • chore: fix sync scripts (#9423) There's some trailing references to noir_js_backend_barretenberg which is blocking ... 7766c8e
  • fix(docs): update getting started docs (#9426) Minor fix on function call arguments + some typos 985190b
  • feat(docs): Function transforms (hidden macros) (#7784) Closes https://github.com/AztecProtocol/dev-rel/issues/309 ... 831cc66
  • feat: bytecode hashing init (#8535) This adds proper computation of the public bytecode commitment (i.e. pair-wise ... 2bb09e5
  • feat(avm): trace contract class and contract instance (#8840) This PR is centred around tracing and passing contract... 84205d8
  • feat: comptime deriving generators in macros (#9195) c4b629c
  • docs: clean up docker messaging (#9419) 4c4974f
  • feat(avm/brillig)!: revert/rethrow oracle (#9408) This PR introduces a revert oracle to be used when (and only when)... 1bbd724
  • fix: deploy & version aztec-up scripts (#9435) Fixes https://github.com/AztecProtocol/aztec-packages/issues/9427 ad80169
  • feat: Note tagging oracle (#9429) Closes: https://github.com/AztecProtocol/aztec-packages/issues/9378 Creates an ... cec6306
  • chore(avm): Allocate memory for unshifted polynomials according to their trace col size (#9345) Some measurements on... a67d0e2
  • chore: bumping L2 gas and public reads constants (#9431) 91c50dd
  • chore: disable flakey e2e_synching.test.ts (#9439) 01147a5
  • fix: spot_strategy passing (#9428) 1e38d3e
  • refactor: passing partial note logs through transient storage (#9356) 8835b31
  • fix: stop bot in case of tx errors 7149729
  • fix: build l1-artifacts first 484d0cd
  • and 3 more ...

View on GitHub

alexghr pushed 3 commits to ag/restart-bot AztecProtocol/aztec-packages

View on GitHub

alexghr pushed 1 commit to ag/restart-bot AztecProtocol/aztec-packages
  • fix: build l1-artifacts first 9fcd49d

View on GitHub

alexghr opened a pull request on AztecProtocol/aztec-packages
fix: stop bot in case of tx errors
alexghr created a branch on AztecProtocol/aztec-packages

ag/restart-bot

alexghr created a review comment on a pull request on AztecProtocol/aztec-packages
Ah good shout! I think it would it clean and I can leave a comment at the definition point about it

View on GitHub

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

View on GitHub

alexghr created a review comment on a pull request on AztecProtocol/aztec-packages
I think it's a leftover from when we were proving with plonk

View on GitHub

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

View on GitHub

alexghr opened a pull request on AztecProtocol/aztec-packages
feat: new proving broker implementation
Reopening of #8609, which was closed/merged by mistake. This PR adds ProvingBroker which implements a new interface for distributing proving jobs to workers as specified in https://github.com/Az...
alexghr pushed 0 commits to ag/refactor-avm-proof-fields AztecProtocol/aztec-packages

View on GitHub

alexghr created a branch on AztecProtocol/aztec-packages

ag/scaling-provers

alexghr pushed 1 commit to ag/refactor-avm-proof-fields AztecProtocol/aztec-packages
  • feat: new proving broker implementation (#8609) This PR adds `ProvingBroker` which implements a new interface for d... 5351c4b

View on GitHub

alexghr deleted a branch AztecProtocol/aztec-packages

ag/scaling-provers

Load more