Ecosyste.ms: Timeline

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

AztecProtocol/aztec-packages

Thunkar created a comment on an issue on AztecProtocol/aztec-packages
Just tested this: 1. Contract artifact name is incorrect, should be `counter_contract-Counter.json`. It is recommended to use the `counter_contract@Counter` syntax while in a nargo workspace. ...

View on GitHub

Thunkar closed an issue on AztecProtocol/aztec-packages
`aztec-wallet` not deploying the Counter contract
I am seeing the following error when running this command (`aztec-wallet deploy ./target/counter-Counter.json --from accounts:my-wallet --args 1 accounts:my-wallet accounts:my-wallet`) with the lat...
alexghr pushed 1 commit to ag/scaling-provers AztecProtocol/aztec-packages
  • Update yarn-project/prover-client/src/job_pool/broker.ts Co-authored-by: Santiago Palladino <santiago@aztecprotocol.... 2d6da4a

View on GitHub

dbanks12 created a branch on AztecProtocol/aztec-packages

db/getcontractinstance

Maddiaa0 created a branch on AztecProtocol/aztec-packages

md/reset-epoch-constants

Maddiaa0 created a review comment on a pull request on AztecProtocol/aztec-packages
Yep, for me it was killing the wrong tmix pane, I've left it there and alerted Adam

View on GitHub

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

View on GitHub

just-mitch created a review comment on a pull request on AztecProtocol/aztec-packages
Oh wow. This probably explains why env vars weren't working as expected in the k8s tests- I needed to set both tcp and udp ports to `40400` for discv5 to work.

View on GitHub

just-mitch created a review on a pull request on AztecProtocol/aztec-packages

View on GitHub

just-mitch created a review comment on a pull request on AztecProtocol/aztec-packages
Intentional?

View on GitHub

just-mitch created a review on a pull request on AztecProtocol/aztec-packages

View on GitHub

LeilaWang opened an issue on AztecProtocol/aztec-packages
Epic: Private kernel proof
```[tasklist] - [ ] Finish integration of `verify_proof`. - [ ] Fix a set of Tube VKs in the protocol and remove the VK tree hack for accepting any VK as tube VK. - [ ] Constrain hashing of prot...
jzaki created a review comment on a pull request on AztecProtocol/aztec-packages
Escape the underscore if it is supposed to be there ```suggestion So in the contract we compute $\text{rand}_b := h(\text{rand}_a, \text{msg\_sender})$. ```

View on GitHub

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

View on GitHub

sirasistant pushed 32 commits to arv/integrate_verify_proof_in_mock_circuits AztecProtocol/aztec-packages
  • fix(s3-cache): link extracted preset-release-world-state (#9252) 8b2d7d9
  • fix: bb bootstrap_cache.sh (#9254) df37104
  • chore: goodbye circleci (#9259) dab2a93
  • git subrepo push --branch=master barretenberg subrepo: subdir: "barretenberg" merged: "f558fe93df" upstream:... 44bda44
  • chore: replace relative paths to noir-protocol-circuits bef3907
  • git_subrepo.sh: Fix parent in .gitrepo file. [skip ci] 0f93545
  • git subrepo push --branch=master noir-projects/aztec-nr subrepo: subdir: "noir-projects/aztec-nr" merged: "4... 5d291a3
  • chore: improve setup_local_k8s.sh to focus kind (#9228) Sometimes kind does not show up in k8s clusters so we need t... 8efdb47
  • feat: native testnet helper script (#9260) 1613c0f
  • feat!: Brillig and AVM default all uninitialized memory cells to Field 0 (#9057) Resolves (at least partially) http... 5861d4e
  • chore(ci): parallelise noir-projects CI (#9270) This PR splits all of the tests for various noir projects so that th... 44ad5e5
  • feat: fix encoding of public keys (#9158) This PR enables us to implement arbitrary serialization from a ts type to... 35c66c9
  • feat: modify contract instance to include public keys (#9153) In this PR we are doing the ground work for the new ad... 17c6127
  • git subrepo push --branch=master barretenberg subrepo: subdir: "barretenberg" merged: "b64d075cb7" upstream:... df04481
  • chore: replace relative paths to noir-protocol-circuits 424afba
  • git_subrepo.sh: Fix parent in .gitrepo file. [skip ci] 88cbf6b
  • git subrepo push --branch=master noir-projects/aztec-nr subrepo: subdir: "noir-projects/aztec-nr" merged: "f... 75d41cd
  • fix: k8s peer discovery (#9274) For some reason, discv5 wasn't working in k8s when the udp/tcp ports were different... 61e4d12
  • refactor: remove AvmVerificationKeyData and tube specific types (#8569) Removes the `AvmVerificationKey*` classes in... da6c579
  • feat: docker_fast.sh (#9273) 57e792e
  • and 12 more ...

View on GitHub

LHerskind created a comment on a pull request on AztecProtocol/aztec-packages
> [!WARNING] > <b>This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack <a href="https://app.graphite.dev/githu...

View on GitHub

LHerskind opened a draft pull request on AztecProtocol/aztec-packages
feat: initial block reward + external libraries
Please read [contributing guidelines](CONTRIBUTING.md) and remove this line.
LHerskind created a branch on AztecProtocol/aztec-packages

lh/8791-initial-block-reward

LHerskind opened a draft pull request on AztecProtocol/aztec-packages
feat: fee pricing to 0 for old instances
Please read [contributing guidelines](CONTRIBUTING.md) and remove this line.
LHerskind created a branch on AztecProtocol/aztec-packages

lh/7938-fee-bridge

catmcgee pushed 1 commit to docs/function-transforms AztecProtocol/aztec-packages

View on GitHub

benesjan created a comment on a pull request on AztecProtocol/aztec-packages
* **#9295** <a href="https://app.graphite.dev/github/pr/AztecProtocol/aztec-packages/9295?utm_source=stack-comment-icon" target="_blank"><img src="https://static.graphite.dev/graphite-32x32-black.p...

View on GitHub

benesjan opened a draft pull request on AztecProtocol/aztec-packages
feat: re-introducing public values appended flag in encrypted logs
This PR re-introduces changes reverted in [this PR](https://github.com/AztecProtocol/aztec-packages/pull/8712). There is 1 difference compared to the original code. In the original code we stored n...
critesjosh created a review comment on a pull request on AztecProtocol/aztec-packages
I know its clunky to copy all of the requisite files for the Token contract. I thought about using noir-contracts.js and just importing the contract and artifact from there, but its useful for a de...

View on GitHub

critesjosh created a review comment on a pull request on AztecProtocol/aztec-packages
added a link to the gettings started page earlier in the page

View on GitHub

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

View on GitHub

github-actions[bot] created a comment on a pull request on AztecProtocol/aztec-packages
# Changes to circuit sizes > Generated at commit: [2e343643054d6a23c6a19010ad0327749f79697a](/AztecProtocol/aztec-packages/commit/2e343643054d6a23c6a19010ad0327749f79697a), compared to commit: [ab...

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: [2e343643054d6a23c6a19010ad0327749f79697a](/AztecProtocol/aztec-packages/commit/2e343643054d6a23c6a19010ad0327749f79697a), compar...

View on GitHub

critesjosh created a review comment on a pull request on AztecProtocol/aztec-packages
removing the next line

View on GitHub

Load more