NoteStream icon indicating copy to clipboard operation
NoteStream copied to clipboard

Private money streaming on Ethereum using AZTEC Protocol

Results 26 NoteStream issues
Sort by recently updated
recently updated
newest added

Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. Commits See full diff in compare view Maintainer changes This version was pushed to npm by oss-bot, a new releaser for y18n since your...

dependencies

Bumps [axios](https://github.com/axios/axios) from 0.19.2 to 0.21.1. Release notes Sourced from axios's releases. v0.21.1 0.21.1 (December 21, 2020) Fixes and Functionality: Hotfix: Prevent SSRF (#3410) Protocol not parsed when setting proxy...

dependencies

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. Commits a2c5da8 1.3.8 af5c6bb Do not use Object.create(null) 8b648a1 don't test where our devdeps don't even work c74c8af 1.3.7 024b8b5 update deps, add linting...

dependencies

This PR consolidates the two transactions to create a stream (sending ZkAsset to contract and initialising stream) into one. Currently blocked as the AZTEC SDK doesn't support signing an approval...

Currently many of the testing files are still using javascript. As these are being completed we should convert them to typescript so that all non-trivial code is in typescript.

- [ ] pull in relevant interfaces + libraries from @aztec/protocol and bump pragma - [ ] update solidity code to use v0.6 constructs

enhancement
contracts
future

This issue shows an example on how to avoid the 0% coverage issues: https://github.com/sc-forks/solidity-coverage/issues/474

There are several new features/fixes to the contract which need to be deployed

contracts

Once Zeit supports multiple deployments from a single repo I should deploy the new landing page and update the FAQ link to point at that.

enhancement
react-app
future
docs

Currently to create a stream requires 2 transactions (1 through sdk to send the ZkAsset to the contract, 1 to give the stream parameters). This leads to the possible situation...

bug
enhancement
react-app
contracts
future