str4d

Results 674 comments of str4d

Let's try to backport this for 5.4.0 and see what problems we run into.

[Force-pushed](https://github.com/zcash/librustzcash/compare/4edf9fef61b6560e32a3f5c81e49aa4c1bccd712..e7a12ea96a8c05e38e3bbfb61eb374ba9df3309b) to fix a bug and CI lints.

The problem here is that the wallet and node states are not synchronized at the time the wallet tries to select coins, and the reason they are not synchronized is...

If you were working on NetCipher yourself, you shouldn't have told me to go ahead and integrate it myself. I'd much rather not waste my time doing work that you...

Good to know, thanks :) I've re-work the patch series to combine the early work into two commits. The centralized proxy settings commit still uses the route planner method, which...

Argh, sorry! Android Studio handles import formatting automatically, which is great - unless you want to import upstream later. I carefully removed those changes from the `BaseResource` commit, but I...

Because `StrongHttpsClient` requires a `Context` for loading its bundled certificates. Therefore, if you want to replace the use of `DefaultHttpClient` in `BaseResource` with `StrongHttpsClient`, either `BaseResource` needs a `Context` (the...

`StrongHttpsClient` also needs an extra constructor if it is to be used in `BaseResource`. I have that patch locally, and can make a PR with it on NetCipher if desired....

https://www.youtube.com/watch?v=z769xf9ET5A is a proof-of-concept for an alternative approach that might be more tractable. Instead of 20 billion inverted tachyon emitters, it only requires 13.26 trillion tigers.

I'm encountering this problem (currently observable in [this commit](https://github.com/str4d/wage/pull/20/commits/515f9acf20b7cd6b02c86eadf78e70c4a586a539)) in the WASM file itself: ``` This dependency was not found: * env in ./node_modules/wage/wage_bg.wasm ``` I do not have `lto`...