Ecosyste.ms: Timeline

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

alexghr

alexghr closed a pull request on AztecProtocol/aztec-packages
feat: new proving broker implementation
This PR adds `ProvingBroker` which implements a new interface for distributing proving jobs to workers as specified in #8495
alexghr deleted a branch AztecProtocol/aztec-packages

ag/disable-new-ws-on-arm

alexghr closed a draft pull request on AztecProtocol/aztec-packages
chore: disable new world state on ARM
This PR configures the sandbox to use the old WorldState implementation when running on ARM. (Untested)
alexghr pushed 27 commits to ag/scaling-provers AztecProtocol/aztec-packages
  • feat: translator on Shplemini (#9329) In this PR: * implement concatenation trick (to work for both Gemini and Shpl... 21fa3cf
  • fix(ci): report 4 epochs true (#9346) 1ce0fa5
  • feat!: TXE single execution env (#9183) ## TXE single execution env Previously, TXE had a weird dual model in whi... 1d1d76d
  • chore: remove noir_js_backend_barretenberg (#9338) This PR pushes the remaining logic from `noir_js_backend_barreten... cefe3d9
  • feat(avm): full poseidon2 (#9141) Poseidon2 implementation for internal use by the avm in bytecode hashing / addres... eae7587
  • chore: disable bench-process-history (#9360) 8e6734e
  • fix: remove reliance on invalid decompositions in selector calculation (#9337) Decomposing `hash` into `SELECTOR_SIZ... c8e4260
  • feat: Sync from noir (#9332) Automated pull of development from the [noir](https://github.com/noir-lang/noir) progr... a166203
  • chore!: replace usage of vector in keccakf1600 input with array (#9350) We're currently using a vector to represent ... cb58490
  • git subrepo push --branch=master barretenberg subrepo: subdir: "barretenberg" merged: "54bcb59eea" upstream:... ec20ceb
  • chore: replace relative paths to noir-protocol-circuits 32bd7b9
  • git_subrepo.sh: Fix parent in .gitrepo file. [skip ci] 584898c
  • git subrepo push --branch=master noir-projects/aztec-nr subrepo: subdir: "noir-projects/aztec-nr" merged: "a... ddd191e
  • chore: redo typo PR by pucedoteth (#9385) Thanks pucedoteth for https://github.com/AztecProtocol/aztec-packages/pul... fd1a0d1
  • fix: broken constants gen (#9387) Fixes broken constants gen due to new formatting in noir. eb7bc6b
  • chore: print out gas at start and end of each enqueued call (#9377) 29c0b95
  • chore: unstake the bond when the proof lands (#9363) If you claimed it, and the proof lands (from anyone) your bond ... b25b913
  • feat(docs): nits (#8948) Closes https://github.com/AztecProtocol/dev-rel/issues/410 closes: https://github.com/Azte... 008fdd1
  • feat(nr): serde for signed ints (#9211) 66f31c7
  • chore: remove unnecessary `is_integral_bit_size` function (#9352) ac8e6d7
  • and 7 more ...

View on GitHub

alexghr created a branch on AztecProtocol/aztec-packages

ag/bump-node-types

alexghr pushed 9 commits to ag/refactor-avm-proof-fields AztecProtocol/aztec-packages
  • chore: unstake the bond when the proof lands (#9363) If you claimed it, and the proof lands (from anyone) your bond ... b25b913
  • feat(docs): nits (#8948) Closes https://github.com/AztecProtocol/dev-rel/issues/410 closes: https://github.com/Azte... 008fdd1
  • feat(nr): serde for signed ints (#9211) 66f31c7
  • chore: remove unnecessary `is_integral_bit_size` function (#9352) ac8e6d7
  • feat: introduce default public keys and replace empty public keys (#9277) This PR further prepares our new address c... 47718ea
  • chore: fix and re-enable prover coordination e2e test (#9344) 3a1a62c
  • chore: implement Fq add (#9354) This is more changes for the new address scheme. I think it was just missing here. ... 1711fac
  • refactor: change AVM proof from binary to fields eb55327
  • refactor: build RootParityInput in the orchestrator 6ec88c6

View on GitHub

alexghr opened a pull request on AztecProtocol/aztec-packages
refactor: change AVM proof from binary to fields
Makes the AVM proof a `RecursiveProof` (aka fields proof, we should rename this class) so that its type is consistent with the other proving methods (and makes serialisation/deserialisation easier)
alexghr created a branch on AztecProtocol/aztec-packages

ag/refactor-avm-proof-fields

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

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

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

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

View on GitHub

alexghr deleted a branch AztecProtocol/aztec-packages

palla/ws-copy-native-on-generate

alexghr pushed 1 commit to master AztecProtocol/aztec-packages
  • chore: Copying world state binary to yarn project is on generate (#9194) Copy native build artifacts in a separate "... 8d75dd4

View on GitHub

alexghr closed a pull request on AztecProtocol/aztec-packages
chore: Copying world state binary to yarn project is on generate
We only build tsc on build, and use the generate step for moving build artifacts and generate code.
alexghr pushed 1 commit to palla/ws-copy-native-on-generate AztecProtocol/aztec-packages

View on GitHub

alexghr pushed 1 commit to palla/ws-copy-native-on-generate AztecProtocol/aztec-packages
  • chore: remove external cp from bootstrap_cache dc6eeca

View on GitHub

alexghr pushed 85 commits to palla/ws-copy-native-on-generate AztecProtocol/aztec-packages
  • chore!: remove keccak256 opcode from ACIR/Brillig (#9104) This PR removes the keccak256 opcode as we never emit this... 4c1163a
  • feat: structured commit (#9027) Adds two new methods `commit_structured` and `commit_structured_with_nonzero_comple... 26f406b
  • refactor: move public keys to protocol circuits (#9074) In the new address scheme, we will need to calculate the add... 8adbdd5
  • chore: format noir stuff (#9202) This PR pulls out some formatting changes from the sync PR 2b09709
  • feat(avm)!: remove tags from wire format (#9198) Yields ~5% reduction in bytecode size (public_dispatch). Part of #... 68a7326
  • chore: default logging level to debug if debug set (#9173) It does not make much sense to have people explicitly set... febf744
  • refactor: Move contract stuff from types into circuits.js (#9151) I need access to PublicKeys from types, and there ... d8131bc
  • fix: Revert "fix: Revert "feat: use s3 cache in bootstrap fast"" (#9182) Reverts AztecProtocol/aztec-packages#9181 ... ce3d08a
  • feat(avm): codegen recursive_verifier.cpp (#9204) Resolves #8849 2592e50
  • feat: Tracy time with instrumentation (#9170) At scripts for profiling locally with tracy and samply, add instrumen... 1c008d9
  • git subrepo push --branch=master barretenberg subrepo: subdir: "barretenberg" merged: "e87802c06a" upstream:... 4542f1d
  • chore: replace relative paths to noir-protocol-circuits b787722
  • git_subrepo.sh: Fix parent in .gitrepo file. [skip ci] acc05a6
  • git subrepo push --branch=master noir-projects/aztec-nr subrepo: subdir: "noir-projects/aztec-nr" merged: "0... e8065a2
  • fix: mac-build (#9216) fix mac build issues with emplace back 80ea32c
  • chore: disable flakey rediscovery.test.ts (#9217) 14e73e2
  • git subrepo push --branch=master barretenberg subrepo: subdir: "barretenberg" merged: "14969f58de" upstream:... 08b6789
  • chore: replace relative paths to noir-protocol-circuits 7934d39
  • git_subrepo.sh: Fix parent in .gitrepo file. [skip ci] 116fe90
  • git subrepo push --branch=master noir-projects/aztec-nr subrepo: subdir: "noir-projects/aztec-nr" merged: "d... 9656fbf
  • and 65 more ...

View on GitHub

Load more