Ecosyste.ms: Timeline

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

alexghr

alexghr pushed 3 commits to ag/proving-changes AztecProtocol/aztec-packages

View on GitHub

alexghr pushed 1 commit to ag/proving-changes AztecProtocol/aztec-packages

View on GitHub

alexghr pushed 1 commit to ag/proving-changes AztecProtocol/aztec-packages

View on GitHub

alexghr pushed 1 commit to ag/proving-changes AztecProtocol/aztec-packages

View on GitHub

alexghr pushed 1 commit to ag/proving-changes AztecProtocol/aztec-packages

View on GitHub

alexghr opened an issue on AztecProtocol/aztec-packages
Disable the build cache per-project instead of globally if files are changed
currently having any change in the repo causes the build cache to be disabled completely. We should instead disable it only for those projects that have had uncommitted changes.
alexghr opened a pull request on AztecProtocol/aztec-packages
feat: new proving broker
alexghr created a branch on AztecProtocol/aztec-packages

ag/proving-changes

alexghr pushed 40 commits to ag/reconcile-proving-changes AztecProtocol/aztec-packages
  • feat(avm): integrate ephemeral trees (#9917) Please read [contributing guidelines](CONTRIBUTING.md) and remove this ... fbe1128
  • chore: lower throughput of ebs disks (#9997) Reverts AztecProtocol/aztec-packages#9996 698cd3d
  • chore: Delete stray todos (#10112) A few `WORKTODO`s were lingering in the code. This is a tag @ledwards2225 and I ... cc4139a
  • fix: boxes (#10122) 10df7c5
  • fix: make bytecode part of artifact hash preimage again (#9771) In this PR, we are simply trying to re-introduce the... cdabd85
  • fix: potential e2e-p2p fix (#10094) 820bcc6
  • feat: Google Kubernetes Engine - Prover Agent Spot Node Support (#10031) # Change Log - GKE spot node support for... 4d6da9b
  • feat: reset pxe indexes (#10093) Closes: https://github.com/AztecProtocol/aztec-packages/issues/9369 Complete ind... 3848c01
  • git subrepo push --branch=master barretenberg subrepo: subdir: "barretenberg" merged: "6681b15cef" upstream:... cf66496
  • chore: replace relative paths to noir-protocol-circuits fa225a2
  • git_subrepo.sh: Fix parent in .gitrepo file. [skip ci] 3215025
  • git subrepo push --branch=master noir-projects/aztec-nr subrepo: subdir: "noir-projects/aztec-nr" merged: "d... 512d89c
  • fix: prover-agent.yaml syntax (#10131) This is breaking kind smoke test (and the heavier kind tests) a238fe6
  • feat: calls to non-existent contracts in the AVM simulator return failure (#10051) A call to a non-existent contract... 133384c
  • fix: strip wasm debug (#9987) Ensures wasms are stripped of debug info to reduce size. Gzips them for inlining into... 62a6b66
  • chore: remove unused imports (#10134) title 8dbeda0
  • chore: make tests not silent if DEBUG set (#10130) this was a gotcha as this is easy to forget. If you want silence,... 95e8406
  • fix: Zero index is not always 0 (#10135) This pr changes the export method of circuit builders, adding the name "z... bbac3d9
  • test: Fast epoch building test (#10045) Adds a fast (as in 1 minute) e2e test for building epochs. Checks that the ... fb791a2
  • refactor: add a separate db for proving input/output f8458a7
  • and 20 more ...

View on GitHub

alexghr created a comment on an issue on AztecProtocol/aztec-packages
Duplicate of #9536

View on GitHub

alexghr created a comment on an issue on AztecProtocol/aztec-packages
Handled as a unit test in the broker

View on GitHub

alexghr closed an issue on AztecProtocol/aztec-packages
[Prover][Test] Agent temporary failure: agent goes down temporarily
Scenario: 1. start proving a block 2. agent picks up a job 3. disconnect agent (e.g. temporary network failure) 4. broker gives same job to a different agent 5. reconnect agent Expected: - broker ...
alexghr created a comment on an issue on AztecProtocol/aztec-packages
Handled as a unit test in the broker

View on GitHub

alexghr closed an issue on AztecProtocol/aztec-packages
[Prover][Test] Agent failure: a busy agent goes down, the broker must give their job to another agent
Scenario: 1. start proving a block 2. agent picks up job 3. shutdown agent Expected: - broker should give same job to another agent - proving should continue
alexghr pushed 5 commits to ag/reconcile-proving-changes AztecProtocol/aztec-packages

View on GitHub

alexghr created a branch on AztecProtocol/aztec-packages

ag/reconcile-proving-changes

alexghr pushed 53 commits to ag/orchestrator-persistence AztecProtocol/aztec-packages
  • refactor: stop calling public kernels (#9971) d86a9d9
  • refactor: remove EnqueuedCallSimulator (#10015) The EnqueuedCallSimulator crafted public inputs for the public kerne... aa949ef
  • chore: hotfix runner wait (#10018) Ffs my luck --------- Co-authored-by: Charlie Lye <[email protected]> 3034936
  • feat(docs): add transaction profiler docs (#9932) Solves https://github.com/AztecProtocol/dev-rel/issues/443 74ed142
  • fix: don't take down runners with faulty runner check (#10019) Things work technically but this will cause interfere... fc88517
  • feat(avm): ephemeral avm tree (#9798) This adds forkable trees so that we can use them in the avm to handle context... 41743d0
  • chore: pull out `array_set` pass changes (#9993) Please read [contributing guidelines](CONTRIBUTING.md) and remove t... db6fdc2
  • chore: build acir test programs in parallel to e2e build step (#9988) This PR shaves about a minute off of the `acir... 1aaee26
  • chore(ci): run `l1-contracts` CI in parallel with `build` step (#10024) There's no real reason to wait until the `bu... 6ed12d9
  • test(avm): minor benchmarking (#9869) Just a very small micro-benchmark for the a future PR to reference. This se... 603b9c2
  • chore(docs): Updates to token contract (#9954) Updates to the docs around recent token contract changes (https://gi... 5c8c35d
  • feat: IPA Accumulator in Builder (#9846) Adds IPA claim to builder, pk, vk, so that the verifier knows where to loo... 8e74cd0
  • chore: misc cleanup, docs and renaming (#9968) - `cli-wallet` tests were broken due to a rename - included migratio... c9894c1
  • chore: remove public kernels (#10027) Please read [contributing guidelines](CONTRIBUTING.md) and remove this line. 1acf4cf
  • chore: Clean up data configuration (#9973) This PR changes the following related to data storage configuration - ... b660739
  • feat: add persisted database of proving jobs (#9942) This PR adds a new proving job store for the ProvingBroker. In ... 6a16a4b
  • chore: Fix bad merge on AztecLMDBStore initializer c8de6cf
  • chore: pull loop unrolling refactor from sync PR (#9975) Please read [contributing guidelines](CONTRIBUTING.md) and ... 58761fc
  • fix: publish l1-contracts on NPM (#10029) d2d7334
  • chore: remove duplicate and unused flavor related concepts (#10035) We had two duplicate concepts pointing to the sa... 30ca68c
  • and 33 more ...

View on GitHub

alexghr pushed 2 commits to ag/orchestrator-persistence AztecProtocol/aztec-packages

View on GitHub

alexghr created a branch on AztecProtocol/aztec-packages

ag/orchestrator-persistence

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

View on GitHub

alexghr created a review on a pull request on AztecProtocol/aztec-packages
Changes to WorldState to keep blocks in sync when there are no changes look good to me.

View on GitHub

alexghr created a comment on a pull request on alexghr/got-fetch
tada: This PR is included in version 6.0.2 :tada: The release is available on: - [npm package (@latest dist-tag)](https://www.npmjs.com/package/got-fetch/v/6.0.2) - [GitHub release](https://github...

View on GitHub

alexghr created a comment on a pull request on alexghr/got-fetch
tada: This PR is included in version 6.0.2 :tada: The release is available on: - [npm package (@latest dist-tag)](https://www.npmjs.com/package/got-fetch/v/6.0.2) - [GitHub release](https://github...

View on GitHub

alexghr created a comment on a pull request on alexghr/got-fetch
tada: This PR is included in version 6.0.2 :tada: The release is available on: - [npm package (@latest dist-tag)](https://www.npmjs.com/package/got-fetch/v/6.0.2) - [GitHub release](https://github...

View on GitHub

alexghr created a comment on a pull request on alexghr/got-fetch
tada: This PR is included in version 6.0.2 :tada: The release is available on: - [npm package (@latest dist-tag)](https://www.npmjs.com/package/got-fetch/v/6.0.2) - [GitHub release](https://github...

View on GitHub

alexghr created a comment on a pull request on alexghr/got-fetch
tada: This PR is included in version 6.0.2 :tada: The release is available on: - [npm package (@latest dist-tag)](https://www.npmjs.com/package/got-fetch/v/6.0.2) - [GitHub release](https://github...

View on GitHub

alexghr created a comment on a pull request on alexghr/got-fetch
tada: This PR is included in version 6.0.2 :tada: The release is available on: - [npm package (@latest dist-tag)](https://www.npmjs.com/package/got-fetch/v/6.0.2) - [GitHub release](https://github...

View on GitHub

alexghr created a comment on a pull request on alexghr/got-fetch
tada: This PR is included in version 6.0.2 :tada: The release is available on: - [npm package (@latest dist-tag)](https://www.npmjs.com/package/got-fetch/v/6.0.2) - [GitHub release](https://github...

View on GitHub

Load more