Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
alexghr pushed 1 commit to ag/fix-mem-leak AztecProtocol/aztec-packages
- fix: don't retry stale jobs 0faec6b
alexghr opened an issue on AztecProtocol/aztec-packages
bug: public bytecode size not emitted correctly
Could a prometheus issue or not emitted from the right placealexghr created a review comment on a pull request on AztecProtocol/aztec-packages
The salt would be different because helm will increment the revision number but I could make it optional.
alexghr created a review comment on a pull request on AztecProtocol/aztec-packages
Yes, the intention was to fix the boot node from hard forking if it got restarted by k8s, not necessarily to survive `helm install --upgrade` :grimacing:
alexghr opened an issue on AztecProtocol/aztec-packages
feat: proving broker should give new jobs from the current epoch to agent working on old epochs
The current broker implementation lets jobs finish naturally even though it knows that a new epoch has started. It should instead task agents with new jobs from the current epoch. (e.g. we're racin...alexghr opened an issue on AztecProtocol/aztec-packages
bug: orchestrator should cancel jobs for a missed epoch
If an epoch fails to prove (e.g. fail to generate a proof, timeout) then the orchestrator should cancel all enqueued jobs in in the broker as they're no longer neededalexghr created a comment on a pull request on AztecProtocol/aztec-packages
> Is it possible release name/revision are not set? I don't think that's possible. Helm requires a valid name for `helm install` and there's no way to deploy these files other than through helm.
alexghr created a review comment on a pull request on AztecProtocol/aztec-packages
In #10540 I added a common script (now removed) to block for services to be avilable but I was getting permission errors. I couldn't figure out why so I just inlined the content into the pod. Yo...
alexghr opened a pull request on AztecProtocol/aztec-packages
fix: pass salt to deploy-l1-contracts.sh
This PR adds deterministic deployment salt to deploy-l1-contractsalexghr created a review comment on a pull request on AztecProtocol/aztec-packages
facepalm: I misplaced my comment sorry about that https://github.com/AztecProtocol/aztec-packages/pull/10567#discussion_r1878325991
alexghr created a review comment on a pull request on AztecProtocol/aztec-packages
Good question! The cache gets reaped once the prover finishes the current epoch or starts working on the next one https://github.com/AztecProtocol/aztec-packages/blob/d132f83d595315565d54590bec6...
alexghr created a review comment on a pull request on AztecProtocol/aztec-packages
Yes, you that's right. I think your suggestion makes a lot of sense!
alexghr pushed 6 commits to ag/devnet-faucet AztecProtocol/aztec-packages
- chore(avm): Remove function selector from AvmExecutionEnvironment (#10532) fef5f93
- feat: DB Metrics now use labels for easier querying (#10572) This PR changes the way we generate DB metrics such tha... adadfa5
- feat: keccak honk proving in bb.js (#10489) e0d7431
- chore(ci): prune launch templates job (#10561) d6e4f4c
- chore: bump exp1 config to 48 validators (#10577) also increase the transactions per block and don't enforce the ti... 0379718
- feat: add faucet 691f1a0
alexghr created a review comment on a pull request on AztecProtocol/aztec-packages
Hmmm, I haven't used this yet but my reasoning would be to use this after bootstrapping devnet to update the faucet with DevCoin.
alexghr created a review comment on a pull request on AztecProtocol/aztec-packages
Would be nice to merge these two servers in one so that there's only one port to manage #10581
alexghr pushed 1 commit to ag/devnet-faucet AztecProtocol/aztec-packages
- refactor: add --faucet to aztec start f5d078b
alexghr pushed 53 commits to ag/devnet-faucet AztecProtocol/aztec-packages
- feat: epoch cache, do not attest if not in committee or from current proposer (#10327) some of: https://github.com/A... 9ebaa65
- feat: release please for release branch (#10467) Allows us to have release please PRs for our `release/*` branches. ... 38941bf
- chore(avm): remove function selector type of getenv opcode (#10406) Resolves #9396 38c0c14
- chore: sassy network (#10468) See https://hackmd.io/ZCNRvrVfQKiUzwjzvc_zVg?edit Differences: - No RC3, since we... 92eb377
- chore: Sync logging with jest (#10459) Jest would overwrite pino logs when logging via a worker thread. This change... 6e33cb9
- chore(master): Release 0.66.0 (#10282) :robot: I have created a release *beep* *boop* --- <details><summary>az... fc61b27
- fix: link in README.md (#10471) fca9600
- fix: pod anti affinity spans all namespaces (#10475) also grant anti-affinity to the prover node/broker. 2d4dc3d
- git subrepo push --branch=master barretenberg subrepo: subdir: "barretenberg" merged: "4a04424d04" upstream:... e516c62
- chore: replace relative paths to noir-protocol-circuits 8419f5a
- git_subrepo.sh: Fix parent in .gitrepo file. [skip ci] f31e582
- git subrepo push --branch=master noir-projects/aztec-nr subrepo: subdir: "noir-projects/aztec-nr" merged: "f... 74e8443
- feat: Sync from noir (#10447) Automated pull of development from the [noir](https://github.com/noir-lang/noir) prog... f4ed66b
- feat!: rename Header to BlockHeader (#10372) I found this name quite confusing since there are lots of headers (note... 0803964
- git subrepo push --branch=master barretenberg subrepo: subdir: "barretenberg" merged: "2c61e124cf" upstream:... 3e5a1d1
- chore: replace relative paths to noir-protocol-circuits a080436
- git_subrepo.sh: Fix parent in .gitrepo file. [skip ci] a472c65
- git subrepo push --branch=master noir-projects/aztec-nr subrepo: subdir: "noir-projects/aztec-nr" merged: "2... 89cb8d3
- feat: GETCONTRACTINSTANCE and bytecode retrieval perform nullifier membership checks (#10445) Resolves #10376 Reso... 9301253
- git subrepo push --branch=master barretenberg subrepo: subdir: "barretenberg" merged: "f715310d31" upstream:... a9ba30c
- and 33 more ...