Ecosyste.ms: Timeline

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

AztecProtocol/aztec-packages

github-actions[bot] created a comment on a pull request on AztecProtocol/aztec-packages
# Changes to public function bytecode sizes > Generated at commit: [14db29d131834d98e3760320c135509ce8d474ef](/AztecProtocol/aztec-packages/commit/14db29d131834d98e3760320c135509ce8d474ef), compar...

View on GitHub

nventuro created a review comment on a pull request on AztecProtocol/aztec-packages
It's not really inlined though is it? Should this not be a `#[contract_library_function]`?

View on GitHub

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

View on GitHub

ludamad pushed 1 commit to ad/network-tests-fix AztecProtocol/aztec-packages

View on GitHub

spypsy pushed 2 commits to spy/remove-e2e-earthfile AztecProtocol/aztec-packages
  • add test_config.yml, remove logic from ci.yml 098dc27
  • fix select_runner usage 93987b0

View on GitHub

ludamad pushed 1 commit to ad/network-tests-fix AztecProtocol/aztec-packages

View on GitHub

nventuro created a review comment on a pull request on AztecProtocol/aztec-packages
I'd pass `token_in` and `token_out` and do ```rust assert(token_in != token_out); assert(token_in == state.token0 || token_in == state.token1); assert(token_out == state.token0 || token_out =...

View on GitHub

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

View on GitHub

TomAFrench reopened 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(ssa): Various mem2reg reverts to reduce mem...
TomAFrench closed 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(ssa): Various mem2reg reverts to reduce mem...
TomAFrench pushed 1 commit to sync-noir AztecProtocol/aztec-packages

View on GitHub

benesjan pushed 1 commit to 10-23-refactor_passing_partial_note_logs_through_transient_storage AztecProtocol/aztec-packages

View on GitHub

TomAFrench pushed 20 commits to sync-noir AztecProtocol/aztec-packages
  • test: scenario for upgrading gerousia (#9246) 66f59d6
  • 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
  • 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
  • Merge branch 'master' into sync-noir * master: fix: remove reliance on invalid decompositions in selector calculati... 3e182f1
  • . 4b49e9e

View on GitHub

stevenplatt created a comment on an issue on AztecProtocol/aztec-packages
Consolidating this item into #9285

View on GitHub

stevenplatt created a comment on an issue on AztecProtocol/aztec-packages
Closing this item for now, as it appears to be an error resulting from an unresponsive Anvil instance. This item may be reopened, or rolled into a specific block sync test in the future.

View on GitHub

stevenplatt closed an issue on AztecProtocol/aztec-packages
Add a native network test (non-k8s) that tests a node going down and resync'ing often
- bootstrap.sh fast on an Ubuntu 24 machine - Use scripts/run_native_testnet.sh to run a test network. For CI, it will be ran as if with scripts/run_native_testnet.sh -i - Run on every master com...
github-actions[bot] created a comment on a pull request on AztecProtocol/aztec-packages
# Changes to public function bytecode sizes > Generated at commit: [7354c1280461f89c7807e80b7f77eb7c577e0ed0](/AztecProtocol/aztec-packages/commit/7354c1280461f89c7807e80b7f77eb7c577e0ed0), compar...

View on GitHub

AztecBot pushed 3 commits to sync-noir AztecProtocol/aztec-packages
  • [1 changes] feat(ssa): Various mem2reg reverts to reduce memory and compilation time (https://github.com/noir-lang/no... 3b8ad85
  • chore: apply sync fixes b6335a3
  • feat(ssa): Various mem2reg reverts to reduce memory and compilation time (https://github.com/noir-lang/noir/pull/6307... f0ad605

View on GitHub

AztecBot pushed 2 commits to sync-noir-staging AztecProtocol/aztec-packages
  • [1 changes] feat(ssa): Various mem2reg reverts to reduce memory and compilation time (https://github.com/noir-lang/no... 3b8ad85
  • chore: apply sync fixes b6335a3

View on GitHub

AztecBot pushed 0 commits to sync-noir-staging AztecProtocol/aztec-packages

View on GitHub

ludamad pushed 3 commits to ad/network-tests-fix AztecProtocol/aztec-packages

View on GitHub

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

View on GitHub

ludamad created a review comment on a pull request on AztecProtocol/aztec-packages
Ideally the script would let people run these locally as well, but a txt format works

View on GitHub

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

View on GitHub

spypsy created a review comment on a pull request on AztecProtocol/aztec-packages
or just extend e2e_test_list to an object format where we define specific env vars & start command ig

View on GitHub

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

View on GitHub

spypsy created a review comment on a pull request on AztecProtocol/aztec-packages
ah, as in move this conditional logic inside `e2e_test.sh`?

View on GitHub

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

View on GitHub

ludamad created a review comment on a pull request on AztecProtocol/aztec-packages
I was thinking that we wouldn't need conditions here but instead have the commands listed in the test definition txt file

View on GitHub

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

View on GitHub

Load more