Ecosyste.ms: Timeline

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

AztecProtocol/aztec-packages

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

View on GitHub

Maddiaa0 created a review comment on a pull request on AztecProtocol/aztec-packages
was there an issue associated with this ?

View on GitHub

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

View on GitHub

LHerskind pushed 14 commits to lh/sequencer-empire-gov-test AztecProtocol/aztec-packages
  • 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
  • feat: sequencer cast votes 488fd83
  • chore: update tsconfigs d3096a5
  • chore: delete faulty unnecessary address extraction 34c9b38

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)
just-mitch pushed 1 commit to master 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

View on GitHub

just-mitch closed an issue on AztecProtocol/aztec-packages
unstake bond when proof of epoch lands
after we are submitting proofs of epochs to the rollup contract, we should be unstaking any bonds that were posted for the production of that proof.
just-mitch deleted a branch AztecProtocol/aztec-packages

8652-unstake-bond-when-proof-of-epoch-lands

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

View on GitHub

alexghr created a branch on AztecProtocol/aztec-packages

ag/refactor-avm-proof-fields

fcarreiro created a review on a pull request on AztecProtocol/aztec-packages
Thank you, I guess it was needed at some point for the integer division in fields but that seems to be caught by BinaryFieldOp::IntegerDiv.

View on GitHub

fcarreiro created a review on a pull request on AztecProtocol/aztec-packages
Thank you, I guess it was needed at some point for the integer division in fields but that seems to be caught by BinaryFieldOp::IntegerDiv.

View on GitHub

fcarreiro created a review on a pull request on AztecProtocol/aztec-packages
I'm surprised this doesn't give us bytecode gains. @sirasistant I thought Brillig was needing some conversions LE -> BE because it was expecting to do ToRadixBE?

View on GitHub

fcarreiro created a review on a pull request on AztecProtocol/aztec-packages
I'm surprised this doesn't give us bytecode gains. @sirasistant I thought Brillig was needing some conversions LE -> BE because it was expecting to do ToRadixBE?

View on GitHub

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

View on GitHub

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

View on GitHub

jeanmon opened a draft pull request on AztecProtocol/aztec-packages
feat(avm): avm replace zeromorph pcs by shplemini
Resolves #9349
jeanmon pushed 20 commits to jm/9349-avm-shplemini AztecProtocol/aztec-packages
  • 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
  • Rebase on master and run codegen 672237a
  • 9349: migrate zeromorph to shplemini in AVM fb2f002
  • 9349: remove occurences of zeromorph 74830c4
  • 9349: adapt proof length 248a196
  • 9349: rebase on master a53ba82

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...
AztecBot pushed 2 commits to sync-noir AztecProtocol/aztec-packages
  • [1 changes] feat: merge and sort imports (https://github.com/noir-lang/noir/pull/6322) fix: mutable global pattern di... 75b25ea
  • chore: apply sync fixes 6bdb92a

View on GitHub

AztecBot created a branch on AztecProtocol/aztec-packages

sync-noir

jeanmon created a review comment on a pull request on AztecProtocol/aztec-packages
Well, a switch over the enum would have been nice...but then you "lose" the const I guess.

View on GitHub

jeanmon created a review comment on a pull request on AztecProtocol/aztec-packages
Ultimately, we will have to handle and bytecode. Therefore, an assert is not the longterm solution, we will also have to properly constrain this in the circuit and raise an error. At least, add a T...

View on GitHub

jeanmon created a review on a pull request on AztecProtocol/aztec-packages
I reviewed cpp code only. Looks good in general (see comments).

View on GitHub

jeanmon created a review on a pull request on AztecProtocol/aztec-packages
I reviewed cpp code only. Looks good in general (see comments).

View on GitHub

Thunkar created a review comment on a pull request on AztecProtocol/aztec-packages
I think it will do integer division so you can use: ```noir pub fn bytes_to_fields<let N: u32>(input: [u8; N]) -> [Field; (N+30) / 31] { let M: u32 = (N + 30) / 31; ... ```

View on GitHub

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

View on GitHub

AztecBot pushed 2 commits to release-please--branches--master AztecProtocol/aztec-packages
  • chore: print out gas at start and end of each enqueued call (#9377) 29c0b95
  • chore(master): Release 0.60.0 553134f

View on GitHub

dbanks12 pushed 1 commit to master AztecProtocol/aztec-packages
  • chore: print out gas at start and end of each enqueued call (#9377) 29c0b95

View on GitHub

dbanks12 deleted a branch AztecProtocol/aztec-packages

db/gas-print

Load more