Ecosyste.ms: Timeline

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

alexghr

alexghr created a review comment on a pull request on AztecProtocol/aztec-packages
This should retry. I'm deliverating whether the agent should retry explicitely or if it should be handled transparently by the rpc client.

View on GitHub

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

View on GitHub

alexghr pushed 52 commits to ag/proving-agent AztecProtocol/aztec-packages
  • chore: don't use submodule cache (#9924) it has caused issues on blobs PR and it was a premature optimization anyway 00a8787
  • fix: update cli-wallet bash tests to reflect token contract changes (#9927) Fix cli-wallet bash test. Use `mint_to_p... 3830e2a
  • feat: naive attempt to bind the honk solidity verifier function to the ts interface (#9432) Attempts to plumb the ho... fc27eaf
  • chore: pull doc changes out of sync PR (#9921) This PR pulls out the huge documentation changes from the sync PR. 060a0e3
  • chore: update version numbers of noir packages (#9922) This PR pulls out the changes to lockfiles etc due to bumping... 723b77b
  • chore: pull noir PR #6461 from sync PR (#9923) Pulls out https://github.com/noir-lang/noir/pull/6461 from the sync PR 21e07d2
  • fix: TXE fixes (#9930) 451feed
  • chore: pull SSA parser from sync PR (#9928) Please read [contributing guidelines](CONTRIBUTING.md) and remove this ... 7661e42
  • refactor: token naming cleanup (#9904) d77fc30
  • chore: fixing test contract fixture (#9909) This just fixes a utility function that seems to be a typo, as it is has... 4fdcc14
  • fix: include 'master' version for aztec-up scripts (#9940) d723e35
  • chore: nuking ancient redundant test (#9941) a1ba20f
  • feat: Google Cloud Kubernetes cluster + AWS Firewall Rules (#9915) # Change Log - **New Google Kubernetes Engine ... b36c137
  • chore(avm): bugfixing witness generation for add, sub, mul for FF (#9938) d8db656
  • feat(avm): Simulator enforces integral tag for DIV and field tag for FDIV (#9944) cebcc3d
  • feat: parallelize DIE pass (#9933) We can parallelize the DIE pass across different functions to speed up this pass. 2d321fa
  • chore: Use stack based recursion instead of function recursion (#9947) This PR simply changes the world state writin... ca050b8
  • refactor: token refunds cleanup (#9943) Using `_prepare_transfer_to_private` in refunds for improved code reuse. 96428d1
  • feat: multiplier oracle (#9902) Fixes #9718. Implements the oracles relying directly on the `fake_exponential` e,g.... 6456ec9
  • fix: token naming issue (#9950) 5997c82
  • and 32 more ...

View on GitHub

alexghr pushed 51 commits to ag/persisted-proving-jobs AztecProtocol/aztec-packages
  • chore: don't use submodule cache (#9924) it has caused issues on blobs PR and it was a premature optimization anyway 00a8787
  • fix: update cli-wallet bash tests to reflect token contract changes (#9927) Fix cli-wallet bash test. Use `mint_to_p... 3830e2a
  • feat: naive attempt to bind the honk solidity verifier function to the ts interface (#9432) Attempts to plumb the ho... fc27eaf
  • chore: pull doc changes out of sync PR (#9921) This PR pulls out the huge documentation changes from the sync PR. 060a0e3
  • chore: update version numbers of noir packages (#9922) This PR pulls out the changes to lockfiles etc due to bumping... 723b77b
  • chore: pull noir PR #6461 from sync PR (#9923) Pulls out https://github.com/noir-lang/noir/pull/6461 from the sync PR 21e07d2
  • fix: TXE fixes (#9930) 451feed
  • chore: pull SSA parser from sync PR (#9928) Please read [contributing guidelines](CONTRIBUTING.md) and remove this ... 7661e42
  • refactor: token naming cleanup (#9904) d77fc30
  • chore: fixing test contract fixture (#9909) This just fixes a utility function that seems to be a typo, as it is has... 4fdcc14
  • fix: include 'master' version for aztec-up scripts (#9940) d723e35
  • chore: nuking ancient redundant test (#9941) a1ba20f
  • feat: Google Cloud Kubernetes cluster + AWS Firewall Rules (#9915) # Change Log - **New Google Kubernetes Engine ... b36c137
  • chore(avm): bugfixing witness generation for add, sub, mul for FF (#9938) d8db656
  • feat(avm): Simulator enforces integral tag for DIV and field tag for FDIV (#9944) cebcc3d
  • feat: parallelize DIE pass (#9933) We can parallelize the DIE pass across different functions to speed up this pass. 2d321fa
  • chore: Use stack based recursion instead of function recursion (#9947) This PR simply changes the world state writin... ca050b8
  • refactor: token refunds cleanup (#9943) Using `_prepare_transfer_to_private` in refunds for improved code reuse. 96428d1
  • feat: multiplier oracle (#9902) Fixes #9718. Implements the oracles relying directly on the `fake_exponential` e,g.... 6456ec9
  • fix: token naming issue (#9950) 5997c82
  • and 31 more ...

View on GitHub

alexghr opened a pull request on AztecProtocol/aztec-packages
feat: new proving agent
alexghr deleted a branch AztecProtocol/aztec-packages

ag/scaling-provers

alexghr pushed 1 commit to master AztecProtocol/aztec-packages
  • feat: new proving broker implementation (#9400) Reopening of #8609, which was closed/merged by mistake. This PR is ... da711bf

View on GitHub

alexghr closed an issue on AztecProtocol/aztec-packages
[Prover] `ProvingBroker` restores persisted jobs and proofs
The broker should check its database and re-enqueue any jobs that were not completed in a previous run
alexghr closed a pull request on AztecProtocol/aztec-packages
feat: new proving broker implementation
Reopening of #8609, which was closed/merged by mistake. This PR is stacked on top of #9391 This PR adds ProvingBroker which implements a new interface for distributing proving jobs to workers a...
alexghr closed an issue on AztecProtocol/aztec-packages
[Prover] New `ProvingBroker`
Implement new design that is capable of persisting jobs in order to recover in case of a crash. Design documents: - [Engineering design: A proving job broker implementation](https://github.com/Az...
alexghr closed an issue on AztecProtocol/aztec-packages
test: Epoch proving
This test is to ensure that we can prove complete epochs as part of a nightly run.
alexghr pushed 47 commits to ag/scaling-provers AztecProtocol/aztec-packages
  • chore: don't use submodule cache (#9924) it has caused issues on blobs PR and it was a premature optimization anyway 00a8787
  • fix: update cli-wallet bash tests to reflect token contract changes (#9927) Fix cli-wallet bash test. Use `mint_to_p... 3830e2a
  • feat: naive attempt to bind the honk solidity verifier function to the ts interface (#9432) Attempts to plumb the ho... fc27eaf
  • chore: pull doc changes out of sync PR (#9921) This PR pulls out the huge documentation changes from the sync PR. 060a0e3
  • chore: update version numbers of noir packages (#9922) This PR pulls out the changes to lockfiles etc due to bumping... 723b77b
  • chore: pull noir PR #6461 from sync PR (#9923) Pulls out https://github.com/noir-lang/noir/pull/6461 from the sync PR 21e07d2
  • fix: TXE fixes (#9930) 451feed
  • chore: pull SSA parser from sync PR (#9928) Please read [contributing guidelines](CONTRIBUTING.md) and remove this ... 7661e42
  • refactor: token naming cleanup (#9904) d77fc30
  • chore: fixing test contract fixture (#9909) This just fixes a utility function that seems to be a typo, as it is has... 4fdcc14
  • fix: include 'master' version for aztec-up scripts (#9940) d723e35
  • chore: nuking ancient redundant test (#9941) a1ba20f
  • feat: Google Cloud Kubernetes cluster + AWS Firewall Rules (#9915) # Change Log - **New Google Kubernetes Engine ... b36c137
  • chore(avm): bugfixing witness generation for add, sub, mul for FF (#9938) d8db656
  • feat(avm): Simulator enforces integral tag for DIV and field tag for FDIV (#9944) cebcc3d
  • feat: parallelize DIE pass (#9933) We can parallelize the DIE pass across different functions to speed up this pass. 2d321fa
  • chore: Use stack based recursion instead of function recursion (#9947) This PR simply changes the world state writin... ca050b8
  • refactor: token refunds cleanup (#9943) Using `_prepare_transfer_to_private` in refunds for improved code reuse. 96428d1
  • feat: multiplier oracle (#9902) Fixes #9718. Implements the oracles relying directly on the `fake_exponential` e,g.... 6456ec9
  • fix: token naming issue (#9950) 5997c82
  • and 27 more ...

View on GitHub

alexghr pushed 1 commit to master AztecProtocol/aztec-packages
  • test: prove one epoch in kind (#9886) Please read [contributing guidelines](CONTRIBUTING.md) and remove this line. 44ea5fb

View on GitHub

alexghr deleted a branch AztecProtocol/aztec-packages

ag/kind-proving-test

alexghr closed a pull request on AztecProtocol/aztec-packages
test: prove one epoch in kind
Please read [contributing guidelines](CONTRIBUTING.md) and remove this line.
alexghr pushed 1 commit to main alexghr/nix
  • chore(mackey): remove custom nodejs af56267

View on GitHub

alexghr closed an issue on AztecProtocol/aztec-packages
Flake in e2e prover coordination
``` aztec:archiver [VERBOSE] Retrieved no new L1 -> L2 messages between L1 blocks 33 and 34. +1s aztec:archiver [VERBOSE] Updating the proven block number to 3 and epoch to 0 +2ms aztec:archive...
alexghr closed an issue on AztecProtocol/aztec-packages
Flake in e2e prover coordination
``` aztec:archiver [VERBOSE] Retrieved no new L1 -> L2 messages between L1 blocks 33 and 34. +1s aztec:archiver [VERBOSE] Updating the proven block number to 3 and epoch to 0 +2ms aztec:archive...
alexghr pushed 1 commit to master AztecProtocol/aztec-packages
  • fix: wait for tx to be re-included (#9964) Fix #9635 --------- Co-authored-by: Santiago Palladino <santiago@az... 9370c91

View on GitHub

alexghr deleted a branch AztecProtocol/aztec-packages

ag/fix-prover-coordination

alexghr closed a pull request on AztecProtocol/aztec-packages
fix: wait for tx to be re-included
Fix #9635
alexghr pushed 1 commit to ag/fix-prover-coordination AztecProtocol/aztec-packages

View on GitHub

alexghr deleted a branch alexghr/alacritty-theme.nix

update_flake_lock_action

alexghr deleted a branch alexghr/alacritty-theme.nix

dependabot/github_actions/DeterminateSystems/nix-installer-action-15

alexghr pushed 1 commit to main alexghr/alacritty-theme.nix
  • chore(deps): bump DeterminateSystems/nix-installer-action from 14 to 15 (#23) Bumps [DeterminateSystems/nix-installe... ba0bd4f

View on GitHub

alexghr closed a pull request on alexghr/alacritty-theme.nix
chore(deps): bump DeterminateSystems/nix-installer-action from 14 to 15
Bumps [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) from 14 to 15. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="ht...
alexghr closed a pull request on alexghr/alacritty-theme.nix
fix: alacritty config `import` -> `general.import`
This change will silence the following warning for users: ```sh [alacritty_config_derive] Config warning: import has been deprecated; use general.import instead ```
alexghr created a comment on a pull request on alexghr/alacritty-theme.nix
Thank you!

View on GitHub

alexghr created a comment on a pull request on AztecProtocol/aztec-packages
> I'm wondering if actually we shouldn't delete the DB at all. Just log a big ERROR and quit the application. Let the user do the deleting? What do you think @alexghr @spalladino? On the one han...

View on GitHub

alexghr pushed 1 commit to ag/fix-prover-coordination AztecProtocol/aztec-packages
  • Update yarn-project/end-to-end/src/prover-coordination/e2e_prover_coordination.test.ts Co-authored-by: Santiago Pall... 83e77e4

View on GitHub

Load more