Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
alexghr pushed 12 commits to ag/pxe-public-api AztecProtocol/aztec-packages
- chore: Block building benchmark via github-action-benchmark (#11202) Deletes old benchmarks, along with the benchmar... c107b6b
- feat: track nodejs runtime metrics (#11160) This PR implements the OTEL nodejs runtime recommended metrics https://o... 1d24fab
- fix: Use absolute path for docker bind in e2e-test f2885ec
- fix: Restore upload_logs script in use by acir bench Had been accidentally deleted as part of #11202 2d88497
- fix: Bump inotify limits on tester (#11217) Assuming the current default for inotify max user watches on the tester ... 60bdf1d
- feat: Inject protocol nullifier conditionally (#11155) Resolves https://github.com/AztecProtocol/aztec-packages/issu... 93ade26
- docs: enable protocol specs for docs in dev mode (#11219) `yarn dev` or `yarn dev:local` now show protocol specs, bu... 10c8afe
- chore: Add cli option to specify withdrawer address in the add-l1-validator … (#11199) Previously all three of the `... 107f175
- chore: Save kind smoke test logs as artifact (#11212) Saves the logs from the kind-smoke test as an artifact so we c... 1389a5b
- fix: Update fs max user instances for k8s (#11220) We're still seeing `create fsnotify watcher: too many open files`... b42da6d
- feat: dashboard in gcp (#11201) [new dashboard](https://console.cloud.google.com/monitoring/dashboards/builder/30d2... 2790bd7
- feat: expose getL2ToL1Membership on the pxe e467e6f
alexghr pushed 57 commits to ag/track-block-building-helpers AztecProtocol/aztec-packages
- chore: use L1 Tx Utils (#10759) Fixes #10464 ccf28f5
- fix: Revert "chore: use L1 Tx Utils" (#11167) Reverts AztecProtocol/aztec-packages#10759 f4e5c79
- chore(ci): try fix boxes-test (#11162) try to settle image clashes with a tag bump --------- Co-authored-by: ludam... a66349f
- chore(ci): ensure that prover.toml files in protocol circuits are in sync (#11141) https://github.com/AztecProtocol/... db769bd
- feat: contract class must be registered before deployment (#10949) Resolves https://github.com/AztecProtocol/aztec-p... 7176a70
- chore: missed test account retrieval simplification in one spot (#11172) I merged https://github.com/AztecProtocol/a... b72234e
- chore: document aztec-nargo in readme (#11173) 927eabf
- fix: blob fees & l1-publisher logging (#11029) fixes: #11005 fixes: #10066 Few things ended up being included ... c2c0bc6
- chore: disable reorg test (#11176) 78bec44
- fix(boxes): fix attempt 2 (#11175) Boxes continues to be cursed, my fault for not realizing ARM would overwrite the ... e87b11a
- git subrepo push --branch=master barretenberg subrepo: subdir: "barretenberg" merged: "6e7f5e3497" upstream:... 38a000d
- chore: replace relative paths to noir-protocol-circuits ba5a589
- git_subrepo.sh: Fix parent in .gitrepo file. [skip ci] 6dde591
- git subrepo push --branch=master noir-projects/aztec-nr subrepo: subdir: "noir-projects/aztec-nr" merged: "0... cbc4716
- chore: rpc server cleanup & misc fixes (#11145) Context: https://github.com/AztecProtocol/aztec-packages/pull/11083... 8a927eb
- feat: simulator split (#11144) - Modularises `@aztec/simulator` to provide `/client` and `/server`bundles. - Makes... 9b99126
- feat: Sync from noir (#11138) Automated pull of development from the [noir](https://github.com/noir-lang/noir) progr... 9189120
- feat(avm2): avm redesign init (#10906) This is a redesign of the witgen/proving part of the AVM. There's still a lot... 231f017
- git subrepo push --branch=master barretenberg subrepo: subdir: "barretenberg" merged: "37aa7c0fb0" upstream:... ea0acef
- chore: replace relative paths to noir-protocol-circuits e962534
- and 37 more ...
alexghr opened a pull request on AztecProtocol/aztec-packages
Ag/json rpc metrics
This PR adds spans for json rpc server requestsalexghr closed an issue on AztecProtocol/aztec-packages
Capture nodejs event loop metrics
We should capture relevant metrics from the Nodejs event loop: - percentage of utilization - delay in ms More details https://opentelemetry.io/docs/specs/semconv/runtime/nodejs-metrics/alexghr closed a pull request on AztecProtocol/aztec-packages
feat: track nodejs runtime metrics
This PR implements the OTEL nodejs runtime recommended metrics https://opentelemetry.io/docs/specs/semconv/runtime/nodejs-metrics/alexghr created a review on a pull request on AztecProtocol/aztec-packages
This looks great! Just curious, why you did prefer creating custom metrics over using the open telemetry client with custom/[in memory exporter](https://open-telemetry.github.io/opentelemetry-js...
alexghr opened a pull request on AztecProtocol/aztec-packages
feat: expose getL2ToL1Membership on the pxe
This PR adds a new API to the PXE to calculate the membership witness for an L2 to L1 message by forwarding the request to a node (this obviously leaks privacy). This API is necessary in order to c...alexghr pushed 44 commits to ag/event-loop-utilisation AztecProtocol/aztec-packages
- chore: use L1 Tx Utils (#10759) Fixes #10464 ccf28f5
- fix: Revert "chore: use L1 Tx Utils" (#11167) Reverts AztecProtocol/aztec-packages#10759 f4e5c79
- chore(ci): try fix boxes-test (#11162) try to settle image clashes with a tag bump --------- Co-authored-by: ludam... a66349f
- chore(ci): ensure that prover.toml files in protocol circuits are in sync (#11141) https://github.com/AztecProtocol/... db769bd
- feat: contract class must be registered before deployment (#10949) Resolves https://github.com/AztecProtocol/aztec-p... 7176a70
- chore: missed test account retrieval simplification in one spot (#11172) I merged https://github.com/AztecProtocol/a... b72234e
- chore: document aztec-nargo in readme (#11173) 927eabf
- fix: blob fees & l1-publisher logging (#11029) fixes: #11005 fixes: #10066 Few things ended up being included ... c2c0bc6
- chore: disable reorg test (#11176) 78bec44
- fix(boxes): fix attempt 2 (#11175) Boxes continues to be cursed, my fault for not realizing ARM would overwrite the ... e87b11a
- git subrepo push --branch=master barretenberg subrepo: subdir: "barretenberg" merged: "6e7f5e3497" upstream:... 38a000d
- chore: replace relative paths to noir-protocol-circuits ba5a589
- git_subrepo.sh: Fix parent in .gitrepo file. [skip ci] 6dde591
- git subrepo push --branch=master noir-projects/aztec-nr subrepo: subdir: "noir-projects/aztec-nr" merged: "0... cbc4716
- chore: rpc server cleanup & misc fixes (#11145) Context: https://github.com/AztecProtocol/aztec-packages/pull/11083... 8a927eb
- feat: simulator split (#11144) - Modularises `@aztec/simulator` to provide `/client` and `/server`bundles. - Makes... 9b99126
- feat: Sync from noir (#11138) Automated pull of development from the [noir](https://github.com/noir-lang/noir) progr... 9189120
- feat(avm2): avm redesign init (#10906) This is a redesign of the witgen/proving part of the AVM. There's still a lot... 231f017
- git subrepo push --branch=master barretenberg subrepo: subdir: "barretenberg" merged: "37aa7c0fb0" upstream:... ea0acef
- chore: replace relative paths to noir-protocol-circuits e962534
- and 24 more ...
alexghr pushed 1 commit to ag/event-loop-utilisation AztecProtocol/aztec-packages
- chore: disable gcp resource detector temporarily c56a813
alexghr created a review comment on a pull request on AztecProtocol/aztec-packages
I can comment it out for now. cc @just-mitch
alexghr created a review comment on a pull request on AztecProtocol/aztec-packages
This is all done on the C++ side and should have minimal impact.
alexghr created a review comment on a pull request on AztecProtocol/aztec-packages
I think it depends on what we're measuring, in this case I feel like min/max/mean/percentiles measure different things even though the source of data is the same
alexghr created a review comment on a pull request on AztecProtocol/aztec-packages
Aaa the PR isn't targeting `master` so the linter didn't run
alexghr created a review comment on a pull request on AztecProtocol/aztec-packages
> This means that if a component accidentally asks for a telemetry client before Good point and that's why I kept the client behind a getter instead of making it an export :grimacing:
alexghr created a review comment on a pull request on AztecProtocol/aztec-packages
Yes, I think they're good candidates to merge together (the only difference is the span is activated in the new function). I'll log an issue for this
alexghr created a review comment on a pull request on AztecProtocol/aztec-packages
> Have a single sync getTelemetryClient that initializes if needed, and delete initTelemetryClient Telemetry config can come from --cmd-line-flags too https://github.com/AztecProtocol/aztec-pack...
alexghr pushed 1 commit to ag/event-loop-utilisation AztecProtocol/aztec-packages
- chore: description 45d2ed9