Ecosyste.ms: Timeline

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

AztecProtocol/aztec-packages

AztecBot pushed 2 commits to release-please--branches--master AztecProtocol/aztec-packages
  • feat: Sync from noir (#9332) Automated pull of development from the [noir](https://github.com/noir-lang/noir) progr... a166203
  • chore(master): Release 0.60.0 9939ce2

View on GitHub

ledwards2225 pushed 1 commit to lde/fixed_bus_propagation_size AztecProtocol/aztec-packages
  • update VK size after removal of two db flags 7a21b56

View on GitHub

TomAFrench pushed 1 commit to master AztecProtocol/aztec-packages
  • feat: Sync from noir (#9332) Automated pull of development from the [noir](https://github.com/noir-lang/noir) progr... a166203

View on GitHub

TomAFrench deleted a branch AztecProtocol/aztec-packages

sync-noir

TomAFrench closed a pull request on AztecProtocol/aztec-packages
feat: Sync from noir
Automated pull of development from the [noir](https://github.com/noir-lang/noir) programming language, a dependency of Aztec. BEGIN_COMMIT_OVERRIDE feat(ssa): Various mem2reg reverts to reduce mem...
ludamad created a review comment on a pull request on AztecProtocol/aztec-packages
this ideally would be encapsulated in the same shell script that runs the things, but nbd

View on GitHub

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

View on GitHub

benesjan created a review comment on a pull request on AztecProtocol/aztec-packages
I think it's just a stale code from when we needed the randomness exposed due to the old storage slot derivation scheme. I will address this in a PR up the stack as I am touching the macros there.

View on GitHub

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

View on GitHub

benesjan created a review comment on a pull request on AztecProtocol/aztec-packages
Good catch. A stupid mistake. Addressed in https://github.com/AztecProtocol/aztec-packages/pull/9150/commits/121a7533ad36ee98233bc036ba23d64dc1b32ea1

View on GitHub

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

View on GitHub

benesjan pushed 10 commits to 10-23-refactor_passing_partial_note_logs_through_transient_storage AztecProtocol/aztec-packages

View on GitHub

benesjan pushed 1 commit to 10-10-refactor_updating_nft_flows AztecProtocol/aztec-packages

View on GitHub

ledwards2225 pushed 31 commits to lde/fixed_bus_propagation_size AztecProtocol/aztec-packages
  • fix: ci github clone edge case (#9320) overdue 15abe6f
  • git subrepo push --branch=master barretenberg subrepo: subdir: "barretenberg" merged: "1a158d8084" upstream:... 5fc9d60
  • chore: replace relative paths to noir-protocol-circuits 8cb89af
  • git_subrepo.sh: Fix parent in .gitrepo file. [skip ci] 4e6210a
  • git subrepo push --branch=master noir-projects/aztec-nr subrepo: subdir: "noir-projects/aztec-nr" merged: "f... ea9ee39
  • chore: test 4epochs in native-network (#9309) Reproduces https://github.com/AztecProtocol/aztec-packages/issues/8855 ddb312a
  • feat: modify private calldata to use public keys (#9276) In this PR we are modifying private calldata to use public ... e42e219
  • chore: Copying world state binary to yarn project is on generate (#9194) Copy native build artifacts in a separate "... 8d75dd4
  • fix: use github.actor on publish workflow dispatch (#9324) workflows started by release-please (or manually triggere... 5fa660d
  • feat: gerousia (#8942) Fixes #8138. 54b5ba2
  • feat: apella (#9084) Fixes #8137. 205ce69
  • chore: silence cache-download.sh (#9317) Somehow adding a lot of progress noise 314d9d2
  • 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
  • and 11 more ...

View on GitHub

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

View on GitHub

zac-williamson opened a pull request on AztecProtocol/aztec-packages
feat: biggroup_goblin handles points at infinity + 4x reduction in ECCVM size
This PR adds support for biggroup_goblin handling elliptic curve points at infinity This feature is used to optimize the ECCVM instructions created when running a recursive protogalaxy verifier....
benesjan pushed 1 commit to 10-23-refactor_passing_partial_note_logs_through_transient_storage AztecProtocol/aztec-packages

View on GitHub

nventuro created a review comment on a pull request on AztecProtocol/aztec-packages
```suggestion typ: 'BalancesMap', ``` Quite fragile that this exists in an `md` file regardless

View on GitHub

nventuro created a review on a pull request on AztecProtocol/aztec-packages
Fantastic thank you!

View on GitHub

nventuro created a review on a pull request on AztecProtocol/aztec-packages
Fantastic thank you!

View on GitHub

nventuro created a review comment on a pull request on AztecProtocol/aztec-packages
We're already calling `random` inside the `new` function of other notes, see e.g. [here](https://github.com/AztecProtocol/aztec-packages/pull/8143/files#diff-0610e54fc25c4c0e203ba8914010d5d7ec3018b...

View on GitHub

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

View on GitHub

just-mitch closed an issue on AztecProtocol/aztec-packages
fix: sequencer should handle claims correctly when there are empty epochs
See `createProofClaimForPreviousEpoch` in `sequencer.ts`. We should not compute `epochToProve` as the block's slot minus 1, but should ask the rollup (or compute from the rollup's data) what the ep...
TomAFrench pushed 1 commit to sync-noir AztecProtocol/aztec-packages

View on GitHub

TomAFrench pushed 1 commit to sync-noir AztecProtocol/aztec-packages

View on GitHub

jeanmon created a branch on AztecProtocol/aztec-packages

jm/9349-avm-shplemini

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

View on GitHub

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

View on GitHub

Load more