Ecosyste.ms: Timeline

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

AztecProtocol/aztec-packages

AztecBot pushed 2 commits to release-please--branches--master AztecProtocol/aztec-packages
  • fix: publish readme on bb.js NPM package (#9303) 1d860a8
  • chore(master): Release 0.59.0 81d9f6c

View on GitHub

spypsy deleted a branch AztecProtocol/aztec-packages

spy/bbjs-readme

spypsy closed a pull request on AztecProtocol/aztec-packages
fix: publish readme on bb.js NPM package
also fix typo in Publish Aztec Packages workflow
ludamad pushed 1 commit to ad/native-net-script-fixes AztecProtocol/aztec-packages
  • Update run_native_testnet.sh aa005e0

View on GitHub

ludamad pushed 4 commits to ad/native-net-script-fixes AztecProtocol/aztec-packages
  • 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
  • Merge branch 'master' into ad/native-net-script-fixes 0a64362

View on GitHub

benesjan pushed 40 commits to 10-21-feat_re-introducing_public_values_appended_flag_in_encrypted_logs AztecProtocol/aztec-packages

View on GitHub

benesjan pushed 33 commits to 10-10-refactor_updating_nft_flows AztecProtocol/aztec-packages

View on GitHub

benesjan pushed 18 commits to 09-17-feat_bytes_to_fields_and_back AztecProtocol/aztec-packages

View on GitHub

sirasistant pushed 1 commit to arv/hash_protocol_vks AztecProtocol/aztec-packages
  • revert extraneous changes c77f2f8

View on GitHub

ludamad pushed 1 commit to ad/native-net-script-fixes AztecProtocol/aztec-packages

View on GitHub

ludamad opened a pull request on AztecProtocol/aztec-packages
fix(native-testnet): script pass
ludamad pushed 1 commit to ad/native-net-script-fixes AztecProtocol/aztec-packages

View on GitHub

ludamad created a branch on AztecProtocol/aztec-packages

ad/native-net-script-fixes

benesjan pushed 1 commit to 10-21-feat_re-introducing_public_values_appended_flag_in_encrypted_logs AztecProtocol/aztec-packages

View on GitHub

ludamad pushed 19 commits to ad/ci-pass AztecProtocol/aztec-packages

View on GitHub

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

View on GitHub

ludamad opened an issue on AztecProtocol/aztec-packages
Sepolia testnet
github-actions[bot] created a comment on a pull request on AztecProtocol/aztec-packages
# Changes to public function bytecode sizes > Generated at commit: [0a58ece39e84f3ef5e5d6a9a3dc260cf3a65866d](/AztecProtocol/aztec-packages/commit/0a58ece39e84f3ef5e5d6a9a3dc260cf3a65866d), compar...

View on GitHub

spypsy pushed 1 commit to spy/bbjs-readme AztecProtocol/aztec-packages

View on GitHub

dbanks12 pushed 1 commit to db/getcontractinstance AztecProtocol/aztec-packages
  • feat!: getcontractinstance instruction returns only a specified member dfb10a0

View on GitHub

ludamad deleted a branch AztecProtocol/aztec-packages

ag/enable-test

ludamad pushed 1 commit to master AztecProtocol/aztec-packages
  • chore: re-enable test fixed by Native World State (#9289) Fix #8306 3fd1802

View on GitHub

ludamad closed an issue on AztecProtocol/aztec-packages
bug: Membership check failed when simulating public tx while assembling blocks
Sample trace from `can simulate public txs while building a block`: ``` aztec:pxe_service [INFO] Sending transaction 1165f458a7236aef4294083f63eee5ef4fadadd2581f003ac6f5f497fc0a1193 +759ms ...
ludamad created a review on a pull request on AztecProtocol/aztec-packages

View on GitHub

benesjan pushed 21 commits to 10-21-feat_re-introducing_public_values_appended_flag_in_encrypted_logs AztecProtocol/aztec-packages

View on GitHub

benesjan pushed 118 commits to 10-10-refactor_updating_nft_flows AztecProtocol/aztec-packages
  • feat: World State Re-orgs (#9035) This PR adds pruning and re-org support to the native world state. --------- ... 04f4a7b
  • feat: nomismatokopio (#8940) Fixes #8135. 1f53957
  • feat: use s3 cache in bootstrap fast (#9111) This PR switches the cache used by `./bootstrap.sh fast` from Dockerim... 349f938
  • feat: World state synchronizer reorgs (#9091) Handles reorgs on the world state synchronizer. ba63b43
  • chore: quieter cache-download.sh (#9176) b75d4c8
  • feat: sysstia (#8941) Fixes #8136. 2da2fe2
  • fix: assert block header matches (#9172) Assert that the block header the prover built matches the header on chain. 3e0504d
  • fix: Revert "feat: use s3 cache in bootstrap fast" (#9181) 7872d09
  • fix: Better handle async timings in test (#9178) This PR makes an improvement to the way a test handles waiting for ... fb35151
  • feat(avm)!: more instr wire format takes u16 (#9174) Make most instructions take offsets as u16. The ones that were ... 3a01ad9
  • 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
  • and 98 more ...

View on GitHub

spypsy pushed 1 commit to spy/bbjs-readme AztecProtocol/aztec-packages

View on GitHub

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

View on GitHub

sirasistant opened a pull request on AztecProtocol/aztec-packages
feat: Constrain VK hashing
Please read [contributing guidelines](CONTRIBUTING.md) and remove this line.
Load more