Ecosyste.ms: Timeline

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

alexghr

alexghr pushed 1 commit to ag/lmdb-replacement AztecProtocol/aztec-packages

View on GitHub

alexghr pushed 4 commits to ag/lmdb-replacement AztecProtocol/aztec-packages

View on GitHub

alexghr pushed 5 commits to ag/lmdb-replacement AztecProtocol/aztec-packages

View on GitHub

alexghr pushed 6 commits to ag/lmdb-replacement AztecProtocol/aztec-packages

View on GitHub

alexghr closed a pull request on AztecProtocol/aztec-packages
refactor: delete MerkleTrees implementation in JS
Remove old MerkleTrees implementation
alexghr pushed 1 commit to ag/sandbox-interval-mining AztecProtocol/aztec-packages
  • fix: faster L1 slots in e2e compose tests 3ab121f

View on GitHub

alexghr pushed 22 commits to ag/sandbox-interval-mining AztecProtocol/aztec-packages
  • fix: lint (#11389) Removes unused import 87b0dee
  • feat(spartan): extra acounts with cl config (#11301) 13fed74
  • chore: reenable reqresp offline peers test (#11384) 931dfa6
  • chore: fix devnet deploy (#11387) 71d8ede
  • fix(docs): Downgrade docusaurus to v 3.6 (#11386) builds with 3.7 are failing, typesense wants at least v3.6, so upd... 1e5d225
  • chore: Exclude system metrics from k8s deployments (#11401) These are automatically collected behind the scenes, no ... 31be5fb
  • git subrepo push --branch=master barretenberg subrepo: subdir: "barretenberg" merged: "18cb5526f0" upstream:... b6fe47e
  • chore: replace relative paths to noir-protocol-circuits fcdb409
  • git_subrepo.sh: Fix parent in .gitrepo file. [skip ci] 901e606
  • git subrepo push --branch=master noir-projects/aztec-nr subrepo: subdir: "noir-projects/aztec-nr" merged: "e... 3b0c39d
  • fix: prevent PXE from making historical queries during note discovery (#11406) This fixes an issue introduced in ht... 23000d4
  • chore: redo typo PR by offensif (#11411) Thanks offensif for https://github.com/AztecProtocol/aztec-packages/pull/11... a756578
  • chore: renaming emit unencrypted -> emit public (#11361) This turned out much smaller than I thought it would be... ... c047a12
  • chore(ci): set correct image version in aztec image docker releases (#11334) fixes: https://github.com/AztecProtocol... 197db95
  • refactor(avm): remove some codegen bloat (#11418) TL;DR: Removes bloat, old and new witgen are still proving. Please... 6b0106c
  • chore: add a couple of comments in the AVM range check gadget (#11402) f1fd2d1
  • chore: print warning in builder when failure happens. (#11205) Prints a warning when we call failure() in the builde... 5a52e95
  • chore: minor Gemini refactor to prep for opening k-shifts (#11393) The first in a series of Gemini updates that will... 30a063a
  • feat: eccvm sumcheck with commitments to round univariates (#11206) [Protocol outline](https://hackmd.io/sxlCHpVISda... fe34b05
  • fix: Version undefined does not exist for tree NULLIFIER_TREE (#11421) Please read [contributing guidelines](CONTRIB... b1cb502
  • and 2 more ...

View on GitHub

alexghr pushed 1 commit to ag/delete-old-mt AztecProtocol/aztec-packages

View on GitHub

alexghr pushed 1 commit to ag/delete-old-mt AztecProtocol/aztec-packages
  • fix: generate correct state ref for mock blocks 9ee48ca

View on GitHub

alexghr pushed 1 commit to ag/delete-old-mt AztecProtocol/aztec-packages
  • fix: generate correct state ref for mock blocks de238bf

View on GitHub

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

View on GitHub

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

View on GitHub

alexghr opened a pull request on AztecProtocol/aztec-packages
refactor: delete MerkleTrees implementation in JS
Remove old MerkleTrees implementation
alexghr pushed 1 commit to feat/lmdb-wrapper AztecProtocol/aztec-packages
  • chore: fix boxes/yarn.lock 797296b

View on GitHub

alexghr pushed 1 commit to feat/lmdb-wrapper AztecProtocol/aztec-packages

View on GitHub

alexghr opened a pull request on AztecProtocol/aztec-packages
fix: lint
Removes unused import
alexghr created a branch on AztecProtocol/aztec-packages

ag/lint

alexghr pushed 1 commit to feat/lmdb-wrapper AztecProtocol/aztec-packages
  • fix: remove unused import 37ea38c

View on GitHub

alexghr pushed 1 commit to feat/lmdb-wrapper AztecProtocol/aztec-packages
  • fix: add dep to external lib 553862e

View on GitHub

alexghr created a comment on an issue on AztecProtocol/aztec-packages
Will be solved once and for all by #11239

View on GitHub

alexghr pushed 7 commits to ag/sandbox-interval-mining AztecProtocol/aztec-packages
  • chore(bootstrap): refine noir contracts rebuild pattern (#11367) It was suggested by Tom, but at first I didn't real... 90f5e8f
  • feat: gaztec (#11229) Initial version of an "everything app" that can be used to test and benchmark Aztec. - PXE... 79f810d
  • feat: Lazy wasm pt.1 (#11371) Starts the transition towards no top level await when importing wasm in any client bu... 864bc6f
  • refactor: Serialize trait impls for U128 following intrinsic Noir serialization (#11142) c5671d2
  • chore(spartan): apply release fixes post cl (#11385) 2bbf562
  • fix!: sandbox uses Anvil with interval mining 97c760f
  • chore: lint e4b0558

View on GitHub

alexghr pushed 102 commits to feat/lmdb-wrapper AztecProtocol/aztec-packages
  • 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
  • chore: retry deploys (#11252) sometimes this container fails, so have it exit with failure and thus retry. Note,... 23cfbb4
  • chore: Silence "Updated proven chain" log (#11250) Archiver no longer logs "Updated proven chain" on every iteration... 44bd79b
  • fix: resolve misc bugs handling phases in avm witgen (#11218) * At the end of teardown, witgen needs to reset gas ba... 29bc4bd
  • git subrepo push --branch=master barretenberg subrepo: subdir: "barretenberg" merged: "b068160b8e" upstream:... bd6cf01
  • chore: replace relative paths to noir-protocol-circuits be42305
  • git_subrepo.sh: Fix parent in .gitrepo file. [skip ci] 95d8381
  • git subrepo push --branch=master noir-projects/aztec-nr subrepo: subdir: "noir-projects/aztec-nr" merged: "4... 62ba93a
  • fix: references to a3 in docs (#11256) fixes: https://github.com/AztecProtocol/aztec-packages/issues/11170 caf88fa
  • feat(docs): algolia->typesense (#11034) Please read [contributing guidelines](CONTRIBUTING.md) and remove this line... d254f49
  • feat: reenable constrained config for roots (#10605) This PR replaces the oracle calls used to calculate the roots o... a6ebc2e
  • chore: delete external-ci-approved.yml (#11258) This never worked and is just causing people to be mislead. In the n... 642bce6
  • chore: move shared pcs functionality to internal library in solidity and small refactorings in sumcheck (#11230) * ... 507ae9d
  • chore: Demote error closing forks to warn (#11263) This can happen if the sequencer is stopped right after block pr... a5b7a6a
  • chore: silence circuit return values in CI (#11259) Please read [contributing guidelines](CONTRIBUTING.md) and remov... db3d860
  • feat: track block building helpers (#11190) This PR refactors the telemetry client so that it's a global instance th... a749dc1
  • feat: process note logs in aztec-nr (#10651) Closes https://github.com/AztecProtocol/aztec-packages/issues/9576 T... 708139d
  • and 82 more ...

View on GitHub

alexghr pushed 1 commit to ag/sandbox-interval-mining AztecProtocol/aztec-packages

View on GitHub

alexghr pushed 2 commits to feat/lmdb-wrapper AztecProtocol/aztec-packages
  • feat: nodejs lmdb wrapper (dummy backend) 66e3ec7
  • refactor: @aztec/native Changes to be committed: c001e19

View on GitHub

alexghr opened a pull request on AztecProtocol/aztec-packages
fix!: sandbox uses Anvil with interval mining
This PR makes the Anvil instance run in sandbox to do interval mining with a small slot duration of 4 seconds to make things move quicker.
alexghr created a branch on AztecProtocol/aztec-packages

ag/sandbox-interval-mining

alexghr deleted a branch AztecProtocol/aztec-packages

ag/enable-gas-on-sandbox

alexghr closed a pull request on AztecProtocol/aztec-packages
fix: init fee juice contract in sandbox
Initialize the fee juice contract when running the sandbox. This bring sandbox closer to how we run our kind networks
alexghr created a review comment on a pull request on AztecProtocol/aztec-packages
`undefined` is passed for `WaitOpts` (ie. use default settings)

View on GitHub

alexghr opened a pull request on AztecProtocol/aztec-packages
fix: init fee juice contract in sandbox
Initialize the fee juice contract when running the sandbox
Load more