Ecosyste.ms: Timeline

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

AztecProtocol/aztec-packages

codygunton pushed 1 commit to cg/scrutenize-civc-verifier AztecProtocol/aztec-packages

View on GitHub

AztecBot pushed 2 commits to release-please--branches--master AztecProtocol/aztec-packages
  • feat: Print finalized size and log dyadic size during Ultra proof construction (#9411) You can now see the circuit s... 84fdc52
  • chore(master): Release 0.60.1 c95a5ed

View on GitHub

codygunton deleted a branch AztecProtocol/aztec-packages

cg/print-ultra-circuit-size

codygunton pushed 1 commit to master AztecProtocol/aztec-packages
  • feat: Print finalized size and log dyadic size during Ultra proof construction (#9411) You can now see the circuit s... 84fdc52

View on GitHub

codygunton closed a pull request on AztecProtocol/aztec-packages
feat: Print finalized size and log dyadic size during Ultra proof construction
You can now see the circuit sizes in the e2e full prover test.
stevenplatt pushed 1 commit to srp/16-validator-xfer-test AztecProtocol/aztec-packages
  • return to single epoch test 409999d

View on GitHub

codygunton created a branch on AztecProtocol/aztec-packages

cg/scrutenize-civc-verifier

dbanks12 created a comment on a pull request on AztecProtocol/aztec-packages
Does seem to reduce gas costs for some e2e tests by a bit! Not a massive improvement. `TokenBridge:claim_public` goes from 3,970,000 down to 3,930,000.

View on GitHub

benesjan created a review comment on a pull request on AztecProtocol/aztec-packages
Ideally we would have a type which would encapsulate `[num pub values, encrypted log, public values]` but everything is impermanent and all this code is going to die soon so I decided to not spend ...

View on GitHub

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

View on GitHub

LHerskind pushed 1 commit to lh/8791-initial-block-reward AztecProtocol/aztec-packages
  • fix: use salt in library deployment d59fc27

View on GitHub

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

View on GitHub

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

View on GitHub

benesjan pushed 1 commit to 10-11-feat_comptime_deriving_generators_in_macros AztecProtocol/aztec-packages

View on GitHub

stevenplatt pushed 1 commit to srp/16-validator-xfer-test AztecProtocol/aztec-packages
  • setting bot tx at 1 per sec aee63e3

View on GitHub

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

View on GitHub

LHerskind pushed 21 commits to lh/8791-initial-block-reward AztecProtocol/aztec-packages
  • 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
  • feat: bytes to fields and back (#8590) Adds functionality to convert byte array to field array in Noir and back. 65b8493
  • feat: Get logs by tags (#9353) Closes: https://github.com/AztecProtocol/aztec-packages/issues/9268 Indexes L2 enc... 719c33e
  • refactor: updated NFT flows (#9150) 407f8b4
  • feat: sequencer cast votes (#9247) Update to make the sequencer cast votes when it is considering block production. bd05d87
  • fix: 4epochs kind test et al (#9358) - Updated lock file paths to use /var/lock instead of home directories (~/). A... e480e6b
  • chore(master): Release 0.60.0 (#9310) :robot: I have created a release *beep* *boop* --- <details><summary>azt... 09c9ad8
  • chore: have 'aztec' honour the 'DEBUG' env var (#9413) 771a2ac
  • feat: Sync from noir (#9410) Automated pull of development from the [noir](https://github.com/noir-lang/noir) progr... b4db379
  • feat: prover coordination test with a reorg (#9405) 9efe288
  • feat(avm): avm replace zeromorph pcs by shplemini (#9389) Resolves #9349 Native proving and verification time di... 07d6dc2
  • fix: allow more resources for 4epochs tests (#9418) 74a8ad1
  • feat: fee pricing to 0 for old instances (#9296) Fixes #7938. 7bc3a21
  • feat: initial block reward + external libraries 39703f4
  • and 1 more ...

View on GitHub

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

View on GitHub

benesjan pushed 148 commits to 10-11-feat_comptime_deriving_generators_in_macros AztecProtocol/aztec-packages
  • feat: structured commit (#9027) Adds two new methods `commit_structured` and `commit_structured_with_nonzero_comple... 26f406b
  • refactor: move public keys to protocol circuits (#9074) In the new address scheme, we will need to calculate the add... 8adbdd5
  • chore: format noir stuff (#9202) This PR pulls out some formatting changes from the sync PR 2b09709
  • feat(avm)!: remove tags from wire format (#9198) Yields ~5% reduction in bytecode size (public_dispatch). Part of #... 68a7326
  • chore: default logging level to debug if debug set (#9173) It does not make much sense to have people explicitly set... febf744
  • refactor: Move contract stuff from types into circuits.js (#9151) I need access to PublicKeys from types, and there ... d8131bc
  • fix: Revert "fix: Revert "feat: use s3 cache in bootstrap fast"" (#9182) Reverts AztecProtocol/aztec-packages#9181 ... ce3d08a
  • feat(avm): codegen recursive_verifier.cpp (#9204) Resolves #8849 2592e50
  • feat: Tracy time with instrumentation (#9170) At scripts for profiling locally with tracy and samply, add instrumen... 1c008d9
  • git subrepo push --branch=master barretenberg subrepo: subdir: "barretenberg" merged: "e87802c06a" upstream:... 4542f1d
  • chore: replace relative paths to noir-protocol-circuits b787722
  • git_subrepo.sh: Fix parent in .gitrepo file. [skip ci] acc05a6
  • git subrepo push --branch=master noir-projects/aztec-nr subrepo: subdir: "noir-projects/aztec-nr" merged: "0... e8065a2
  • fix: mac-build (#9216) fix mac build issues with emplace back 80ea32c
  • chore: disable flakey rediscovery.test.ts (#9217) 14e73e2
  • git subrepo push --branch=master barretenberg subrepo: subdir: "barretenberg" merged: "14969f58de" upstream:... 08b6789
  • chore: replace relative paths to noir-protocol-circuits 7934d39
  • git_subrepo.sh: Fix parent in .gitrepo file. [skip ci] 116fe90
  • git subrepo push --branch=master noir-projects/aztec-nr subrepo: subdir: "noir-projects/aztec-nr" merged: "d... 9656fbf
  • chore(ci): try to offload compute burden when merging (#9213) We are going to ramp up what we test on master, and we... c8dc016
  • and 128 more ...

View on GitHub

AztecBot pushed 2 commits to release-please--branches--master AztecProtocol/aztec-packages
  • feat: fee pricing to 0 for old instances (#9296) Fixes #7938. 7bc3a21
  • chore(master): Release 0.60.1 1d56d35

View on GitHub

LHerskind deleted a branch AztecProtocol/aztec-packages

lh/7938-fee-bridge

LHerskind closed an issue on AztecProtocol/aztec-packages
feat(Upgrade): Fee payment
The collateral that is deposited into the fee bridge needs to decide which instance it honours in case of an upgrade. For example, it is following along, an upgrade would mean that there is no c...
LHerskind pushed 1 commit to master AztecProtocol/aztec-packages
  • feat: fee pricing to 0 for old instances (#9296) Fixes #7938. 7bc3a21

View on GitHub

LHerskind closed an issue on AztecProtocol/aztec-packages
feat(Upgrade): Fee payment
The collateral that is deposited into the fee bridge needs to decide which instance it honours in case of an upgrade. For example, it is following along, an upgrade would mean that there is no c...
LHerskind closed a pull request on AztecProtocol/aztec-packages
feat: fee pricing to 0 for old instances
Fixes #7938. Removes the need for the fee to be paid if the instance is not the canonical. The reasoning being that the fee assets in the instance will be unbacked, so it will end up failing if ...
benesjan created a review comment on a pull request on AztecProtocol/aztec-packages
I removed turbofish syntax in all the tests below as it makes it more explicit what info a dev needs to provide manually and what the compiler is able to derive on its own. (A dev needs to provi...

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
@nventuro I was being stupid. It's not a stale code but instead it's done this way because the setup payload is auto generated and hence I cannot easily modify the SetupPayload constructor here. Ma...

View on GitHub

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

View on GitHub

ludamad pushed 1 commit to ad/docs-docker-messaging AztecProtocol/aztec-packages

View on GitHub

Load more