adityapk00

Results 50 comments of adityapk00

I would suggest that the easiest way of moving funds from a full node to the Lite wallet is to simply send the funds from the full node to your...

Thanks for this. Reviewing it...

Is Stolton ready for implementation? There seems to be a reference implementation here: https://github.com/ZcashFoundation/zebra/pull/1008, which would be cool to implement in zecwallet-light-cli as well. It definitely looks doable.

Can you try a couple of things: 1. Build in --release mode (`cargo build --release`). It is very slow when using a debug binary 2. Can you please sync to...

I think connecting over TOR is feasible. We can proceed in steps: 1. Have zecwallet-light-cli support connecting over plain HTTP, so that it can use a grpc-proxy like envoy to...

As a side note - HTTPTunnerPort is probably not a good path to go down, since it will require that the user using the wallet change some TOR settings, making...

Sorry, when I mean HTTP, I meant HTTPS. The connection will use TLS, and will be encrypted by default. I meant we'll use the HTTP/1.1 protocol, with TLS to connect...

This is unlikely to cause any significant performance improvements. You can follow along the sync progress in the log, and you'll see that fetching the transactions / memos only takes...

Update: This is now lower priority for Zecwallet, since we'll use nullifiers to detect outgoing transactions even for BlazeSync, so that part of the usecase no longer applies. However, it...