Madars Virza

Results 12 comments of Madars Virza

There are two things that are machine-dependent: There is the easy-to-fix thing about lengths: it might be the case that 32 \* (number of 32-bit limbs) != 64 \* (number...

This looks good! We have a more generic interface for `multi_exp`, i.e. exposing the two iterators for vector start and end, rather than start + length. Maybe we can do...

Yes, indeed! The `sha256_compression_function_gadget` only implements the SHA256 compression function. In many applications inputs are fixed-size and fit in one SHA256 block. For such applications, not doing the padding/finalization steps...

A while after restarting (and two minutes after issuing `gettransaction eb7275ac578bede0ae90c514d3bc3e308ddb556d242f630a631355ac118e999e` (from my mined block); does not seem to be related though) the node also stops with: ```2022-05-14T17:04:26.847181Z ERROR main:...

Just got another ```zcashd: wallet/wallet.cpp:2782: void CWallet::DecrementNoteWitnesses(const Consensus::Params &, const CBlockIndex *): Assertion `pindex->pprev->hashFinalOrchardRoot == orchardWallet.GetLatestAnchor()' failed. Aborted (core dumped)```. [Log file](http://zcash.dankdoggo.net/tmp/ua-mining-crash2.txt) indicates that my node mined a block at...

Forgot to mention: I am running with `txindex=1`, `experimentalfeatures=1`, `paymentdisclosure=1`, `insightexplorer=1` but have not tried running without them. I will try to sync a mining testnet node without them now.

I tried reproducing this in regtest with [this code](https://gist.github.com/madars/1d6b571f805922078509737e15dc303c) but ran into NU5 not being a "settled upgrade" in regtest. I'll recompile without that check and see if I can...

This crash might have been something spurious with my setup, so maybe this bug should be closed. I have not been able to reproduce it since [my last update 3...

I just tried the most recent `linux-zecwallet-cli-v1.5.1.zip` and it works great under Tails, running under `torsocks`: `torsocks ./zecwallet-cli`. Wallet sync works and sending a z2z transaction also worked! I got...

I also recently tried ZecWallet Lite (not zecwallet-light-cli), and it did not appear to work under Tails. But it would work if SOCKS5 proxy support got added, and an Electron...