Ecosyste.ms: Timeline

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

alexghr

alexghr pushed 1 commit to ag/kind-proving-test AztecProtocol/aztec-packages
  • fix: cleanup cluster at the end 0c92df2

View on GitHub

alexghr pushed 1 commit to ag/kind-proving-test AztecProtocol/aztec-packages

View on GitHub

alexghr pushed 3 commits to ag/kind-proving-test AztecProtocol/aztec-packages
  • fix: increase stern ulimit b877633
  • fix: enable retries in setup-protocol-contracts 4df8ce5
  • fix: only init fee juice is uniitialized 87eecab

View on GitHub

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

View on GitHub

alexghr pushed 1 commit to ag/kind-proving-test AztecProtocol/aztec-packages
  • fix: re-enable proving test 67ebd3b

View on GitHub

alexghr pushed 1 commit to ag/kind-proving-test AztecProtocol/aztec-packages
  • fix: explicitely stop stern 91df1db

View on GitHub

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

View on GitHub

alexghr pushed 1 commit to ag/kind-proving-test AztecProtocol/aztec-packages
  • fix: cleanup kind cluster at the end 194e9cc

View on GitHub

alexghr opened a pull request on AztecProtocol/aztec-packages
feat: add persisted database of proving jobs
This PR adds a new proving job store for the ProvingBroker. In this implementation the jobs are stored in an lmdb database and on disk (assuming the broker will have access to a persistent disk)
alexghr created a branch on AztecProtocol/aztec-packages

ag/persisted-proving-jobs

alexghr pushed 1 commit to ag/kind-proving-test AztecProtocol/aztec-packages

View on GitHub

alexghr pushed 1 commit to ag/scaling-provers AztecProtocol/aztec-packages
  • refactor: remove template parameter from proving job id 1a729d1

View on GitHub

alexghr closed an issue on AztecProtocol/aztec-packages
Stateful components
This is a meta issue for tracking progress towards adding persistent databases to Aztec. Research into database options and needs has been done here https://hackmd.io/0pQVrvt3Q12B6XYWHiRWZw ```[...
alexghr closed an issue on AztecProtocol/aztec-packages
Components should robustly sync their state with the chain
Double check that components synch data from the chain in a robust way and that they have a consistent view of the chain state (ie. we don't up with archiver at block 20 and world state at block 17...
alexghr pushed 1 commit to ag/kind-proving-test AztecProtocol/aztec-packages
  • chore: disable reorg test due to timeouts 1f61cdd

View on GitHub

alexghr created a comment on an issue on AztecProtocol/aztec-packages
Solved in #9903

View on GitHub

alexghr closed an issue on AztecProtocol/aztec-packages
bug: fix big int deserialisation issue when reading from LMDB
We've hit this issue a few times already where `ordered-binary` is unable to correctly deserialise a value from the database. We need to either find a fix for it or replace the package with somethi...
alexghr pushed 1 commit to ag/kind-proving-test AztecProtocol/aztec-packages

View on GitHub

alexghr pushed 23 commits to ag/scaling-provers AztecProtocol/aztec-packages
  • fix(avm): derive unencrypted log in test (#9813) Please read [contributing guidelines](CONTRIBUTING.md) and remove t... abdd912
  • refactor: token partial notes refactor pt. 2 - bridging (#9600) d513099
  • feat(avm): tag checking, raising errors and stop execution (#9831) Resolves #9745 eac5fb5
  • chore: Devops for proving large blocks (#9795) This PR contains some work towards testing the proving of large block... 7a70b81
  • feat: Add Origin Tags to cycle group (#9879) Adds Origin Tag support (mechanism for tracking dangerous interactions ... de6564e
  • feat: Multicloud deployment using Terraform and Helm (#9894) # Change Log - **Multicloud deployment using Terrafo... 6239438
  • refactor: estimate gas and fee (#9889) - Private kernel tail does not include teardown gas limits at all. - Private... a43c107
  • fix: refactored log store to avoid multimaps (#9903) To avoid https://github.com/AztecProtocol/aztec-packages/issues... 6507a74
  • fix: removing test token contract artifact (#9906) Please read [contributing guidelines](CONTRIBUTING.md) and remove... c366c69
  • chore: Update Barretenberg README with matching nargo versions (#9908) Adds missing compatible bb, nargo versions e305f48
  • feat(avm): hinting merkle trees (#9658) 8d49e59
  • feat(avm): non-field sized cmp circuit ops (#9895) Please read [contributing guidelines](CONTRIBUTING.md) and remove... 59376d4
  • chore: delete accidentally added file (#9912) 21dccf8
  • refactor: final token cleanup (#9864) a6c1160
  • feat: mock data for IVC (#9893) Incremental work towards a write_vk flow for kernel circuits. kernel circuits are g... 9325f6f
  • git subrepo push --branch=master barretenberg subrepo: subdir: "barretenberg" merged: "350fdbe346" upstream:... dd63477
  • chore: replace relative paths to noir-protocol-circuits 05ba4a0
  • git_subrepo.sh: Fix parent in .gitrepo file. [skip ci] 677ccd9
  • git subrepo push --branch=master noir-projects/aztec-nr subrepo: subdir: "noir-projects/aztec-nr" merged: "2... f462657
  • chore: add end_gas_used to avm public inputs (#9910) Please read [contributing guidelines](CONTRIBUTING.md) and remo... 3889def
  • and 3 more ...

View on GitHub

alexghr closed a pull request on AztecProtocol/aztec-packages
fix: map tracks duplicates
This PR starts changes how MultiMap works by tracking duplicate keys in application code. This is to solve an issue where Buffer values get miss-interpreted by `ordered-binary`
alexghr opened a pull request on AztecProtocol/aztec-packages
fix: map tracks duplicates
This PR starts changes how MultiMap works by tracking duplicate keys in application code. This is to solve an issue where Buffer values get miss-interpreted by `ordered-binary`
alexghr pushed 8 commits to ag/lmdb-dont-use-dupSort AztecProtocol/aztec-packages
  • fix(avm): derive unencrypted log in test (#9813) Please read [contributing guidelines](CONTRIBUTING.md) and remove t... abdd912
  • refactor: token partial notes refactor pt. 2 - bridging (#9600) d513099
  • feat(avm): tag checking, raising errors and stop execution (#9831) Resolves #9745 eac5fb5
  • chore: Devops for proving large blocks (#9795) This PR contains some work towards testing the proving of large block... 7a70b81
  • feat: Add Origin Tags to cycle group (#9879) Adds Origin Tag support (mechanism for tracking dangerous interactions ... de6564e
  • feat: Multicloud deployment using Terraform and Helm (#9894) # Change Log - **Multicloud deployment using Terrafo... 6239438
  • refactor: estimate gas and fee (#9889) - Private kernel tail does not include teardown gas limits at all. - Private... a43c107
  • fix: map tracks duplicates e910496

View on GitHub

alexghr created a branch on AztecProtocol/aztec-packages

ag/lmdb-dont-use-dupSort

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

View on GitHub

alexghr pushed 1 commit to ag/kind-proving-test AztecProtocol/aztec-packages
  • fix: tweak helm install timeout 892797a

View on GitHub

alexghr opened an issue on AztecProtocol/aztec-packages
bug: investigate "can only remove from the tip" issue in the archiver
We've hit the following issue running a test causing the node to crash ``` ~/aztec-packages/validators-48-2/logs/validators-48-2$ tail validators-48-2-aztec-network-boot-node-0_boot-node_previous....
alexghr pushed 6 commits to ag/scaling-provers AztecProtocol/aztec-packages
  • feat: Stop with HeapVector (#9810) Updates the Brillig stop opcode to return a HeapVector (pointer + dynamic size).... 52ae4e1
  • feat(avm): gas specific range check (#9874) Please read [contributing guidelines](CONTRIBUTING.md) and remove this ... 1a9c5ce
  • refactor: ServerCircuitProver return values (#9391) This PR changes some of the types returned by functions on the ... ec717b5
  • chore: redo typo PR by wooClO (#9781) Thanks wooClO for https://github.com/AztecProtocol/aztec-packages/pull/9780. ... 23d1c07
  • fix: add deserialisation methods b3bfebf
  • feat: add ProvingBroker cbb6759

View on GitHub

alexghr pushed 1 commit to ag/kind-proving-test AztecProtocol/aztec-packages
  • feat: cherry-pick resource limits 07bb7a4

View on GitHub

alexghr pushed 1 commit to ag/kind-proving-test AztecProtocol/aztec-packages
  • test: nightly test that we can prove epochs 10a520b

View on GitHub

Load more