Ecosyste.ms: Timeline

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

AztecProtocol/aztec-packages

jeanmon closed an issue on AztecProtocol/aztec-packages
Avm recursive verifier: enable public inputs related checks
According to @Maddiaa0 , the current algorithm in the native verifier is not efficient (or circuit friendly) enough to be ported in a recursive verifier. The crypto team knows how to perform this. ...
alexghr pushed 1 commit to ag/scaling-provers AztecProtocol/aztec-packages

View on GitHub

alexghr pushed 1 commit to ag/scaling-provers AztecProtocol/aztec-packages

View on GitHub

alexghr created a comment on a pull request on AztecProtocol/aztec-packages
> use a backend to persist it and reload in the event of a crash, and another backend for storing and transmitting payloads. Does that make sense? This makes sense! Initially I only thought abou...

View on GitHub

alexghr created a review comment on a pull request on AztecProtocol/aztec-packages
It's now only hitting the in memory cache. The function itself still has to be async in order for the JSON-RPC proxy to work properly with it.

View on GitHub

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

View on GitHub

alexghr pushed 1 commit to ag/scaling-provers AztecProtocol/aztec-packages

View on GitHub

maramihali pushed 11 commits to mm/translator-on-shplemini AztecProtocol/aztec-packages
  • fix(avm): public dispatch in proving tests (#9331) fixes a bug in the poseidon2_permutation, where we were using the... 42e5221
  • feat: publicly accessible bootstrap cache (#9335) ./bootstrap.sh fast no longer checks for creds and no longer tries... 28392d5
  • chore!: remove delegate call and storage address (#9330) 465f88e
  • feat!: remove hash opcodes from AVM (#9209) Resolves #9208 e6db535
  • refactor: minor test cleanup (#9339) a2ed567
  • git subrepo push --branch=master barretenberg subrepo: subdir: "barretenberg" merged: "43c740a559" upstream:... 4be3a17
  • chore: replace relative paths to noir-protocol-circuits add4605
  • git_subrepo.sh: Fix parent in .gitrepo file. [skip ci] 8e339e7
  • git subrepo push --branch=master noir-projects/aztec-nr subrepo: subdir: "noir-projects/aztec-nr" merged: "3... ebf5d2e
  • fix: support empty epochs (#9341) Change the rollup contract to report the claimable epoch; this returns when there... 9dda91e
  • Merge branch 'master' into mm/translator-on-shplemini 6a0eabe

View on GitHub

alexghr created a review comment on a pull request on AztecProtocol/aztec-packages
Oh I see, right now everything goes through the proving broker but we could also bypass it and only pass URIs to proofs. I'll refactor this in a separate PR (gonna open a github issue for it too)

View on GitHub

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

View on GitHub

alexghr created a review comment on a pull request on AztecProtocol/aztec-packages
Replaced with manual instantiation of each queue

View on GitHub

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

View on GitHub

alexghr created a review comment on a pull request on AztecProtocol/aztec-packages
Done! this actually greatly simplified the code!

View on GitHub

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

View on GitHub

alexghr pushed 46 commits to ag/scaling-provers AztecProtocol/aztec-packages
  • feat: docker_fast.sh (#9273) 57e792e
  • chore!: remove pedersen hash opcode (#9245) Please read [contributing guidelines](CONTRIBUTING.md) and remove this ... 1f0538f
  • fix: remove need for duplicate attributes on each function (#9244) Fixes #9243 ed933ee
  • feat: chaos mesh (#9196) ## Overview Introduces chaos mesh Install with ./install.sh Then forward the dashboa... 134bef8
  • chore!: remove pedersen commitment (#9107) This PR removes the pedersen hash opcode as it's not currently possible ... 1823bde
  • feat: Sync from noir (#9275) Automated pull of development from the [noir](https://github.com/noir-lang/noir) progr... 70fb8fa
  • chore(master): Release 0.58.0 (#9068) :robot: I have created a release *beep* *boop* --- <details><summary>azt... ab0c80d
  • 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
  • and 26 more ...

View on GitHub

maramihali pushed 3 commits to mm/translator-on-shplemini AztecProtocol/aztec-packages
  • a bit more cleanup 60dd83c
  • add some more comments 27f43e6
  • Merge remote-tracking branch 'refs/remotes/origin/mm/translator-on-shplemini' into mm/translator-on-shplemini 7fbefa0

View on GitHub

LHerskind pushed 1 commit to lh/sequencer-empire-gov-test AztecProtocol/aztec-packages

View on GitHub

maramihali created a review comment on a pull request on AztecProtocol/aztec-packages
Yeah I know, although ascii makes it so much easier to read when looking at code without having doxygen open which is why I've done it

View on GitHub

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

View on GitHub

LHerskind opened an issue on AztecProtocol/aztec-packages
feat: allow locking to propose
LHerskind opened an issue on AztecProtocol/aztec-packages
feat: allow locking to propose
jeanmon pushed 1 commit to jm/circuit-builder-memory-improvements AztecProtocol/aztec-packages
  • Rebase on master and run codegen e89fbe8

View on GitHub

LHerskind created a comment on an issue on AztecProtocol/aztec-packages
Was this not addressed by #9201?

View on GitHub

LHerskind created a comment on an issue on AztecProtocol/aztec-packages
Was this not addressed by #9201?

View on GitHub

jeanmon pushed 1 commit to jm/circuit-builder-memory-improvements AztecProtocol/aztec-packages
  • Rebase on master and run codegen b5d5456

View on GitHub

Maddiaa0 created a comment on a pull request on AztecProtocol/aztec-packages
* **#9346** <a href="https://app.graphite.dev/github/pr/AztecProtocol/aztec-packages/9346?utm_source=stack-comment-icon" target="_blank"><img src="https://static.graphite.dev/graphite-32x32-black.p...

View on GitHub

Maddiaa0 opened a pull request on AztecProtocol/aztec-packages
fix(ci): report 4 epochs true
Please read [contributing guidelines](CONTRIBUTING.md) and remove this line.
Maddiaa0 created a branch on AztecProtocol/aztec-packages

md/report-4epochs-true

jeanmon pushed 7 commits to jm/circuit-builder-memory-improvements AztecProtocol/aztec-packages
  • refactor: minor test cleanup (#9339) a2ed567
  • git subrepo push --branch=master barretenberg subrepo: subdir: "barretenberg" merged: "43c740a559" upstream:... 4be3a17
  • chore: replace relative paths to noir-protocol-circuits add4605
  • git_subrepo.sh: Fix parent in .gitrepo file. [skip ci] 8e339e7
  • git subrepo push --branch=master noir-projects/aztec-nr subrepo: subdir: "noir-projects/aztec-nr" merged: "3... ebf5d2e
  • fix: support empty epochs (#9341) Change the rollup contract to report the claimable epoch; this returns when there... 9dda91e
  • Allocate memory for non-inverse unshifted polynomials according to their trace size 641b071

View on GitHub

Load more