Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
alexghr reopened an issue on AztecProtocol/aztec-packages
Inotify tools missing in dev container
While using dev container I am unable to run `yarn build:dev`, as it fails with: ``` ./watch.sh: line 83: inotifywait: command not found ``` Watch script is [using](https://github.com/AztecProtoc...alexghr pushed 1 commit to ag/log-severity AztecProtocol/aztec-packages
- fix: promote verbose to info d00a463
alexghr closed an issue on AztecProtocol/aztec-packages
Inotify tools missing in dev container
While using dev container I am unable to run `yarn build:dev`, as it fails with: ``` ./watch.sh: line 83: inotifywait: command not found ``` Watch script is [using](https://github.com/AztecProtoc...alexghr pushed 1 commit to master AztecProtocol/aztec-packages
- fix: bump devbox image version (#10836) Bump image used by dev container b13bc93
alexghr closed an issue on AztecProtocol/aztec-packages
Toolchain "incompatability" in devcontainer
With devcontainer workaround https://github.com/AztecProtocol/aztec-packages/issues/10698#issuecomment-2541533589 I was finally able to run `./bootstrap.sh` script. However, it surprised me with: ...alexghr closed an issue on AztecProtocol/aztec-packages
Development container broken due to expired GPG key
The latest devcontainer `dev` is based on `devbox:1.0` image: https://github.com/AztecProtocol/aztec-packages/blob/19a500ffc09ab8bc367a78599dd73a07a04b426e/.devcontainer/dev/devcontainer.json#L3 ...alexghr closed a pull request on AztecProtocol/aztec-packages
fix: bump devbox image version
Bump image used by dev containeralexghr created a comment on an issue on AztecProtocol/aztec-packages
Heya, `inotify-tools` comes pre-installed in `devbox:1.1`. Once #10836 is merged it should become the new default image used by vscode :)
alexghr created a comment on an issue on AztecProtocol/aztec-packages
Hi @koxu1996, thanks for raising this. `devbox:1.0` is an old version of the dev container image. You can use `aztecprotocol/devbox:1.1` which contains the right versions of our toolchains. PR her...
alexghr closed 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 pushed 1 commit to main alexghr/sysbox
- Revert "chore: switch to mac runner" This reverts commit 3e978e633949297e9c306a9bc60fd3ab6afd2763. 0fbdc66
alexghr pushed 1 commit to ag/archiver-no-artifacts AztecProtocol/aztec-packages
- chore: fix typo ede179d
alexghr pushed 23 commits to ag/silence-k8s-port-forward AztecProtocol/aztec-packages
- fix: cache (#10692) Things missed in #10567 --------- Co-authored-by: just-mitch <[email protected]... 1b1306c
- refactor: `getLogsByTags` request batching in `syncTaggedLogs` (#10716) bbbf38b
- feat(blobs): add consensus client url to config (#10059) 1e15bf5
- chore: remove spurious echo (#10774) 5538f8c
- chore: Remove default export for noir contracts js (#10762) To reduce long loading times when importing contract art... c8e7763
- feat: json output for get_node_info (#10771) Need this to (easily) update the network joiner script. b086c52
- feat: new 17 in 20 IVC bench added to actions (#10777) Adds an IVC benchmark for the case of size 2^17 circuits in a... 9fbcff6
- fix: Race condition in block stream (#10779) Try fix a race condition in the L2 block stream: ``` [20:12:05.473]... 64bccd0
- chore: slack notifications for networks (#10784) Slack alerts to #network-alerts when the proven chain stops on `dev... bab9f85
- git subrepo push --branch=master barretenberg subrepo: subdir: "barretenberg" merged: "9f6fda1a3d" upstream:... 76e164f
- chore: replace relative paths to noir-protocol-circuits f85fa3f
- git_subrepo.sh: Fix parent in .gitrepo file. [skip ci] 3fd4275
- git subrepo push --branch=master noir-projects/aztec-nr subrepo: subdir: "noir-projects/aztec-nr" merged: "a... 5385fbf
- fix(bb.js): use globalThis instead of self (#10747) Fixes #10741 309b5f7
- feat: PXE browser proving (#10704) Closes: https://github.com/AztecProtocol/aztec-packages/issues/10587 - Imports... 46da3cc
- feat: sumcheck with disabled rows (#10068) ZKFlavors are now running Sumcheck with last 4 rows disabled. To our kno... abd2226
- fix: casting vk to rawbuffer before wasm so it reads from the correct offset (#10769) quick fix for solidity contract 6a5bcfd
- chore: Cleanup after e2e tests (#10748) This PR should ensure state is cleaned up after e2e tests --------- Co... 284b0a4
- chore: Split up protocol contract artifacts (#10765) The protocol contracts package was loading all artifacts in a s... 5a9ca18
- fix(testdata): relative path calculation (#10791) Testdata file utils were moved one level deeper into `files`. Reso... 5a530db
- and 3 more ...
alexghr created a comment on a pull request on AztecProtocol/aztec-packages
> What's the role of .silent? tbh, not sure. It's just an empty function. I guess it's meant as a placeholder so we could capture/process the logs but not actually print anything?
alexghr created a comment on a pull request on AztecProtocol/aztec-packages
Refactored it so the archiver keeps a mapping from selector->function name rather than using the class registration event
alexghr pushed 7 commits to ag/archiver-no-artifacts AztecProtocol/aztec-packages
- feat: blobs 2. (#10188) Electric boogaloo (cont. of #9302) This reverts commit a415f6552ae9893699747b4d1fc799553e... d0a4b2f
- feat(avm): Migrate simulator memory to a map (#10715) Resolves #10370 64d5f2b
- feat: Sync from noir (#10755) Automated pull of development from the [noir](https://github.com/noir-lang/noir) progr... 308c5ce
- feat: check max fees per gas (#10283) Please read [contributing guidelines](CONTRIBUTING.md) and remove this line. 4e59b06
- feat: Sync from noir (#10760) Automated pull of development from the [noir](https://github.com/noir-lang/noir) progr... 381b0b8
- fix: always remove nullified notes (#10722) We used to remove nullified notes as we process tagged logs, but this is... 5e4b46d
- refactor: only store function names 72a9a67
alexghr pushed 1 commit to ag/archiver-no-artifacts AztecProtocol/aztec-packages
- Apply suggestions from code review Co-authored-by: Santiago Palladino <[email protected]> d202708