Ecosyste.ms: Timeline

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

AztecProtocol/aztec-packages

Thunkar pushed 5 commits to gj/get_logs_by_tags AztecProtocol/aztec-packages
  • fix: support empty epochs (#9341) Change the rollup contract to report the claimable epoch; this returns when there... 9dda91e
  • feat: translator on Shplemini (#9329) In this PR: * implement concatenation trick (to work for both Gemini and Shpl... 21fa3cf
  • fix(ci): report 4 epochs true (#9346) 1ce0fa5
  • Merge branch 'master' of github.com:AztecProtocol/aztec-packages into gj/get_logs_by_tags 4e287d2
  • fmt ac2672b

View on GitHub

Thunkar pushed 5 commits to gj/txe_single_execution_env AztecProtocol/aztec-packages
  • fix: support empty epochs (#9341) Change the rollup contract to report the claimable epoch; this returns when there... 9dda91e
  • feat: translator on Shplemini (#9329) In this PR: * implement concatenation trick (to work for both Gemini and Shpl... 21fa3cf
  • fix(ci): report 4 epochs true (#9346) 1ce0fa5
  • Merge branch 'master' of github.com:AztecProtocol/aztec-packages into gj/txe_single_execution_env 095f2af
  • fixes 070edb9

View on GitHub

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

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: [6c140df6922eae8c2b5766b73366765ade8661e0](/AztecProtocol/aztec-packages/commit/6c140df6922eae8c2b5766b73366765ade8661e0), compar...

View on GitHub

ludamad created a comment on a pull request on AztecProtocol/aztec-packages
Merged by mitch

View on GitHub

ludamad closed a pull request on AztecProtocol/aztec-packages
chore: 4epochs test in KIND
github-actions[bot] created a comment on a pull request on AztecProtocol/aztec-packages
# Changes to public function bytecode sizes > Generated at commit: [49a49677a71eb1262629a8b78c1c0d0b5ba3dce5](/AztecProtocol/aztec-packages/commit/49a49677a71eb1262629a8b78c1c0d0b5ba3dce5), compar...

View on GitHub

fcarreiro created a review comment on a pull request on AztecProtocol/aztec-packages
Why did this change? Was there a pending PIL change that hadn't been regenerated?

View on GitHub

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

View on GitHub

fcarreiro created a review comment on a pull request on AztecProtocol/aztec-packages
as_vector is expensive, a pity that it cannot be done without it.

View on GitHub

fcarreiro created a review on a pull request on AztecProtocol/aztec-packages
Ah... the gain is less than I expected. Do you know how much time are we spending in the calculations added by this PR?

View on GitHub

AztecBot pushed 2 commits to release-please--branches--master AztecProtocol/aztec-packages
  • fix(ci): report 4 epochs true (#9346) 1ce0fa5
  • chore(master): Release 0.60.0 567caae

View on GitHub

Maddiaa0 pushed 1 commit to master AztecProtocol/aztec-packages
  • fix(ci): report 4 epochs true (#9346) 1ce0fa5

View on GitHub

Maddiaa0 deleted a branch AztecProtocol/aztec-packages

md/report-4epochs-true

Maddiaa0 closed a pull request on AztecProtocol/aztec-packages
fix(ci): report 4 epochs true
Please read [contributing guidelines](CONTRIBUTING.md) and remove this line.
IlyasRidhuan pushed 126 commits to ir/10-08-feat_avm_full_poseidon2 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 106 more ...

View on GitHub

maramihali created a comment on an issue on AztecProtocol/aztec-packages
The work in this [PR]( https://github.com/AztecProtocol/aztec-packages/pull/8886) for switching UltraHonk to Shplemini, would be a more similar example to the work required for AVM. Also includes ...

View on GitHub

TomAFrench pushed 1 commit to tf/remove-unnecessary-vector AztecProtocol/aztec-packages

View on GitHub

TomAFrench opened a pull request on AztecProtocol/aztec-packages
chore: remove unnecessary `is_integral_bit_size` function
`matches!( bit_size, IntegerBitSize::U1 | IntegerBitSize::U8 | IntegerBitSize::U16 | IntegerBitSize::U32 | IntegerBitSize::U64 ...
TomAFrench created a branch on AztecProtocol/aztec-packages

tf/remove-is-integral-bit-size

Maddiaa0 pushed 2 commits to md/report-4epochs-true AztecProtocol/aztec-packages
  • feat: translator on Shplemini (#9329) In this PR: * implement concatenation trick (to work for both Gemini and Shpl... 21fa3cf
  • Merge branch 'master' into md/report-4epochs-true 3733735

View on GitHub

TomAFrench pushed 1 commit to tf/remove-unnecessary-vector AztecProtocol/aztec-packages

View on GitHub

TomAFrench pushed 1 commit to tf/remove-unnecessary-vector AztecProtocol/aztec-packages

View on GitHub

TomAFrench pushed 1 commit to tf/remove-unnecessary-vector AztecProtocol/aztec-packages

View on GitHub

AztecBot pushed 1 commit to gh-pages AztecProtocol/aztec-packages
  • add C++ Benchmark (googlecpp) benchmark result for 21fa3cf054cf1a3652c8a27ddf042c1c48b47039 6ad1e47

View on GitHub

TomAFrench pushed 1 commit to tf/remove-unnecessary-vector AztecProtocol/aztec-packages
  • chore!: remove unnecessary vectors from sha256compression 4869503

View on GitHub

iakovenkos pushed 1 commit to si/eccvm-translator-zk-sumcheck AztecProtocol/aztec-packages
  • restored the required value ec9e0a7

View on GitHub

iakovenkos pushed 58 commits to si/eccvm-translator-zk-sumcheck AztecProtocol/aztec-packages
  • chore: improve setup_local_k8s.sh to focus kind (#9228) Sometimes kind does not show up in k8s clusters so we need t... 8efdb47
  • feat: native testnet helper script (#9260) 1613c0f
  • feat!: Brillig and AVM default all uninitialized memory cells to Field 0 (#9057) Resolves (at least partially) http... 5861d4e
  • chore(ci): parallelise noir-projects CI (#9270) This PR splits all of the tests for various noir projects so that th... 44ad5e5
  • feat: fix encoding of public keys (#9158) This PR enables us to implement arbitrary serialization from a ts type to... 35c66c9
  • feat: modify contract instance to include public keys (#9153) In this PR we are doing the ground work for the new ad... 17c6127
  • git subrepo push --branch=master barretenberg subrepo: subdir: "barretenberg" merged: "b64d075cb7" upstream:... df04481
  • chore: replace relative paths to noir-protocol-circuits 424afba
  • git_subrepo.sh: Fix parent in .gitrepo file. [skip ci] 88cbf6b
  • git subrepo push --branch=master noir-projects/aztec-nr subrepo: subdir: "noir-projects/aztec-nr" merged: "f... 75d41cd
  • fix: k8s peer discovery (#9274) For some reason, discv5 wasn't working in k8s when the udp/tcp ports were different... 61e4d12
  • refactor: remove AvmVerificationKeyData and tube specific types (#8569) Removes the `AvmVerificationKey*` classes in... da6c579
  • feat: docker_fast.sh (#9273) 57e792e
  • chore!: remove pedersen hash opcode (#9245) Please read [contributing guidelines](CONTRIBUTING.md) and remove this ... 1f0538f
  • fix: remove need for duplicate attributes on each function (#9244) Fixes #9243 ed933ee
  • feat: chaos mesh (#9196) ## Overview Introduces chaos mesh Install with ./install.sh Then forward the dashboa... 134bef8
  • chore!: remove pedersen commitment (#9107) This PR removes the pedersen hash opcode as it's not currently possible ... 1823bde
  • feat: Sync from noir (#9275) Automated pull of development from the [noir](https://github.com/noir-lang/noir) progr... 70fb8fa
  • chore(master): Release 0.58.0 (#9068) :robot: I have created a release *beep* *boop* --- <details><summary>azt... ab0c80d
  • git subrepo push --branch=master barretenberg subrepo: subdir: "barretenberg" merged: "988d81eb5e" upstream:... b9810ce
  • and 38 more ...

View on GitHub

LHerskind pushed 4 commits to lh/sequencer-empire-gov-test AztecProtocol/aztec-packages
  • feat: translator on Shplemini (#9329) In this PR: * implement concatenation trick (to work for both Gemini and Shpl... 21fa3cf
  • feat: sequencer cast votes 000256a
  • chore: address comments 747ea89
  • chore: update tsconfigs 0c8460e

View on GitHub

iakovenkos pushed 1 commit to si/eccvm-translator-zk-sumcheck AztecProtocol/aztec-packages

View on GitHub

Load more