Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
alexghr pushed 35 commits to ag/track-block-building-helpers AztecProtocol/aztec-packages
- git subrepo push --branch=master barretenberg subrepo: subdir: "barretenberg" merged: "340beaa946" upstream:... 2322747
- chore: replace relative paths to noir-protocol-circuits d8619fa
- git_subrepo.sh: Fix parent in .gitrepo file. [skip ci] a447323
- git subrepo push --branch=master noir-projects/aztec-nr subrepo: subdir: "noir-projects/aztec-nr" merged: "f... d1b57db
- fix(avm): AVM circuit fixes related calldata, returndata and call_ptr (#11207) The AVM circuit code did not correctl... 2f05dc0
- chore: Update aztec-spartan.sh script (#11228) Updated with Unhinged Unicorn information 52b3a87
- feat: expose getL2ToL1Membership on the pxe (#11215) This PR adds a new API to the PXE to calculate the membership w... ffd3625
- chore(spartan): making the spartan script install jq (#11231) I'd say not needed for most distros, but happens in so... 7e628cc
- chore: refactor `get_tx_effects_hash_input_helper` (#11213) This PR does some of the refactoring mentioned in #11037... 5becb99
- chore: remove explicit collector address (#11227) Removes the explicit OpenTelemetry Collector address and instead u... dfb0db5
- chore: wait for ethereum in each pod (#11238) Should fix some flake in kind network smoke. Key was the following ... 9c08e00
- fix: remove arch tag in sandbox images (#11233) aztecprotocol/foundry has been pushed as a manifest 80a872d
- feat: Allow concurrent world state access (#11216) Implements per-fork queues for requests to the native world state... 17aa4b4
- fix: foundry image doesn't have curl (#11242) Please read [contributing guidelines](CONTRIBUTING.md) and remove this... 57da116
- feat: Sync from noir (#11196) Automated pull of development from the [noir](https://github.com/noir-lang/noir) progr... 3ed22ed
- chore: change default loglevel for sandbox (#11237) This sets the default log level for the sandbox as suggested by ... 4712870
- chore(master): Release 0.70.0 (#11107) :robot: I have created a release *beep* *boop* --- <details><summary>az... 4f06b97
- fix: Sequencer timetable accounts for spare time (#11221) f1b9211
- chore: fixing `@safety` warnings (#11094) Fixes #11087 ## Note for reviewer I originally addressed a bunch of ot... 5de24e0
- chore!: Attestation collection times out based on sequencer timetable (#11248) Removes the env var `VALIDATOR_ATTEST... 946a418
- and 15 more ...
alexghr pushed 1 commit to ag/track-block-building-helpers AztecProtocol/aztec-packages
- chore: lint af6b723
alexghr created a review comment on a pull request on AztecProtocol/aztec-packages
Just a heads up that this will double the rate at which we query eth nodes/APIs. :moneybag: (times as many validators + boot node + prover node run)
alexghr created a comment on an issue on kriszyp/lmdb-js
Interestingly enough, I've restarted my computer yesterday and now running the test script I can't get it to print the errors even after increasing the batch size, max items and the frequency of wr...
alexghr pushed 1 commit to ag/track-block-building-helpers AztecProtocol/aztec-packages
- chore: lint dd18453
alexghr pushed 1 commit to master AztecProtocol/aztec-packages
- chore: remove explicit collector address (#11227) Removes the explicit OpenTelemetry Collector address and instead u... dfb0db5
alexghr closed a pull request on AztecProtocol/aztec-packages
chore: remove explicit collector address
Removes the explicit OpenTelemetry Collector address and instead uses the default (like all the other services) which should be accessible over internal DNS resolutionalexghr created a review comment on a pull request on AztecProtocol/aztec-packages
I think this should probably throw if the queue is draining?
alexghr created a review comment on a pull request on AztecProtocol/aztec-packages
Same as above. If the ops.delete was moved inside `checkAndEnqueue` it could be even cleaner I think ```suggestion op.request().then(op.promise.resolve, op.promise.reject) .finally(r...
alexghr created a review comment on a pull request on AztecProtocol/aztec-packages
This can be simplified slightly ```suggestion op.request().then(op.promise.resolve, op.promise.reject) .finally(() => { this.ops.delete(op.requestId); }) ```
alexghr created a review on a pull request on AztecProtocol/aztec-packages
LGTM. Just a question on queue draining. Everything is else is minor
alexghr created a review on a pull request on AztecProtocol/aztec-packages
LGTM. Just a question on queue draining. Everything is else is minor
alexghr pushed 1 commit to master AztecProtocol/aztec-packages
- feat: expose getL2ToL1Membership on the pxe (#11215) This PR adds a new API to the PXE to calculate the membership w... ffd3625
alexghr closed 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 1 commit to ag/pxe-public-api AztecProtocol/aztec-packages
- feat: expose getL2ToL1Membership on the pxe 71e440f
alexghr opened a pull request on AztecProtocol/aztec-packages
chore: remove explicit collector address
Removes the explicit OpenTelemetry Collector address and instead uses the default (like all the other services) which should be accessible over internal DNS resolutionalexghr pushed 1 commit to ag/track-block-building-helpers AztecProtocol/aztec-packages
- feat: track block building helpers fa6aeeb
alexghr pushed 1 commit to ag/track-block-building-helpers AztecProtocol/aztec-packages
- feat: track block building helpers b64d50c