Ecosyste.ms: Timeline

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

AztecProtocol/aztec-packages

dbanks12 opened a draft pull request on AztecProtocol/aztec-packages
feat!: change AVM PC to byte indexed
dbanks12 created a branch on AztecProtocol/aztec-packages

db/pc-byte-indexed

AztecBot created a comment on a pull request on AztecProtocol/aztec-packages
# Docs Preview Hey there! 👋 You can check your preview at https://671994d536ee031c576e69b0--aztec-docs-dev.netlify.app <!-- AUTOGENERATED DOCS COMMENT -->

View on GitHub

AztecBot closed a pull request on AztecProtocol/aztec-packages
Updated zksync link in index.md
This pull request improves documentation of Aztec by adding right docs links to the readers so avoid any miss-understanding
AztecBot opened a pull request on AztecProtocol/aztec-packages
chore: redo typo PR by pucedoteth
Thanks pucedoteth for https://github.com/AztecProtocol/aztec-packages/pull/9381. Our policy is to redo typo changes to dissuade metric farming. This is an automated script.
AztecBot created a branch on AztecProtocol/aztec-packages

chore/typo-redo-9381

AztecBot pushed 1 commit to gh-pages AztecProtocol/aztec-packages
  • add C++ Benchmark (googlecpp) benchmark result for cb58490eed9cc46a7b2039d93645a9456ee9c834 26ba5b2

View on GitHub

ludamad pushed 1 commit to ad/network-tests-fix AztecProtocol/aztec-packages

View on GitHub

dbanks12 pushed 2 commits to db/getcontractinstance AztecProtocol/aztec-packages
  • chore!: replace usage of vector in keccakf1600 input with array (#9350) We're currently using a vector to represent ... cb58490
  • feat!: getcontractinstance instruction returns only a specified member 76e88dc

View on GitHub

ludamad pushed 1 commit to ad/network-tests-fix AztecProtocol/aztec-packages

View on GitHub

ludamad created a comment on an issue on AztecProtocol/aztec-packages
@spypsy I'm probably leaning towards redoing this issue as just attaching an opentelemetry plugin for winston so we can point it to the k8s collector URL from the local network tests

View on GitHub

ludamad created a comment on an issue on AztecProtocol/aztec-packages
This one should be done now in my recent PR that has it behind a 'flock /var/lock/git.lock'

View on GitHub

dbanks12 created a comment on a pull request on AztecProtocol/aztec-packages
Didn't realize auto-merge was on. Not sure if we wanted someone from the Noir team to review. But it was a pretty simple PR, so probably fine.

View on GitHub

AztecBot pushed 2 commits to release-please--branches--master AztecProtocol/aztec-packages
  • chore!: replace usage of vector in keccakf1600 input with array (#9350) We're currently using a vector to represent ... cb58490
  • chore(master): Release 0.60.0 87f7020

View on GitHub

TomAFrench pushed 1 commit to master AztecProtocol/aztec-packages
  • chore!: replace usage of vector in keccakf1600 input with array (#9350) We're currently using a vector to represent ... cb58490

View on GitHub

TomAFrench deleted a branch AztecProtocol/aztec-packages

tf/remove-unnecessary-vector

TomAFrench closed a pull request on AztecProtocol/aztec-packages
chore!: replace usage of vector in keccakf1600 input with array
We're currently using a vector to represent the state array for keccakf1600 opcodes in brillig. This is unnecessary as it's only defined for inputs of size 25 so we should use an array. @dbanks1...
dbanks12 created a review on a pull request on AztecProtocol/aztec-packages
AVM changes are simple enough

View on GitHub

ludamad pushed 2 commits to ad/network-tests-fix AztecProtocol/aztec-packages

View on GitHub

TomAFrench deleted a branch AztecProtocol/aztec-packages

sync-noir

TomAFrench closed a pull request on AztecProtocol/aztec-packages
feat: Sync from noir
Automated pull of development from the [noir](https://github.com/noir-lang/noir) programming language, a dependency of Aztec. BEGIN_COMMIT_OVERRIDE feat: merge and sort imports (https://github.com...
TomAFrench pushed 1 commit to sync-noir AztecProtocol/aztec-packages

View on GitHub

TomAFrench pushed 46 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 26 more ...

View on GitHub

ludamad pushed 1 commit to ad/network-tests-fix AztecProtocol/aztec-packages

View on GitHub

ludamad pushed 1 commit to ad/network-tests-fix AztecProtocol/aztec-packages

View on GitHub

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

View on GitHub

ludamad pushed 1 commit to ad/network-tests-fix AztecProtocol/aztec-packages

View on GitHub

AztecBot opened a pull request on AztecProtocol/aztec-packages
feat: Sync from noir
Automated pull of development from the [noir](https://github.com/noir-lang/noir) programming language, a dependency of Aztec. BEGIN_COMMIT_OVERRIDE feat: merge and sort imports (https://github.com...
Load more