Ecosyste.ms: Timeline

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

alexghr

alexghr opened a pull request on AztecProtocol/aztec-packages
refactor: prover db config
This PR refactors the types of the prover broker and agent config to reuse more of the existing helpers. Built on top of #10981 Fix #10267
alexghr created a branch on AztecProtocol/aztec-packages

ag/refactor-db-config

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

View on GitHub

alexghr opened a pull request on AztecProtocol/aztec-packages
test: verify proving is resumed after broker crash
This test: starts proving an epoch, kills the broker, verifies the epoch is still proven correctly after the broker recovers This test is currently failing because it needs #10981 first to be me...
alexghr pushed 1 commit to ag/test-broker-recovery AztecProtocol/aztec-packages
  • test: check that proving continues after broker hiccup 679201a

View on GitHub

alexghr opened a pull request on AztecProtocol/aztec-packages
test: kill prover node and see it recover
Fix #11117 Test that forcefully shuts down the prover node and sees it recover and pick back up the epoch proving job it was working on.
alexghr opened an issue on AztecProtocol/aztec-packages
{Prover][Test] System must recover if prover node goes down temporarily
Scenario: - start proving a block - accumulate some proving jobs - shut down prover-node - start prover-node Expected: - prover node picks up epoch proving job again - prover node uses cached pro...
alexghr created a branch on AztecProtocol/aztec-packages

ag/test-broker-recovery

alexghr pushed 1 commit to ag/test-prover-node-recovery-rebased AztecProtocol/aztec-packages
  • chore: update names of metrics 0e05cb7

View on GitHub

alexghr pushed 2 commits to ag/test-prover-node-recovery-rebased AztecProtocol/aztec-packages

View on GitHub

alexghr pushed 1 commit to ag/test-prover-node-recovery-rebased AztecProtocol/aztec-packages
  • test: provern node is able to recover after a crash c6fbffe

View on GitHub

alexghr pushed 9 commits to ag/test-prover-node-recovery-rebased AztecProtocol/aztec-packages
  • refactor: pass fn signatures (#10849) Implements the suggestion here https://github.com/AztecProtocol/aztec-packages... a2c4e98
  • chore(master): Release 0.69.1 (#11028) :robot: I have created a release *beep* *boop* --- <details><summary>az... 8105d37
  • feat: Build blocks using txs with higher fee first (#11093) Updates the tx pool to store pending tx hashes sorted by... def7cd7
  • feat: PXE db contract store (#10867) b5d51eb
  • feat: 7 bit long `note_type_id` (#10951) 6fc5673
  • feat: add realistic proof timings 22e9cfc
  • feat: add new broker metrics 8fba168
  • test: provern node is able to recover after a crash 7b5505e
  • wip c7b443d

View on GitHub

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

View on GitHub

alexghr pushed 1 commit to ag/test-prover-node-recovery-rebased AztecProtocol/aztec-packages

View on GitHub

alexghr pushed 58 commits to ag/test-prover-node-recovery-rebased AztecProtocol/aztec-packages
  • chore: Disable noir contracts tests until stabilized (#11047) a76b52e
  • chore: bump `noir-gates-diff` commit (#11042) bumps the gate diff commit and fixes avm-transpiler Cargo.lock being w... c820a0e
  • chore: let IndexedTreeLeafPreimage have LeafPreimage as a parent trait (#10913) Soon Noir will require traits to be ... 496a55a
  • chore(ci): fix CI to create baseline gate reports (#11055) CI3 broke this job as it's required to be run on master. e2f6905
  • fix: can't use `self.field` in trait default implementations (#11004) An [upcoming PR in Noir](https://github.com/no... f31278f
  • chore: bump `noir-gates-diff` (#11056) Please read [contributing guidelines](CONTRIBUTING.md) and remove this line. e076000
  • feat: more efficient `compute_l2_to_l1_hash` (#11036) This avoids unnecessary tracking of the length of the `Bounded... 60d43fd
  • feat: use unconstrained helper in `append_tx_effects_for_blob` (#11037) This is a very hacky implementation of a ref... 5355a5e
  • chore: Fix customTags is not iterable in e2e-prover-full (#11057) e2e-prover-full has been failing with `customTags ... f35094f
  • refactor: representing `TxHash` as `Fr` (#10954) 84e67ac
  • chore: Hide note_hashes log (#11059) Hides the log message `Context.note_hashes, after pushing new note hash` in th... d9a14d2
  • fix: add bytecode instances in reverse (#11064) Since we cache hints from earlier instances, when receiving hints fo... 036496c
  • chore: update noir-bignum to v0.5.0 (#11066) This should fix a few errors that Noir will start reporting soon unless... bf10a5c
  • chore: clean up proof lengths and IPA (#11020) Closes https://github.com/AztecProtocol/barretenberg/issues/1184. Cl... 800c834
  • chore(avm): more column information in permutations (#11070) Needed for avm2. 8829f24
  • chore: remove some instances of `--silence-warnings` (#11071) Warnings were silenced due to the old aztec macros cau... ecbd59e
  • chore(avm): Handle specific MSM errors (#11068) Resolves #10854 a5097a9
  • fix: Update requests per call should be less than per tx (#11072) `MAX_PUBLIC_DATA_UPDATE_REQUESTS_PER_TX` is 63, bu... da5e95f
  • feat: improve witness generation for cycle_group::batch_mul (#9563) Problem: `cycle_group` has a heavy witness ge... 7da7f2b
  • chore: Fix invalid random log id (#11076) Calling `LogId.random` would sometimes return an invalid instance. Spotte... b1b67b0
  • and 38 more ...

View on GitHub

alexghr closed a pull request on AztecProtocol/aztec-packages
refactor: pass fn signatures
Implements the suggestion here https://github.com/AztecProtocol/aztec-packages/pull/10753#discussion_r1887686630
alexghr pushed 1 commit to master AztecProtocol/aztec-packages
  • refactor: pass fn signatures (#10849) Implements the suggestion here https://github.com/AztecProtocol/aztec-packages... a2c4e98

View on GitHub

alexghr deleted a branch AztecProtocol/aztec-packages

ag/prover-node-retries

alexghr pushed 1 commit to master AztecProtocol/aztec-packages
  • fix: prover node retries gathering needed txs (#11089) This PR introduces retries when the prover node gathers the n... 6f07132

View on GitHub

alexghr closed a pull request on AztecProtocol/aztec-packages
fix: prover node retries gathering needed txs
This PR introduces retries when the prover node gathers the necessary txs for an epoch proof. This is necessary because on a fresh boot, the prover might not be connected to any peers so it will fa...
alexghr deleted a branch alexghr/alacritty-theme.nix

update_flake_lock_action

alexghr pushed 1 commit to main alexghr/alacritty-theme.nix
  • flake.lock: Update (#30) Flake lock file updates: • Updated input 'alacritty-theme': 'github:alacritty/alacritt... 91dbbdb

View on GitHub

alexghr closed a pull request on alexghr/alacritty-theme.nix
flake.lock: Update
Automated changes by the [update-flake-lock](https://github.com/DeterminateSystems/update-flake-lock) GitHub Action. ``` Flake lock file updates: • Updated input 'alacritty-theme': 'github:al...
alexghr pushed 1 commit to ag/prover-node-retries AztecProtocol/aztec-packages

View on GitHub

alexghr pushed 1 commit to ag/prover-node-retries AztecProtocol/aztec-packages
  • fix: update prover node e2e config 25daca1

View on GitHub

alexghr pushed 1 commit to ag/prover-node-retries AztecProtocol/aztec-packages
  • chore: retryUntil now throws TimeoutError dfe7ff0

View on GitHub

alexghr created a review comment on a pull request on AztecProtocol/aztec-packages
This took longer than I want to admit to debug: mock makes the inner instances show up as undefined

View on GitHub

alexghr pushed 1 commit to ag/prover-node-retries AztecProtocol/aztec-packages
  • feat: expose new env vars 501d3ac

View on GitHub

alexghr opened a pull request on AztecProtocol/aztec-packages
fix: prover node retries gathering needed txs
This PR introduces retries when the prover node gathers the necessary txs for an epoch proof. This is necessary because on a fresh boot, the prover might not be connected to any peers so it will fa...
Load more