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/print-ultra-circuit-size AztecProtocol/aztec-packages
  • Print finalized size and log dyadic size e85b4d7

View on GitHub

benesjan created a review comment on a pull request on AztecProtocol/aztec-packages
This ^ is what I mentioned in scrum.

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
I kept the emit_note_hash and emit_log functions exposed on the struct as it a dev might not want to emit logs (e.g. when delivering via some off-chain method).

View on GitHub

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

View on GitHub

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

View on GitHub

LHerskind pushed 8 commits to lh/7938-fee-bridge AztecProtocol/aztec-packages
  • 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
  • feat: fee pricing to 0 for old instances f52b7eb
  • chore: format 070a39a

View on GitHub

benesjan created a review comment on a pull request on AztecProtocol/aztec-packages
For the finalization payload I decided to move context into it because that allows me to fetch the data inside the macro generated struct. This made sense to do because then I can populate the log ...

View on GitHub

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

View on GitHub

codygunton pushed 9 commits to cg/print-ultra-circuit-size AztecProtocol/aztec-packages
  • 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
  • Merge branch 'master' into cg/print-ultra-circuit-size a929c48

View on GitHub

dbanks12 created a comment on a pull request on AztecProtocol/aztec-packages
> This is spreading knowledge of this opcode much further than necessary. I can help on this tomorrow. Thank you! @TomAFrench

View on GitHub

TomAFrench created a review on a pull request on AztecProtocol/aztec-packages
This is spreading knowledge of this opcode much further than necessary. I can help on this tomorrow.

View on GitHub

AztecBot pushed 1 commit to gh-pages AztecProtocol/aztec-packages
  • add C++ Benchmark (googlecpp) benchmark result for 07d6dc29db2eb04154b8f0c66bd1efa74c0e8b9d 2eda91a

View on GitHub

jeanmon created a comment on a pull request on AztecProtocol/aztec-packages
> Do you know how much time are we spending in the calculations added by this PR? @fcarreiro You were right to ask. Unfortunately, we pay the price of 4 additional seconds in proving the bulk te...

View on GitHub

just-mitch created a review comment on a pull request on AztecProtocol/aztec-packages
Same thing here- can we just hide from the prover node that it has a P2PClient, and always return a `ProverCoordination`?

View on GitHub

just-mitch created a review on a pull request on AztecProtocol/aztec-packages

View on GitHub

ludamad created a branch on AztecProtocol/aztec-packages

ad/4epochs-resources

just-mitch created a review comment on a pull request on AztecProtocol/aztec-packages
If we added a `stop` on the `ProverCoordination` interface, could we avoid passing a `p2pClient` *and* a `coordination` to the constructor and instead just a `coordination`?

View on GitHub

just-mitch created a review on a pull request on AztecProtocol/aztec-packages

View on GitHub

just-mitch created a review on a pull request on AztecProtocol/aztec-packages
Minor comments

View on GitHub

just-mitch created a review comment on a pull request on AztecProtocol/aztec-packages
Should the constructor be private then?

View on GitHub

just-mitch created a review on a pull request on AztecProtocol/aztec-packages

View on GitHub

just-mitch created a review comment on a pull request on AztecProtocol/aztec-packages
this `slot` and the one on line 262 that shadows it aren't the same thing which could be confusing. Maybe should instead just keep the original `let slot: bigint;` and separately ``` this.loggi...

View on GitHub

just-mitch created a review on a pull request on AztecProtocol/aztec-packages

View on GitHub

IlyasRidhuan pushed 10 commits to ir/10-11-feat_avm_merkle_tree_gadget AztecProtocol/aztec-packages
  • 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
  • feat(avm): merkle tree gadget 8f022b7

View on GitHub

benesjan pushed 1 commit to 10-23-refactor_passing_partial_note_logs_through_transient_storage AztecProtocol/aztec-packages

View on GitHub

benesjan created a comment on a pull request on AztecProtocol/aztec-packages
* **#9417** <a href="https://app.graphite.dev/github/pr/AztecProtocol/aztec-packages/9417?utm_source=stack-comment-icon" target="_blank"><img src="https://static.graphite.dev/graphite-32x32-black.p...

View on GitHub

benesjan opened a draft pull request on AztecProtocol/aztec-packages
feat: bytes_to_fields requiring only 1 generic param
Please read [contributing guidelines](CONTRIBUTING.md) and remove this line.
Load more