Ecosyste.ms: Timeline

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

AztecProtocol/aztec-packages

Thunkar created a review comment on a pull request on AztecProtocol/aztec-packages
Added a tx full of invalid tags just in case

View on GitHub

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

View on GitHub

dbanks12 pushed 20 commits to db/getcontractinstance AztecProtocol/aztec-packages
  • 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
  • feat: bytes to fields and back (#8590) Adds functionality to convert byte array to field array in Noir and back. 65b8493
  • feat!: getcontractinstance instruction returns only a specified member a494489

View on GitHub

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

View on GitHub

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

View on GitHub

catmcgee pushed 7 commits to docs/function-transforms AztecProtocol/aztec-packages
  • 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
  • Merge branch 'master' into docs/function-transforms 69f9c6c

View on GitHub

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

View on GitHub

spypsy pushed 2 commits to spy/remove-e2e-earthfile AztecProtocol/aztec-packages
  • handle tests in subdirectories d41eb49
  • updates for some cases 8284205

View on GitHub

IlyasRidhuan pushed 1 commit to ir/10-11-feat_avm_merkle_tree_gadget AztecProtocol/aztec-packages
  • feat(avm): merkle tree gadget 3832bb7

View on GitHub

IlyasRidhuan pushed 24 commits to ir/10-11-feat_avm_merkle_tree_gadget AztecProtocol/aztec-packages
  • 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
  • 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
  • and 4 more ...

View on GitHub

jfecher created a review comment on a pull request on AztecProtocol/aztec-packages
@benesjan yep, you can get rounding behavior with division or modulus. We had a bug a little while ago where we were actually simplifying `N / M * M` to just `N` which is incorrect since we use ...

View on GitHub

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

View on GitHub

Thunkar pushed 1 commit to gj/get_logs_by_tags AztecProtocol/aztec-packages
  • Update yarn-project/archiver/src/archiver/kv_archiver_store/log_store.ts Co-authored-by: Nicolás Venturo <nicolas.ve... a1ebea9

View on GitHub

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

nventuro created a review comment on a pull request on AztecProtocol/aztec-packages
Let's also add a scenario in which we add a log that does not have a tag and have it not fail (though we of course cannot fetch it by tag).

View on GitHub

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

View on GitHub

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

View on GitHub

ludamad created a review comment on a pull request on AztecProtocol/aztec-packages
Wonder if type Unbounded = number is too hacky :)

View on GitHub

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

View on GitHub

benesjan pushed 2 commits to 10-10-refactor_updating_nft_flows AztecProtocol/aztec-packages

View on GitHub

AztecBot commented on a commit on AztecProtocol/aztec-packages
<!-- github-benchmark-action-comment(start): C++ Benchmark Alert --> # :warning: **Performance Alert** :warning: Possible performance regression was detected for benchmark **'C++ Benchmark'**. Ben...

View on GitHub

AztecBot pushed 1 commit to gh-pages AztecProtocol/aztec-packages
  • add C++ Benchmark (googlecpp) benchmark result for c7d4572b49b33ee309f9238f3cec245878e6c295 206ca52

View on GitHub

ludamad pushed 20 commits to ad/network-tests-fix AztecProtocol/aztec-packages
  • 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
  • feat: bytes to fields and back (#8590) Adds functionality to convert byte array to field array in Noir and back. 65b8493
  • Merge branch 'master' into ad/network-tests-fix 35d8b54

View on GitHub

saleel created a comment on an issue on AztecProtocol/aztec-packages
@olehmisar It works on 0.22 for me. Did you add `{ include: ["fs/promises"] }` ?

View on GitHub

Load more