James Zaki
James Zaki
 [As a USDT user, I want to earn interests in DeFi when holding USDT, so that I can earn interests and won't leave my USDT in exhanges.](https://trello.com/c/aCYCf7en/27-as-a-usdt-user-i-want-to-earn-interests-in-defi-when-holding-usdt-so-that-i-can-earn-interests-and-wont-leave-my-usdt-in-exhange)
 [[__] As a TS developer, I want to easily make TS examples, so that I can understand tokenscript with less friction.](https://trello.com/c/pDGe85lH/49-as-a-ts-developer-i-want-to-easily-make-ts-examples-so-that-i-can-understand-tokenscript-with-less-friction)
 [As a smart contract developer, I want to easily make a basic tokenscript with my existing smart contract, so that I can quickly see the benefits of AlphaWallet](https://trello.com/c/eWDJJVeg/92-as-a-smart-contract-developer-i-want-to-easily-make-a-basic-tokenscript-with-my-existing-smart-contract-so-that-i-can-quickly-se)
Has this ever worked in Studio? I've seen the screenshots and demo video showing it, but maybe it's only in Superblocks?
Details from Tom: - [x] A top-level `examples` would also be fine for now (later `docs/examples` with docs moved to `docs/site`) - [x] Remove use of `codegen` command - [x]...
Yeah, issue relayed again to Noir team. Now blocked until workaround/fix found.
Okay, with a little tip form Tom, I did get it to pass, but by doing something that seems wrong and different to between what nargo returns and bb expects...
Added two benchmark circuits from Savio, 2^17 succeeds, 2^18 fails. The recursion test is skipped. PR [here](https://github.com/noir-lang/noir/pull/4969) Once 2^18 works again, the skipped recursion tests should readily be made to...
Update to use with with crate and show `export` command working. Related [4454](https://github.com/noir-lang/noir/pull/4454).
Revert either of these to bring back the `draft`ed docs and references: - [Accounts](https://github.com/AztecProtocol/aztec-packages/pull/6129/commits/a687fbe62e207388bf38dc8593faf56de77fb436) - [Uniswap](https://github.com/AztecProtocol/aztec-packages/pull/6129/commits/5173c0f2fe330388523cc4130ee41787920115c0) EDIT: added patches in case github purges squashed commits: - [hide-accounts-commit-a687fbe62.zip](https://github.com/AztecProtocol/dev-rel/files/15186314/hide-accounts-commit-a687fbe62.zip) - [hide-uniswap-commit-5173c0f2f.zip](https://github.com/AztecProtocol/dev-rel/files/15186315/hide-uniswap-commit-5173c0f2f.zip)