Ecosyste.ms: Timeline

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

AztecProtocol/aztec-packages

ludamad pushed 4 commits to ad/network-tests-fix AztecProtocol/aztec-packages
  • feat!: TXE single execution env (#9183) ## TXE single execution env Previously, TXE had a weird dual model in whi... 1d1d76d
  • chore: remove noir_js_backend_barretenberg (#9338) This PR pushes the remaining logic from `noir_js_backend_barreten... cefe3d9
  • feat(avm): full poseidon2 (#9141) Poseidon2 implementation for internal use by the avm in bytecode hashing / addres... eae7587
  • Merge branch 'master' into ad/network-tests-fix bec9fcb

View on GitHub

ludamad opened a pull request on AztecProtocol/aztec-packages
fix: network test
TomAFrench created a comment on a pull request on AztecProtocol/aztec-packages
Closing as it's spam account doing spam things.

View on GitHub

TomAFrench closed a pull request on AztecProtocol/aztec-packages
Revert "fix: ci github clone edge case"
Reverts AztecProtocol/aztec-packages#9320
benesjan pushed 2 commits to 10-23-refactor_passing_partial_note_logs_through_transient_storage AztecProtocol/aztec-packages

View on GitHub

AztecBot pushed 1 commit to gh-pages AztecProtocol/aztec-packages
  • add C++ Benchmark (googlecpp) benchmark result for eae75872fdd813ed07f70c1e5d41c7b9f399ab72 68c6815

View on GitHub

ludamad created a branch on AztecProtocol/aztec-packages

ad/network-tests-fix

ludamad created a comment on a pull request on AztecProtocol/aztec-packages
Reasoning?

View on GitHub

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

View on GitHub

IlyasRidhuan pushed 137 commits to ir/10-11-feat_avm_merkle_tree_gadget AztecProtocol/aztec-packages
  • feat: add validator address to logs (#9143) Add address logging to validators for metrics dashboard in validator.ts ... e245f83
  • feat: add sequencer address to metrics (#9145) c33d38b
  • feat: make index in inbox global (#9110) fix #9085 375c017
  • feat: Browser tests for UltraHonk (#9047) Make the browser tests use UltraHonk, and we moreover choose the hardest p... f0d45dd
  • chore: reenable sync test (#9160) a71642f
  • fix: spartan account pre-funding (#9161) f4754f7
  • feat!: Brillig with a stack and conditional inlining (#8989) Adds a stack to brillig by using relative addressing. A... 409b7b8
  • chore: script for deploying the spartan network (#9167) Makes sure we're all on the same page 4660cec
  • chore(ci): disable gossip_network.test.ts (#9165) Needs https://github.com/AztecProtocol/aztec-packages/issues/9164 5e7ab1d
  • fix(ci): don't report for now on kind-network-test (#9163) Needs https://github.com/AztecProtocol/aztec-packages/iss... c59d693
  • git subrepo push --branch=master barretenberg subrepo: subdir: "barretenberg" merged: "3440d85262" upstream:... c71c09f
  • chore: replace relative paths to noir-protocol-circuits 21cb2b1
  • git_subrepo.sh: Fix parent in .gitrepo file. [skip ci] 9f81a23
  • git subrepo push --branch=master noir-projects/aztec-nr subrepo: subdir: "noir-projects/aztec-nr" merged: "2... e724179
  • feat: World State Re-orgs (#9035) This PR adds pruning and re-org support to the native world state. --------- ... 04f4a7b
  • feat: nomismatokopio (#8940) Fixes #8135. 1f53957
  • feat: use s3 cache in bootstrap fast (#9111) This PR switches the cache used by `./bootstrap.sh fast` from Dockerim... 349f938
  • feat: World state synchronizer reorgs (#9091) Handles reorgs on the world state synchronizer. ba63b43
  • chore: quieter cache-download.sh (#9176) b75d4c8
  • feat: sysstia (#8941) Fixes #8136. 2da2fe2
  • and 117 more ...

View on GitHub

AztecBot pushed 2 commits to release-please--branches--master AztecProtocol/aztec-packages
  • feat(avm): full poseidon2 (#9141) Poseidon2 implementation for internal use by the avm in bytecode hashing / addres... eae7587
  • chore(master): Release 0.60.0 9d4b0d0

View on GitHub

IlyasRidhuan deleted a branch AztecProtocol/aztec-packages

ir/10-08-feat_avm_full_poseidon2

IlyasRidhuan pushed 1 commit to master AztecProtocol/aztec-packages
  • feat(avm): full poseidon2 (#9141) Poseidon2 implementation for internal use by the avm in bytecode hashing / addres... eae7587

View on GitHub

IlyasRidhuan closed a pull request on AztecProtocol/aztec-packages
feat(avm): full poseidon2
Poseidon2 implementation for internal use by the avm in bytecode hashing / address derivation etc
benesjan created a comment on a pull request on AztecProtocol/aztec-packages
> [!WARNING] > <b>This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack <a href="https://app.graphite.dev/githu...

View on GitHub

benesjan deleted a branch AztecProtocol/aztec-packages

10-21-feat_re-introducing_public_values_appended_flag_in_encrypted_logs

benesjan closed a draft pull request on AztecProtocol/aztec-packages
feat: passing partial log through transient storage
This PR re-introduces changes reverted in [this PR](https://github.com/AztecProtocol/aztec-packages/pull/8712). There is 1 difference compared to the original code. In the original code we stored n...
iakovenkos created a review comment on a pull request on AztecProtocol/aztec-packages
split the method into two to avoid optional access that was causing problems in wasm multi-threading

View on GitHub

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

View on GitHub

jeanmon created a review comment on a pull request on AztecProtocol/aztec-packages
Exactly in a previous PR, the author forgot to regenerate avm files.

View on GitHub

AztecBot pushed 2 commits to release-please--branches--master AztecProtocol/aztec-packages
  • chore: remove noir_js_backend_barretenberg (#9338) This PR pushes the remaining logic from `noir_js_backend_barreten... cefe3d9
  • chore(master): Release 0.60.0 e28c464

View on GitHub

jeanmon created a review comment on a pull request on AztecProtocol/aztec-packages
Yep I did not see another way if we want to parallelize over the columns.

View on GitHub

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

View on GitHub

TomAFrench closed a pull request on AztecProtocol/aztec-packages
chore: remove noir_js_backend_barretenberg
This PR pushes the remaining logic from `noir_js_backend_barretenberg` into bb.js
AztecBot pushed 2 commits to release-please--branches--master AztecProtocol/aztec-packages
  • feat!: TXE single execution env (#9183) ## TXE single execution env Previously, TXE had a weird dual model in whi... 1d1d76d
  • chore(master): Release 0.60.0 afbaa07

View on GitHub

Thunkar pushed 1 commit to master AztecProtocol/aztec-packages
  • feat!: TXE single execution env (#9183) ## TXE single execution env Previously, TXE had a weird dual model in whi... 1d1d76d

View on GitHub

Thunkar deleted a branch AztecProtocol/aztec-packages

gj/txe_single_execution_env

Thunkar closed a pull request on AztecProtocol/aztec-packages
feat!: TXE single execution env
## TXE single execution env Previously, TXE had a weird dual model in which direct calls from test code would "inline" contract code and call it directly. This was very fast, but unfortunately w...
Load more