Jack Grigg
Jack Grigg
I updated the scripts (see previous gist), and re-ran the survey up to block height 1091336. Here are the stats for the types of `scriptPubkey`s (as defined [here](https://github.com/zcash/zcash/blob/b812c3ad9dbfd3ca6763794dbb129a2499687677/src/script/standard.h#L55-L64)) that were...
I am now seeing the same exception in Firefox 107 on macOS 13.0.1 with 5de7b79330a142a4fffa42b8631f96e34a984946: ``` Uncaught (in promise) TypeError: ReadableStream.pipeTo: Argument 1 does not implement interface WritableStream. encryptSingleFile App.vue:250...
Aha, that makes a lot of sense in hindsight! I was definitely assuming that the polyfill was handling this for me (or that the interface was being duck-typed). It might...
Another reason this would be useful is that the current StreamSaver.js approach requires a secure context, which you obviously don't get for a locally-hosted HTML file (but _do_ get for...
I was using the webapp to figure out what the package API should look like. But yeah, I should get around to publishing a beta package that others can start...
The ZIP Editors (me, @nuttycom, @conradoplg, @arya2) agree that the ZIP draft as-written is an Update ZIP, and have assigned it ZIP 2003.
EDIT: Moved comments to https://github.com/zcash/zips/issues/627#issuecomment-2091052588 (to keep discussion in the issue, not the PR).
[Rebased on `main`](https://github.com/zcash/zips/compare/db17d82f56198f24b86adb16c9f9297a0f947f3b..f9191eb46cec4411e196ed83b4392cca9f47205c) to pull in the repo reorg.
Comments above were from today's R&D meeting (I intended to leave them collectively as a review, but forgot to click the right GitHub buttons).
This is essentially how the `orchard` crate works, so we would follow its pattern here.