Ecosyste.ms: Timeline

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

AztecProtocol/aztec-packages

spypsy pushed 1 commit to spy/remove-e2e-earthfile AztecProtocol/aztec-packages
  • try install yq in action setup e4ca394

View on GitHub

iakovenkos pushed 3 commits to si/eccvm-translator-zk-sumcheck AztecProtocol/aztec-packages
  • Merge branch 'master' into si/eccvm-translator-zk-sumcheck and resolved comments ad391e1
  • fixes after the review d6e29ce
  • Merge branch 'si/eccvm-translator-zk-sumcheck' of github.com:AztecProtocol/aztec-packages into si/eccvm-translator-zk... 077d998

View on GitHub

MirandaWood created a review comment on a pull request on AztecProtocol/aztec-packages
Sadly had to butcher @spalladino 's nice error handling, as we no longer get `ContractFunctionExecutionError`s from `propose` transactions - these come from `contract.write` functions which do not ...

View on GitHub

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

View on GitHub

Maddiaa0 pushed 1 commit to md/10-23-chore_fix_and_re-enable_prover_coordination_e2e_test AztecProtocol/aztec-packages

View on GitHub

iakovenkos created a review comment on a pull request on AztecProtocol/aztec-packages
thanks for spotting this, the constants are not needed yet

View on GitHub

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

View on GitHub

iakovenkos created a review comment on a pull request on AztecProtocol/aztec-packages
the getters being applied to the multivariates are not qualified as const as opposed to the get_all() in non-zk case

View on GitHub

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

View on GitHub

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

View on GitHub

catmcgee created a comment on a pull request on AztecProtocol/aztec-packages
fk this fking pr why are there so many conflicts

View on GitHub

jeanmon pushed 1 commit to jm/9349-avm-shplemini AztecProtocol/aztec-packages
  • 9349: adapt assertions on proof length in honk_recursion_constraint.cpp 9aa76c5

View on GitHub

jeanmon pushed 11 commits to jm/9349-avm-shplemini AztecProtocol/aztec-packages
  • 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
  • Rebase on master and run codegen 4a80bb9
  • 9349: migrate zeromorph to shplemini in AVM e122924
  • 9349: remove occurences of zeromorph 72a41cd
  • 9349: adapt proof length d6f9cc9
  • 9349: rebase on master 663ac36
  • 9349: Transcript serialization 699a7d4
  • 9349: Adapt proof length formula in codegen template file fcbd3f7
  • 9349: adapt assertions on proof length in honk_recursion_constraint.cpp 18a94ab

View on GitHub

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

View on GitHub

iakovenkos created a review comment on a pull request on AztecProtocol/aztec-packages
this is explained in the sumcheck docs, although I see your point do you think giving examples in relations' docs wouldn't pollute them? then I would also have to include those examples in every ...

View on GitHub

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

View on GitHub

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

View on GitHub

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

View on GitHub

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

View on GitHub

MirandaWood pushed 208 commits to mw/blob-circuit AztecProtocol/aztec-packages
  • feat: Connect the public inputs but not the proof in ivc recursion constraints (#8973) The inputs to an ACIR ivc rec... 4f1af9a
  • feat(public)!: only deploy/register public_dispatch (#8988) Part of #8985. This PR unblocks bytecode hashing in the... 6c30453
  • fix(public): stack trace short term hack (#9024) Fixes the public stack trace, to unblock releases. BEFORE ``` ... f2ea42c
  • chore: big synching case + stability (#9022) - Moves `cheat_code` log from `info` to `verbose` - Hardens fixture cr... 931c59b
  • fix: Archiver getBlocksForEpoch and EpochProvingJob on block 1 (#9016) Fixes a few issues around proving: - Archi... 9669db0
  • fix(CI): yarn-project publish_npm script (#8996) dc87b0e
  • chore: Do not start prover node in e2e tests if not needed (#9008) Removes prover node from the snapshot manager and... a2d3f8a
  • chore: Remove mock proof commitment escrow (#9011) Simplifies deployment of L1 contracts. Requires introducing a `M... 4873c7b
  • refactor(avm)!: remove CMOV opcode (#9030) It's not emitted by Noir, and it needs special casing in the AVM circuit.... ec9dfdf
  • git subrepo push --branch=master barretenberg subrepo: subdir: "barretenberg" merged: "1c9a46376c" upstream:... d920e27
  • chore: replace relative paths to noir-protocol-circuits e062c5b
  • git_subrepo.sh: Fix parent in .gitrepo file. [skip ci] 1c87798
  • git subrepo push --branch=master noir-projects/aztec-nr subrepo: subdir: "noir-projects/aztec-nr" merged: "8... 9c21fc7
  • feat!: refactor contract interaction pt.1 (#8938) Part 1 of a refactor to `ContractFunctionInteraction` ## PXE AP... 62963f9
  • feat: lazy commitment key allocation for better memory (#9017) Resolves https://github.com/AztecProtocol/barretenber... 527d820
  • feat: documenting note macros (#9009) Documenting note macros. 623b1dd
  • feat: consolidate spartan metrics (#9037) Most notably, this PR removes the resources that were adding observabilit... 0cff28b
  • fix: use properly sized p2p id (#9040) also fix network test to look at correct namespace add helper test for debug... 9fe7436
  • chore(ci): increase timeout for ARM build (#9041) Somehow this got to the very end, our build must be taking quite a... c505b02
  • chore(ci): finally isolate bb-native-tests (#9039) This has been spilling over too often, let's make sure it only af... 9c9c385
  • and 188 more ...

View on GitHub

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

View on GitHub

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

View on GitHub

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

View on GitHub

dbanks12 created a review comment on a pull request on AztecProtocol/aztec-packages
I'll change it to an if-statement that raises the error flag & a comment to constrain it with a range check on the enum operand

View on GitHub

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

View on GitHub

dbanks12 opened an issue on AztecProtocol/aztec-packages
Properly constrain GETCONTRACTINSTANCE in AVM circuit
Especially the range check on member num
TomAFrench closed a draft pull request on AztecProtocol/aztec-packages
feat: add witness rebinding optimization
Testing that this doesn't break anything in aztec-nr
AztecBot pushed 2 commits to release-please--branches--master AztecProtocol/aztec-packages
  • chore: remove unnecessary `is_integral_bit_size` function (#9352) ac8e6d7
  • chore(master): Release 0.60.0 bec9812

View on GitHub

TomAFrench deleted a branch AztecProtocol/aztec-packages

tf/remove-is-integral-bit-size

TomAFrench pushed 1 commit to master AztecProtocol/aztec-packages
  • chore: remove unnecessary `is_integral_bit_size` function (#9352) ac8e6d7

View on GitHub

Load more