Ecosyste.ms: Timeline

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

AztecProtocol/aztec-packages

maramihali pushed 1 commit to mm/translator-on-shplemini AztecProtocol/aztec-packages

View on GitHub

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

View on GitHub

dbanks12 pushed 22 commits to db/getcontractinstance AztecProtocol/aztec-packages
  • fix(docs): Update debugging docs (#9200) Updates the debugging docs to actually work. closes: https://github.com/... 2a4188c
  • chore(seq)!: disable sequencer and disable validator as one env var, update p2p listen port names (#9266) ## Overvie... 367c38c
  • fix(docs): Dapp tutorial edits (#8695) closes: https://github.com/AztecProtocol/dev-rel/issues/383 --------- C... f95bcff
  • chore: re-enable test fixed by Native World State (#9289) Fix #8306 3fd1802
  • fix: publish readme on bb.js NPM package (#9303) 1d860a8
  • chore(master): Release 0.59.0 (#9281) :robot: I have created a release *beep* *boop* --- <details><summary>azt... 6ce20e9
  • feat: Constrain protocol VK hashing (#9304) We were not constraining that the vk.hash matched vk.key in protocol vk... 3d17e13
  • fix: barretenberg readme scare warning (#9313) This was unfortunately moved where it can't be seen by people choosin... f759d55
  • chore(avm): some cleaning in avm prover (#9311) The AvmProver constructor body can be replaced by calling the const... 523aa23
  • feat: Handle reorgs on sequencer (#9201) Tweaks the archiver so it can detect when a prune _will_ happen and can st... d4dea16
  • fix: ci github clone edge case (#9320) overdue 15abe6f
  • git subrepo push --branch=master barretenberg subrepo: subdir: "barretenberg" merged: "1a158d8084" upstream:... 5fc9d60
  • chore: replace relative paths to noir-protocol-circuits 8cb89af
  • git_subrepo.sh: Fix parent in .gitrepo file. [skip ci] 4e6210a
  • git subrepo push --branch=master noir-projects/aztec-nr subrepo: subdir: "noir-projects/aztec-nr" merged: "f... ea9ee39
  • chore: test 4epochs in native-network (#9309) Reproduces https://github.com/AztecProtocol/aztec-packages/issues/8855 ddb312a
  • feat: modify private calldata to use public keys (#9276) In this PR we are modifying private calldata to use public ... e42e219
  • chore: Copying world state binary to yarn project is on generate (#9194) Copy native build artifacts in a separate "... 8d75dd4
  • fix: use github.actor on publish workflow dispatch (#9324) workflows started by release-please (or manually triggere... 5fa660d
  • feat: gerousia (#8942) Fixes #8138. 54b5ba2
  • and 2 more ...

View on GitHub

maramihali created a review comment on a pull request on AztecProtocol/aztec-packages
The native branch of this code was moved to reduce verification to simplify my work. Basically GeminiVerifier is only going to be used for debugging, in the native universe, and this seemed the sim...

View on GitHub

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

View on GitHub

maramihali created a review comment on a pull request on AztecProtocol/aztec-packages
I unified the use of GroupElement of Commitment in the commitment_schemes folder as the fact that half of the code was using GroupElement and half Commitment in function signatures was creating ann...

View on GitHub

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

View on GitHub

LeilaWang pushed 20 commits to lw/bye_bye_delegate_call AztecProtocol/aztec-packages
  • fix(docs): Dapp tutorial edits (#8695) closes: https://github.com/AztecProtocol/dev-rel/issues/383 --------- C... f95bcff
  • chore: re-enable test fixed by Native World State (#9289) Fix #8306 3fd1802
  • fix: publish readme on bb.js NPM package (#9303) 1d860a8
  • chore(master): Release 0.59.0 (#9281) :robot: I have created a release *beep* *boop* --- <details><summary>azt... 6ce20e9
  • feat: Constrain protocol VK hashing (#9304) We were not constraining that the vk.hash matched vk.key in protocol vk... 3d17e13
  • fix: barretenberg readme scare warning (#9313) This was unfortunately moved where it can't be seen by people choosin... f759d55
  • chore(avm): some cleaning in avm prover (#9311) The AvmProver constructor body can be replaced by calling the const... 523aa23
  • feat: Handle reorgs on sequencer (#9201) Tweaks the archiver so it can detect when a prune _will_ happen and can st... d4dea16
  • fix: ci github clone edge case (#9320) overdue 15abe6f
  • git subrepo push --branch=master barretenberg subrepo: subdir: "barretenberg" merged: "1a158d8084" upstream:... 5fc9d60
  • chore: replace relative paths to noir-protocol-circuits 8cb89af
  • git_subrepo.sh: Fix parent in .gitrepo file. [skip ci] 4e6210a
  • git subrepo push --branch=master noir-projects/aztec-nr subrepo: subdir: "noir-projects/aztec-nr" merged: "f... ea9ee39
  • chore: test 4epochs in native-network (#9309) Reproduces https://github.com/AztecProtocol/aztec-packages/issues/8855 ddb312a
  • feat: modify private calldata to use public keys (#9276) In this PR we are modifying private calldata to use public ... e42e219
  • chore: Copying world state binary to yarn project is on generate (#9194) Copy native build artifacts in a separate "... 8d75dd4
  • fix: use github.actor on publish workflow dispatch (#9324) workflows started by release-please (or manually triggere... 5fa660d
  • feat: gerousia (#8942) Fixes #8138. 54b5ba2
  • feat: apella (#9084) Fixes #8137. 205ce69
  • Merge remote-tracking branch 'origin/master' into lw/bye_bye_delegate_call 8d23516

View on GitHub

LeilaWang created a branch on AztecProtocol/aztec-packages

lw/bye_bye_delegate_call

maramihali created a review comment on a pull request on AztecProtocol/aztec-packages
the powers of rho were inconsistent so I tried to clean them up a bit

View on GitHub

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

View on GitHub

maramihali opened a pull request on AztecProtocol/aztec-packages
feat: translator on Shplemini
Please read [contributing guidelines](CONTRIBUTING.md) and remove this line.
maramihali pushed 291 commits to mm/translator-on-shplemini AztecProtocol/aztec-packages
  • fix: earthly-local (#8915) Please read [contributing guidelines](CONTRIBUTING.md) and remove this line. 9b3da97
  • fix: specify correct env var in prover node helm (#8916) I changed the name of this config the other day. 6e855a4
  • fix: rerun.yml (#8913) It was accidentally filtering out push events b363738
  • chore: shared mutable slots use poseidon2 with separator (#8919) 36431d7
  • feat: reset circuit variants (#8876) 415d78f
  • fix: disable flakey test (#8927) Please read [contributing guidelines](CONTRIBUTING.md) and remove this line. 151bb79
  • git subrepo push --branch=master barretenberg subrepo: subdir: "barretenberg" merged: "152a263039" upstream:... b24ea60
  • chore: replace relative paths to noir-protocol-circuits 4589b79
  • git_subrepo.sh: Fix parent in .gitrepo file. [skip ci] a4b7f5e
  • git subrepo push --branch=master noir-projects/aztec-nr subrepo: subdir: "noir-projects/aztec-nr" merged: "5... c3a8c5b
  • fix(avm): kernel out full proving fix (#8873) Please read [contributing guidelines](CONTRIBUTING.md) and remove this... 784d483
  • feat: add crsPath to BackendOptions (#8775) - The default CRS download path of `$HOME/.bb-crs` might not be always ... 78fa676
  • chore: reduce number of gates in stdlib/sha256 hash function (#8905) We can reduce number of gates for round variabl... dd3a27e
  • fix(external PR, twt--): un-nest docker compose variable substitution in sandbox config (#8930) Thanks twt-- for ht... 12b8526
  • chore: redo typo PR by skaunov (#8933) Thanks skaunov for https://github.com/AztecProtocol/aztec-packages/pull/8872... 7ef1643
  • feat: enforce limits for each side effect type in AVM (#8889) The AVM needs to ensure that TX-wide limits for side e... 57d5cfd
  • chore: Protogalaxy only instantiated with Mega (#8949) * removed instantiations of Protogalaxy with Ultra * fixed C... b8d87f1
  • fix: Do not start block root rollup proof before block is built (#8952) We were running into a race condition where,... af1a6af
  • fix: use tree calculator in world state synchronizer (#8902) references to temp stores inside `verifyMessagesHashToI... 2fd4be9
  • feat: Prover node sends quotes on new epochs (#8864) Modifies the prover node so it no longer automatically attempts... 4adf860
  • and 271 more ...

View on GitHub

LHerskind created a comment on a pull request on AztecProtocol/aztec-packages
> [!WARNING] > <b>This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack <a href="https://app.graphite.dev/githu...

View on GitHub

LHerskind opened a draft pull request on AztecProtocol/aztec-packages
test: node follow prune and extend chain
Please read [contributing guidelines](CONTRIBUTING.md) and remove this line.
LHerskind created a branch on AztecProtocol/aztec-packages

lh/pxe-reorg-showcase-public

LHerskind pushed 17 commits to lh/8791-initial-block-reward AztecProtocol/aztec-packages
  • fix: ci github clone edge case (#9320) overdue 15abe6f
  • git subrepo push --branch=master barretenberg subrepo: subdir: "barretenberg" merged: "1a158d8084" upstream:... 5fc9d60
  • chore: replace relative paths to noir-protocol-circuits 8cb89af
  • git_subrepo.sh: Fix parent in .gitrepo file. [skip ci] 4e6210a
  • git subrepo push --branch=master noir-projects/aztec-nr subrepo: subdir: "noir-projects/aztec-nr" merged: "f... ea9ee39
  • chore: test 4epochs in native-network (#9309) Reproduces https://github.com/AztecProtocol/aztec-packages/issues/8855 ddb312a
  • feat: modify private calldata to use public keys (#9276) In this PR we are modifying private calldata to use public ... e42e219
  • chore: Copying world state binary to yarn project is on generate (#9194) Copy native build artifacts in a separate "... 8d75dd4
  • fix: use github.actor on publish workflow dispatch (#9324) workflows started by release-please (or manually triggere... 5fa660d
  • feat: gerousia (#8942) Fixes #8138. 54b5ba2
  • feat: apella (#9084) Fixes #8137. 205ce69
  • test: scenario for upgrading gerousia 3325465
  • feat: sequencer cast votes 43c0681
  • chore: address comments 96a7fc7
  • feat: fee pricing to 0 for old instances 00843ef
  • feat: initial block reward + external libraries 8c2df56
  • test: add reward payout check 785b842

View on GitHub

LHerskind pushed 15 commits to lh/7938-fee-bridge AztecProtocol/aztec-packages
  • fix: ci github clone edge case (#9320) overdue 15abe6f
  • git subrepo push --branch=master barretenberg subrepo: subdir: "barretenberg" merged: "1a158d8084" upstream:... 5fc9d60
  • chore: replace relative paths to noir-protocol-circuits 8cb89af
  • git_subrepo.sh: Fix parent in .gitrepo file. [skip ci] 4e6210a
  • git subrepo push --branch=master noir-projects/aztec-nr subrepo: subdir: "noir-projects/aztec-nr" merged: "f... ea9ee39
  • chore: test 4epochs in native-network (#9309) Reproduces https://github.com/AztecProtocol/aztec-packages/issues/8855 ddb312a
  • feat: modify private calldata to use public keys (#9276) In this PR we are modifying private calldata to use public ... e42e219
  • chore: Copying world state binary to yarn project is on generate (#9194) Copy native build artifacts in a separate "... 8d75dd4
  • fix: use github.actor on publish workflow dispatch (#9324) workflows started by release-please (or manually triggere... 5fa660d
  • feat: gerousia (#8942) Fixes #8138. 54b5ba2
  • feat: apella (#9084) Fixes #8137. 205ce69
  • test: scenario for upgrading gerousia 3325465
  • feat: sequencer cast votes 43c0681
  • chore: address comments 96a7fc7
  • feat: fee pricing to 0 for old instances 00843ef

View on GitHub

LHerskind pushed 14 commits to lh/sequencer-empire-gov-test AztecProtocol/aztec-packages
  • fix: ci github clone edge case (#9320) overdue 15abe6f
  • git subrepo push --branch=master barretenberg subrepo: subdir: "barretenberg" merged: "1a158d8084" upstream:... 5fc9d60
  • chore: replace relative paths to noir-protocol-circuits 8cb89af
  • git_subrepo.sh: Fix parent in .gitrepo file. [skip ci] 4e6210a
  • git subrepo push --branch=master noir-projects/aztec-nr subrepo: subdir: "noir-projects/aztec-nr" merged: "f... ea9ee39
  • chore: test 4epochs in native-network (#9309) Reproduces https://github.com/AztecProtocol/aztec-packages/issues/8855 ddb312a
  • feat: modify private calldata to use public keys (#9276) In this PR we are modifying private calldata to use public ... e42e219
  • chore: Copying world state binary to yarn project is on generate (#9194) Copy native build artifacts in a separate "... 8d75dd4
  • fix: use github.actor on publish workflow dispatch (#9324) workflows started by release-please (or manually triggere... 5fa660d
  • feat: gerousia (#8942) Fixes #8138. 54b5ba2
  • feat: apella (#9084) Fixes #8137. 205ce69
  • test: scenario for upgrading gerousia 3325465
  • feat: sequencer cast votes 43c0681
  • chore: address comments 96a7fc7

View on GitHub

LHerskind pushed 12 commits to lh/full-vote-example AztecProtocol/aztec-packages
  • fix: ci github clone edge case (#9320) overdue 15abe6f
  • git subrepo push --branch=master barretenberg subrepo: subdir: "barretenberg" merged: "1a158d8084" upstream:... 5fc9d60
  • chore: replace relative paths to noir-protocol-circuits 8cb89af
  • git_subrepo.sh: Fix parent in .gitrepo file. [skip ci] 4e6210a
  • git subrepo push --branch=master noir-projects/aztec-nr subrepo: subdir: "noir-projects/aztec-nr" merged: "f... ea9ee39
  • chore: test 4epochs in native-network (#9309) Reproduces https://github.com/AztecProtocol/aztec-packages/issues/8855 ddb312a
  • feat: modify private calldata to use public keys (#9276) In this PR we are modifying private calldata to use public ... e42e219
  • chore: Copying world state binary to yarn project is on generate (#9194) Copy native build artifacts in a separate "... 8d75dd4
  • fix: use github.actor on publish workflow dispatch (#9324) workflows started by release-please (or manually triggere... 5fa660d
  • feat: gerousia (#8942) Fixes #8138. 54b5ba2
  • feat: apella (#9084) Fixes #8137. 205ce69
  • test: scenario for upgrading gerousia 3325465

View on GitHub

LHerskind created a comment on an issue on AztecProtocol/aztec-packages
As part of this, the gerousia test is also flake, expecting it to be the same cause.

View on GitHub

LHerskind opened an issue on AztecProtocol/aztec-packages
feat: PXE must handle L2 re-orgs
LHerskind created a review comment on a pull request on AztecProtocol/aztec-packages
Likely not. But done this way as they could. For example, it you want to run a Sysstia that allow rewards (of different size) to multiple rollups it can be supported this way, but there can only be...

View on GitHub

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

View on GitHub

maramihali pushed 6 commits to mm/translator-on-shplemini AztecProtocol/aztec-packages

View on GitHub

AztecBot pushed 2 commits to release-please--branches--master AztecProtocol/aztec-packages
  • feat: apella (#9084) Fixes #8137. 205ce69
  • chore(master): Release 0.59.1 84a3eb1

View on GitHub

LHerskind deleted a branch AztecProtocol/aztec-packages

lh/8137-apella

LHerskind pushed 1 commit to master AztecProtocol/aztec-packages
  • feat: apella (#9084) Fixes #8137. 205ce69

View on GitHub

LHerskind closed an issue on AztecProtocol/aztec-packages
feat(Upgrade): Apella
LHerskind closed a pull request on AztecProtocol/aztec-packages
feat: apella
Fixes #8137. Updates the gerousia slightly to make deployment more straight forward.
Load more