Ecosyste.ms: Timeline

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

alexghr

alexghr opened an issue on AztecProtocol/aztec-packages
Prover broker should clean up jobs associated with old epochs
Edge case: if orchestrator crashes part way through an epoch proof. The next time it comes back online it won't tell the broker to clean up stale jobs.
alexghr opened a pull request on AztecProtocol/aztec-packages
fix: memory leak in the broker
This PR fixes a memory leak in the prover broker by cleaning up jobs after their result is saved by the orchestrator. The orchestrator then does clean up on its own after the epoch is finished.
alexghr created a branch on AztecProtocol/aztec-packages

ag/fix-mem-leak

alexghr pushed 25 commits to ag/add-require-fees AztecProtocol/aztec-packages
  • chore: Optimise grand product computation round based on active ranges (#10460) Skip computation of numerator and de... 7fa8f84
  • feat: PXE in the browser (#10353) PXE running in a browser via a vite app. In order to achieve this, several things... 676f673
  • feat: cli wallet improvements (#10425) `cli-wallet` now supports an integrated PXE, so it can connect to a real-er ... cc8bd80
  • chore: Fix build issue from bad merge 85c0676
  • fix: sequencer negative histogram recodings (#10490) Fix for these two otel warnings ``` negative value provided t... 623f3e2
  • feat: Several Updates in SMT verification module (part 1) (#10437) This pr enhances symbolic circuit to produce vali... 0c37672
  • fix: mispelled aztec (#10491) 866a5f7
  • feat: Adding fuzzer for ultra bigfield and relaxing ultra circuit checker (#10433) This pr changes the behavior of `... da4c47c
  • feat: prover-client exec timing analysis scripts. 82434a2
  • Merge branch 'master' of github.com:aztecprotocol/aztec-packages cce7b99
  • chore: Rename pxe script generate-package-info to generate (#10534) This ensures the command is caught by the `yarn ... ead9c0b
  • feat: handle nested calls in witgen (#10384) Please read [contributing guidelines](CONTRIBUTING.md) and remove this ... 1e21f31
  • chore: Bump jest default test timeout to 30s (#10550) Across all packages. 841bf48
  • chore: enable nightly tests (#10542) This PR allows the nightly tests to fail the whole workflow instead of silently... 4fa068c
  • feat: deploy a network using master each night night (#10536) It uses our easiest release-candidate network configur... 015ec0e
  • feat: modify HonkRecursionConstraint to handle IPA claims (#10469) This PR was split out of the IPA-in-rollup integr... a204d1b
  • chore(avm): pilcom compatibility changes (#10544) For compatibility with upcoming design. * Creates a columns file *... fbc8c0e
  • chore: Rename logger modules (#10404) Renames logger module names. Removes the `aztec:` prefix from all of them, an... 7441767
  • chore: Remove Proxy from json rpc client (#10554) Using a proxy as a json rpc client means that dynamic checks for ... 93b1c45
  • git subrepo push --branch=master barretenberg subrepo: subdir: "barretenberg" merged: "5ddc199a22" upstream:... 27af2da
  • and 5 more ...

View on GitHub

alexghr pushed 1 commit to main alexghr/qmk

View on GitHub

alexghr created a repository: alexghr/qmk

https://github.com/alexghr/qmk - custom qmk configs

alexghr created a branch on alexghr/qmk

main - custom qmk configs

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

View on GitHub

alexghr pushed 1 commit to master AztecProtocol/aztec-packages
  • chore: enable nightly tests (#10542) This PR allows the nightly tests to fail the whole workflow instead of silently... 4fa068c

View on GitHub

alexghr closed a pull request on AztecProtocol/aztec-packages
chore: enable nightly tests
This PR allows the nightly tests to fail the whole workflow instead of silently failing.
alexghr created a comment on an issue on AztecProtocol/aztec-packages
Another issue with `network: host` - if a pod is moved to a different node, its IP address will change but other pods won't be notified of the new URL. e.g. boot node gets moved to a new VM but the...

View on GitHub

alexghr pushed 5 commits to ag/enable-nightly-tests AztecProtocol/aztec-packages
  • feat: Adding fuzzer for ultra bigfield and relaxing ultra circuit checker (#10433) This pr changes the behavior of `... da4c47c
  • feat: prover-client exec timing analysis scripts. 82434a2
  • Merge branch 'master' of github.com:aztecprotocol/aztec-packages cce7b99
  • chore: Rename pxe script generate-package-info to generate (#10534) This ensures the command is caught by the `yarn ... ead9c0b
  • Merge branch 'master' into ag/enable-nightly-tests 2291b70

View on GitHub

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

View on GitHub

alexghr opened a pull request on AztecProtocol/aztec-packages
chore: enable nightly tests
This PR allows the nightly tests to fail the whole workflow instead of silently failing.
alexghr created a branch on AztecProtocol/aztec-packages

ag/enable-nightly-tests

alexghr opened an issue on AztecProtocol/aztec-packages
Deploy faucet
alexghr pushed 3 commits to ag/fix-otel-warnings AztecProtocol/aztec-packages
  • chore: Optimise grand product computation round based on active ranges (#10460) Skip computation of numerator and de... 7fa8f84
  • feat: PXE in the browser (#10353) PXE running in a browser via a vite app. In order to achieve this, several things... 676f673
  • Merge branch 'master' into ag/fix-otel-warnings 5fe46fd

View on GitHub

alexghr created a branch on AztecProtocol/aztec-packages

ag/devnet-faucet

alexghr created a review on a pull request on AztecProtocol/aztec-packages
LGTM :+1:

View on GitHub

alexghr created a review on a pull request on AztecProtocol/aztec-packages
LGTM :+1:

View on GitHub

alexghr pushed 1 commit to ag/add-require-fees AztecProtocol/aztec-packages
  • fix: disable fees on devnet 2c9a16d

View on GitHub

alexghr opened a pull request on AztecProtocol/aztec-packages
fix: sequencer negative histogram recodings
Fix for these two otel warnings ``` negative value provided to histogram aztec.sequencer.state_transition_buffer.duration: INT value type cannot accept a floating-point value for aztec.sequenc...
alexghr created a branch on AztecProtocol/aztec-packages

ag/fix-otel-warnings

alexghr pushed 1 commit to ag/add-require-fees AztecProtocol/aztec-packages
  • feat: expose BOT_FEE_PAYMENT_METHOD 692ecc0

View on GitHub

alexghr pushed 1 commit to refactor/flake.parts alexghr/nix
  • feat(trip): update homepage 85545d6

View on GitHub

alexghr created a comment on a pull request on AztecProtocol/aztec-packages
Closing this as all changes went in as part #10344

View on GitHub

alexghr closed a pull request on AztecProtocol/aztec-packages
fix: Fixes for devnet
This PR makes a number of devnet related fixes
Load more