Ecosyste.ms: Timeline

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

alexghr

alexghr created a review comment on a pull request on AztecProtocol/aztec-packages
Just pointing out this change :point_up: Sooner or later we'll need to build docker images from master

View on GitHub

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

View on GitHub

alexghr pushed 1 commit to ag/spartan-proving AztecProtocol/aztec-packages
  • chore: bump slot duration and epoch size c0c6b7a

View on GitHub

alexghr closed a pull request on AztecProtocol/aztec-packages
fix: stop bot in case of tx errors
This PR contains a couple of fixes for the network occasionally stopping when run for a longer period of time: - it restarts the bot when the chain gets pruned. This is necessary because the PXE...
alexghr opened a pull request on AztecProtocol/aztec-packages
feat: spartan proving
This PR adds K8s config to deploy a network with proving enabled
alexghr created a branch on AztecProtocol/aztec-packages

ag/spartan-proving

alexghr created a review comment on a pull request on AztecProtocol/aztec-packages
Changed this in the last commit to track which block mined a tx. This should also cover the case where we hold onto txs for longer than the prove chain (`this.keepProvenTxsFor`)

View on GitHub

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

View on GitHub

alexghr pushed 20 commits to ag/restart-bot AztecProtocol/aztec-packages
  • fix: issue in partial notes API (#9555) 9d66c1a
  • git subrepo push --branch=master barretenberg subrepo: subdir: "barretenberg" merged: "8b4fa8cbcb" upstream:... 1a38b6a
  • chore: replace relative paths to noir-protocol-circuits 4f2d67c
  • git_subrepo.sh: Fix parent in .gitrepo file. [skip ci] cae0708
  • git subrepo push --branch=master noir-projects/aztec-nr subrepo: subdir: "noir-projects/aztec-nr" merged: "c... bd76f28
  • chore: redo typo PR by defitricks (#9571) Thanks defitricks for https://github.com/AztecProtocol/aztec-packages/pul... 9a5dce3
  • feat: Sync from noir (#9569) Automated pull of development from the [noir](https://github.com/noir-lang/noir) progr... b82f3d1
  • chore(master): Release 0.61.0 (#9414) :robot: I have created a release *beep* *boop* --- <details><summary>azt... d9de430
  • fix: stop bot in case of tx errors ad29ca3
  • fix: build l1-artifacts first 99dc9ac
  • fix: close container ae82246
  • refactor: config d886a14
  • fix: handle reorgs in the p2p-client ab4afb3
  • chore: restore commented out code 160b7a3
  • feat: add mined txs back to pending set 29baee5
  • fix: add missing method e9e66d9
  • fix: expose env var for batch size 5a81e43
  • fix: block build reorg 6a2547c
  • fix: only move back to pending txs that were actually reorged 8eb1c99
  • fix: correctly use historical header d583dd6

View on GitHub

alexghr pushed 3 commits to ag/restart-bot AztecProtocol/aztec-packages
  • fix: block build reorg c0480f7
  • fix: only move back to pending txs that were actually reorged 3846d9e
  • fix: correctly use historical header f599c98

View on GitHub

alexghr pushed 16 commits to ag/restart-bot AztecProtocol/aztec-packages
  • feat(avm)!: returndatasize + returndatacopy (#9475) This PR * Introduces RETURNDATASIZE and RETURNDATACOPY (also cop... 8f71006
  • fix: honk shplemini acir artifacts (#9550) Reverts AztecProtocol/aztec-packages#9505 468c100
  • feat(prover): perform prover coordination via p2p layer (#9325) fixes: #9264 2132bc2
  • feat(avm)!: cleanup CALL (#9551) * (Static)CALL now returns just the success bit * Properly returns U1 instead of U8... 26adc55
  • fix: add native verification test to honk keccak (#9501) fixes: https://github.com/AztecProtocol/aztec-packages/issu... 59810e0
  • feat: 20-30% cost reduction in recursive ipa algorithm (#9420) eccvm_recursive_verifier_test measurements (size-512 ... a4bd3e1
  • feat: reorder blocks for efficiency (#9560) Reorders blocks (Mega only) so that data bus reads are close to the top ... 10874f4
  • fix: stop bot in case of tx errors c6af20e
  • fix: build l1-artifacts first 564142e
  • fix: close container a9e5f8c
  • refactor: config bc17bfd
  • fix: handle reorgs in the p2p-client 483ca2f
  • chore: restore commented out code 1f64cf3
  • feat: add mined txs back to pending set df7be5d
  • fix: add missing method 98f6f08
  • fix: expose env var for batch size 7eda135

View on GitHub

alexghr created a review comment on a pull request on AztecProtocol/aztec-packages
Removed :)

View on GitHub

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

View on GitHub

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

View on GitHub

alexghr created a review comment on a pull request on AztecProtocol/aztec-packages
Logged #9554 9554

View on GitHub

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

View on GitHub

alexghr opened an issue on AztecProtocol/aztec-packages
[P2P][Refactor] Clean up how the p2p-client keeps track of block hashes
See https://github.com/AztecProtocol/aztec-packages/pull/9421#discussion_r1819746105
alexghr created a review comment on a pull request on AztecProtocol/aztec-packages
Add new env var for this (with a default of 20)

View on GitHub

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

View on GitHub

alexghr pushed 1 commit to ag/restart-bot AztecProtocol/aztec-packages
  • fix: expose env var for batch size 14d7725

View on GitHub

alexghr pushed 33 commits to ag/restart-bot AztecProtocol/aztec-packages
  • chore(CI): remove end-to-end/Earthfile (#9364) Fixes #9221 2823cbb
  • feat: fixed number of pub inputs for databus commitment propagation (#9336) This work is motivated by the need to ha... 8658abd
  • feat: simulate latency with network chaos (#9469) ## Overview simulating latency with network chaos, aim is to co... 10aefbb
  • fix: make sure kind tests run every master commit (#9478) 78de316
  • chore: dont show aws creds in docker fast (#9465) a6d8f48
  • fix(avm): disable sha256 in bulk test until we debug it (#9482) Please read [contributing guidelines](CONTRIBUTING.m... 078c318
  • chore: disable e2e_fees_dapp_subscription (#9489) Somehow broken after noir sync 26416b6
  • test: minting only private or public balance in Token TXE tests (#9491) b8c015b
  • feat: tally AVM opcodes executed in simulator (#9473) 9a06ada
  • fix: replace npk_m_hash with addresses (#9461) Because key rotation is scrapped, we are moving back to having addres... f4ed55b
  • git subrepo push --branch=master barretenberg subrepo: subdir: "barretenberg" merged: "d68881de73" upstream:... 17fa37b
  • chore: replace relative paths to noir-protocol-circuits 33f2151
  • git_subrepo.sh: Fix parent in .gitrepo file. [skip ci] 7a5a6e5
  • git subrepo push --branch=master noir-projects/aztec-nr subrepo: subdir: "noir-projects/aztec-nr" merged: "6... a00acd4
  • feat: sol shplemini in acir tests + contract_gen (#8874) 1c0275d
  • chore: align debug logging between AVM sim & witgen (#9498) 7c2d67a
  • feat: added indexes and a way to store/retrieve tagged secrets (#9468) Closes: https://github.com/AztecProtocol/azte... 1c685b1
  • fix: revert "feat: sol shplemini in acir tests + contract_gen" (#9505) Reverts AztecProtocol/aztec-packages#8874 ... 3351217
  • fix(avm): re-enable sha256 in bulk test, fix bug in AVM SHL/SHR (#9496) Reverts AztecProtocol/aztec-packages#9482 0fe64df
  • test: use big endian in sha (#9471) Please read [contributing guidelines](CONTRIBUTING.md) and remove this line. ... bc9828e
  • and 13 more ...

View on GitHub

alexghr created a review comment on a pull request on AztecProtocol/aztec-packages
My logic is: the set of mined transactions at the point of a chain prune will be made up of two subsets: the set of all invalid transactions (ie. those that were built against a block that no longe...

View on GitHub

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

View on GitHub

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

View on GitHub

Load more