Ecosyste.ms: Timeline

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

alexghr

alexghr pushed 10 commits to ag/reg-function-sigs AztecProtocol/aztec-packages
  • chore: Remove sequencer min/max seconds between blocks (#10845) No longer used since we added L2 slots long ago. 5062803
  • fix: aztec js e2e (#10837) Webpack wasn't being run, so `main.js` was never found Also attempted to make startu... 9981078
  • fix: add inotify-tools (#10841) Add missing package needed for `watch.sh` f576e52
  • fix: Do not start duplicate proving jobs if existing claim (#10793) If the prover node was restarted while there was... 677c0f4
  • feat: expose ENFORCE_FEES in helm chart (#10488) This PR exposes the `ENFORCE_FEES` setting in the sequencer to the ... 607dc4b
  • fix: matching release branches (#10842) This was causing merges to master to override things published by release b... 96ebc0c
  • refactor: fpc optimization, cleanup + docs (#10555) e23fd0d
  • chore: no release please prs for release branches (#10850) 26c87a9
  • refactor: read function names from contract classes (#10753) This PR removes contract artifacts from the archiver as... 921febb
  • refactor: pass fn signatures d5af95d

View on GitHub

alexghr pushed 1 commit to master AztecProtocol/aztec-packages
  • refactor: read function names from contract classes (#10753) This PR removes contract artifacts from the archiver as... 921febb

View on GitHub

alexghr closed a pull request on AztecProtocol/aztec-packages
refactor: read function names from contract classes
This PR removes contract artifacts from the archiver as they were only used for dubugging purposes. Function names are now (optionally) emitted when registereing contract classes. I have created...
alexghr created a review on a pull request on AztecProtocol/aztec-packages

View on GitHub

alexghr pushed 1 commit to master AztecProtocol/aztec-packages
  • feat: expose ENFORCE_FEES in helm chart (#10488) This PR exposes the `ENFORCE_FEES` setting in the sequencer to the ... 607dc4b

View on GitHub

alexghr deleted a branch AztecProtocol/aztec-packages

ag/add-require-fees

alexghr closed a pull request on AztecProtocol/aztec-packages
feat: expose ENFORCE_FEES in helm chart
This PR exposes the `ENFORCE_FEES` setting in the sequencer to the helm chart.
alexghr closed a pull request on AztecProtocol/aztec-packages
Ag/epoch proof count
Please read [contributing guidelines](CONTRIBUTING.md) and remove this line.
alexghr created a comment on a pull request on AztecProtocol/aztec-packages
Will reopen this with fixed conflicts

View on GitHub

alexghr closed a pull request on AztecProtocol/aztec-packages
refactor: proving job ids
Please read [contributing guidelines](CONTRIBUTING.md) and remove this line.
alexghr pushed 24 commits to ag/silence-k8s-port-forward AztecProtocol/aztec-packages
  • fix: Block building test timeout (#10812) The test `can simulate public txs while building a block` would, in some ... 2cad3e5
  • feat(p2p): attestation pool persistence (#10667) dacef9f
  • chore(avm): radix opcode - remove immediates (#10696) Resolves #10371 4ac13e6
  • chore: average alerts across namespace for 1 hour (#10827) We now require the *average* of the increase in proven ch... 962a7a2
  • fix: AVM witgen track gas for nested calls and external halts (#10731) Resolves https://github.com/AztecProtocol/azt... b8bdb52
  • fix: Try fix e2e epochs in CI (#10804) Attempts two fixes at e2e epochs test. First, it increases the L1 block time,... ba28788
  • chore(docs): update migration notes (#10829) Please read [contributing guidelines](CONTRIBUTING.md) and remove this ... be7cadf
  • chore(master): Release 0.67.1 (#10684) :robot: I have created a release *beep* *boop* --- <details><summary>aztec-... c90bb16
  • git subrepo push --branch=master barretenberg subrepo: subdir: "barretenberg" merged: "c6f0e4997c" upstream:... 995a519
  • chore: replace relative paths to noir-protocol-circuits 8b3eb34
  • git_subrepo.sh: Fix parent in .gitrepo file. [skip ci] f3dd71a
  • git subrepo push --branch=master noir-projects/aztec-nr subrepo: subdir: "noir-projects/aztec-nr" merged: "8... 9c4c23c
  • fix: remove table shifts (#10814) Table shifts have been obsolete since we moved to a log derivative lookup argumen... 469476b
  • feat: add priority fees to gas settings (#10763) Please read [contributing guidelines](CONTRIBUTING.md) and remove t... 263eaad
  • feat: move busread and lookup block construction at the top of the trace (#10707) Constructing the lookup block and ... e8480cb
  • fix: bump devbox image version (#10836) Bump image used by dev container b13bc93
  • fix: toBlock argument in L1 getLogs is inclusive (#10828) As @alexghr identified, we got a spurious reorg on a node ... 970ad77
  • fix: small fixes to avm witgen (#10749) - Add tree snapshots to nested call contexts - Handle DA limits properly in... 96887b6
  • fix: add log severity (#10835) Get log levels recognized by Google's Log Explorer service c9e2f82
  • chore: Remove sequencer min/max seconds between blocks (#10845) No longer used since we added L2 slots long ago. 5062803
  • and 4 more ...

View on GitHub

alexghr opened 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 56 commits to ag/archiver-no-artifacts 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 36 more ...

View on GitHub

alexghr pushed 1 commit to master AztecProtocol/aztec-packages
  • fix: add inotify-tools (#10841) Add missing package needed for `watch.sh` f576e52

View on GitHub

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 deleted a branch AztecProtocol/aztec-packages

ag/inotify-tools

alexghr closed a pull request on AztecProtocol/aztec-packages
fix: add inotify-tools
Add missing package needed for `watch.sh`
alexghr created a comment on an issue on AztecProtocol/aztec-packages
Reopening because 1TPS (1152 tx/epoch) is not the same as 1000 agents 😆

View on GitHub

alexghr reopened an issue on AztecProtocol/aztec-packages
[Prover][Test] Performance test one broker + 1000 agents
Run a performance test on the proving broker with: - one broker - 1000 agents - mocked proving (agents should `sleep` realistic amounts for each proof type) Monitor: response time, HTTP error rate...
alexghr created a comment on an issue on AztecProtocol/aztec-packages
We have run a simulated network at 1tps for multiple hours and the broker held up nicely

View on GitHub

alexghr closed an issue on AztecProtocol/aztec-packages
[Prover][Test] Performance test one broker + 1000 agents
Run a performance test on the proving broker with: - one broker - 1000 agents - mocked proving (agents should `sleep` realistic amounts for each proof type) Monitor: response time, HTTP error rate...
alexghr pushed 1 commit to ag/inotify-tools AztecProtocol/aztec-packages

View on GitHub

alexghr pushed 1 commit to master AztecProtocol/aztec-packages
  • fix: add log severity (#10835) Get log levels recognized by Google's Log Explorer service c9e2f82

View on GitHub

alexghr deleted a branch AztecProtocol/aztec-packages

ag/log-severity

alexghr closed a pull request on AztecProtocol/aztec-packages
fix: add log severity
An attempt to get log levels recognized by Google's Log Explorer service
alexghr created a review comment on a pull request on AztecProtocol/aztec-packages
According to the pino docs, no. But I'm not sure if that means we can't customize the log level _at all_ or if we can't customize it per transport. https://github.com/pinojs/pino/blob/main/docs/...

View on GitHub

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

View on GitHub

alexghr pushed 1 commit to ag/inotify-tools AztecProtocol/aztec-packages

View on GitHub

alexghr opened a pull request on AztecProtocol/aztec-packages
fix: add inotify-tools
Add missing package needed for `watch.sh`
alexghr created a branch on AztecProtocol/aztec-packages

ag/inotify-tools

Load more