Ecosyste.ms: Timeline

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

AztecProtocol/aztec-packages

AztecBot pushed 2 commits to release-please--branches--master AztecProtocol/aztec-packages
  • feat: publicly accessible bootstrap cache (#9335) ./bootstrap.sh fast no longer checks for creds and no longer tries... 28392d5
  • chore(master): Release 0.59.1 dc83931

View on GitHub

ludamad deleted a branch AztecProtocol/aztec-packages

ad/public-bootstrap-fast

ludamad closed a pull request on AztecProtocol/aztec-packages
feat: publicly accessible bootstrap cache
./bootstrap.sh fast no longer checks for creds and no longer tries to auth its cache download requests
AztecBot pushed 2 commits to release-please--branches--master AztecProtocol/aztec-packages
  • fix(avm): public dispatch in proving tests (#9331) fixes a bug in the poseidon2_permutation, where we were using the... 42e5221
  • chore(master): Release 0.59.1 8e4a5b8

View on GitHub

IlyasRidhuan deleted a branch AztecProtocol/aztec-packages

ir/10-22-fix_avm_public_dispatch_in_proving_tests

IlyasRidhuan pushed 1 commit to master AztecProtocol/aztec-packages
  • fix(avm): public dispatch in proving tests (#9331) fixes a bug in the poseidon2_permutation, where we were using the... 42e5221

View on GitHub

IlyasRidhuan closed a pull request on AztecProtocol/aztec-packages
fix(avm): public dispatch in proving tests
fixes a bug in the poseidon2_permutation, where we were using the space id from the main trace incorrectly. keccakF also missing an operand for addressing
alexghr created a review on a pull request on AztecProtocol/aztec-packages

View on GitHub

jeanmon created a review on a pull request on AztecProtocol/aztec-packages
LGTM

View on GitHub

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

View on GitHub

dbanks12 pushed 15 commits to db/remove-hash-opcodes AztecProtocol/aztec-packages
  • 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
  • chore: silence cache-download.sh (#9317) Somehow adding a lot of progress noise 314d9d2
  • test: scenario for upgrading gerousia (#9246) 66f59d6
  • feat\!: remove hash opcodes from AVM 3ab1384

View on GitHub

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

View on GitHub

ludamad opened a pull request on AztecProtocol/aztec-packages
feat: publicly accessible bootstrap cache
./bootstrap.sh fast no longer checks for creds and no longer tries to auth its cache download requests
ludamad pushed 1 commit to ad/public-bootstrap-fast AztecProtocol/aztec-packages

View on GitHub

ludamad created a branch on AztecProtocol/aztec-packages

ad/public-bootstrap-fast

maramihali pushed 3 commits to mm/translator-on-shplemini AztecProtocol/aztec-packages
  • chore: silence cache-download.sh (#9317) Somehow adding a lot of progress noise 314d9d2
  • test: scenario for upgrading gerousia (#9246) 66f59d6
  • Merge branch 'master' into mm/translator-on-shplemini dca6d62

View on GitHub

AztecBot pushed 2 commits to release-please--branches--master AztecProtocol/aztec-packages
  • test: scenario for upgrading gerousia (#9246) 66f59d6
  • chore(master): Release 0.59.1 ef496a1

View on GitHub

LHerskind deleted a branch AztecProtocol/aztec-packages

lh/full-vote-example

LHerskind pushed 1 commit to master AztecProtocol/aztec-packages
  • test: scenario for upgrading gerousia (#9246) 66f59d6

View on GitHub

LHerskind closed a pull request on AztecProtocol/aztec-packages
test: scenario for upgrading gerousia
A small example showcasing a governance flow to upgrade/replace the gerousia.
github-actions[bot] created a comment on a pull request on AztecProtocol/aztec-packages
# Changes to public function bytecode sizes > Generated at commit: [f8159a518dc4b3f2768f3a0261f153734c2120c9](/AztecProtocol/aztec-packages/commit/f8159a518dc4b3f2768f3a0261f153734c2120c9), compar...

View on GitHub

ludamad pushed 17 commits to ad/4epochs-kind AztecProtocol/aztec-packages
  • 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
  • chore: silence cache-download.sh (#9317) Somehow adding a lot of progress noise 314d9d2
  • Merge branch 'master' into ad/4epochs-kind 16366ed

View on GitHub

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

View on GitHub

TomAFrench pushed 1 commit to sync-noir AztecProtocol/aztec-packages

View on GitHub

TomAFrench pushed 27 commits to sync-noir AztecProtocol/aztec-packages
  • git subrepo push --branch=master barretenberg subrepo: subdir: "barretenberg" merged: "988d81eb5e" upstream:... b9810ce
  • chore: replace relative paths to noir-protocol-circuits ceeab4e
  • git_subrepo.sh: Fix parent in .gitrepo file. [skip ci] 5da5a94
  • git subrepo push --branch=master noir-projects/aztec-nr subrepo: subdir: "noir-projects/aztec-nr" merged: "8... 419642b
  • 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
  • and 7 more ...

View on GitHub

TomAFrench pushed 2 commits to sync-noir AztecProtocol/aztec-packages

View on GitHub

ludamad pushed 1 commit to master AztecProtocol/aztec-packages
  • chore: silence cache-download.sh (#9317) Somehow adding a lot of progress noise 314d9d2

View on GitHub

ludamad deleted a branch AztecProtocol/aztec-packages

ad/silence-cache

Load more