Ecosyste.ms: Timeline

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

AztecProtocol/aztec-packages

ledwards2225 pushed 22 commits to lde/fixed_bus_propagation_size AztecProtocol/aztec-packages
  • 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
  • chore: print out gas at start and end of each enqueued call (#9377) 29c0b95
  • chore: unstake the bond when the proof lands (#9363) If you claimed it, and the proof lands (from anyone) your bond ... b25b913
  • feat(docs): nits (#8948) Closes https://github.com/AztecProtocol/dev-rel/issues/410 closes: https://github.com/Azte... 008fdd1
  • feat(nr): serde for signed ints (#9211) 66f31c7
  • chore: remove unnecessary `is_integral_bit_size` function (#9352) ac8e6d7
  • feat: introduce default public keys and replace empty public keys (#9277) This PR further prepares our new address c... 47718ea
  • chore: fix and re-enable prover coordination e2e test (#9344) 3a1a62c
  • chore: implement Fq add (#9354) This is more changes for the new address scheme. I think it was just missing here. ... 1711fac
  • chore: quick keystore refactor (#9355) 31b9999
  • refactor: quick account manager refactor (#9357) 648d043
  • chore: bump node types (#9397) 763d5b1
  • feat: eccvm translator zk sumcheck (#9199) Turned on ZK Sumcheck in ECCVM and Translator Flavors. Benching `Clien... c7d4572
  • and 2 more ...

View on GitHub

benesjan pushed 35 commits to 10-10-refactor_updating_nft_flows AztecProtocol/aztec-packages
  • 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
  • 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
  • and 15 more ...

View on GitHub

nventuro created a review comment on a pull request on AztecProtocol/aztec-packages
Sorry, my original message wasn't clear. I meant that `new Fr` would likely throw, and we don't have any kind of error handling. This means that if a single log in a block contains a log with the f...

View on GitHub

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

View on GitHub

spypsy pushed 1 commit to spy/remove-e2e-earthfile AztecProtocol/aztec-packages

View on GitHub

spypsy pushed 1 commit to spy/remove-e2e-earthfile 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

alexghr closed a pull request on AztecProtocol/aztec-packages
feat: new proving broker implementation
This PR adds `ProvingBroker` which implements a new interface for distributing proving jobs to workers as specified in #8495
alexghr deleted a branch AztecProtocol/aztec-packages

ag/disable-new-ws-on-arm

alexghr closed a draft pull request on AztecProtocol/aztec-packages
chore: disable new world state on ARM
This PR configures the sandbox to use the old WorldState implementation when running on ARM. (Untested)
alexghr pushed 27 commits to ag/scaling-provers 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
  • 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
  • chore: print out gas at start and end of each enqueued call (#9377) 29c0b95
  • chore: unstake the bond when the proof lands (#9363) If you claimed it, and the proof lands (from anyone) your bond ... b25b913
  • feat(docs): nits (#8948) Closes https://github.com/AztecProtocol/dev-rel/issues/410 closes: https://github.com/Azte... 008fdd1
  • feat(nr): serde for signed ints (#9211) 66f31c7
  • chore: remove unnecessary `is_integral_bit_size` function (#9352) ac8e6d7
  • and 7 more ...

View on GitHub

benesjan created a branch on AztecProtocol/aztec-packages

graphite-base/9356

benesjan deleted a branch AztecProtocol/aztec-packages

graphite-base/9295

benesjan created a branch on AztecProtocol/aztec-packages

graphite-base/9295

benesjan deleted a branch AztecProtocol/aztec-packages

graphite-base/9159

benesjan created a branch on AztecProtocol/aztec-packages

graphite-base/9159

benesjan deleted a branch AztecProtocol/aztec-packages

09-17-feat_bytes_to_fields_and_back

benesjan pushed 1 commit to master AztecProtocol/aztec-packages
  • feat: bytes to fields and back (#8590) Adds functionality to convert byte array to field array in Noir and back. 65b8493

View on GitHub

benesjan closed a pull request on AztecProtocol/aztec-packages
feat: bytes to fields and back
Adds functionality to convert byte array to field array in Noir and back.
benesjan created a branch on AztecProtocol/aztec-packages

graphite-base/9150

benesjan created a comment on a pull request on AztecProtocol/aztec-packages
### Merge activity * **Oct 24, 10:07 AM EDT**: A user started a stack merge that includes this pull request via [Graphite](https://app.graphite.dev/github/pr/AztecProtocol/aztec-packages/9150).

View on GitHub

benesjan created a comment on a pull request on AztecProtocol/aztec-packages
### Merge activity * **Oct 24, 10:07 AM EDT**: A user started a stack merge that includes this pull request via [Graphite](https://app.graphite.dev/github/pr/AztecProtocol/aztec-packages/8590).

View on GitHub

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

View on GitHub

AztecBot pushed 2 commits to release-please--branches--master AztecProtocol/aztec-packages
  • feat: eccvm translator zk sumcheck (#9199) Turned on ZK Sumcheck in ECCVM and Translator Flavors. Benching `Clien... c7d4572
  • chore(master): Release 0.60.0 960564a

View on GitHub

iakovenkos pushed 1 commit to master AztecProtocol/aztec-packages
  • feat: eccvm translator zk sumcheck (#9199) Turned on ZK Sumcheck in ECCVM and Translator Flavors. Benching `Clien... c7d4572

View on GitHub

iakovenkos closed a pull request on AztecProtocol/aztec-packages
feat: eccvm translator zk sumcheck
Turned on ZK Sumcheck in ECCVM and Translator Flavors. Benching `ClientIvc` with ZK sumcheck turned on in ECCVM and Translator: | Benchmark | without ZK | with ZK (best resul...
Load more