str4d

Results 674 comments of str4d

Following up here: while I still have no idea how to silence the `pinentry` dbus noise, as of `rage 0.9.2` you can disable use of the `pinentry` binary (and force...

#446 adds nicer error handling. Instead of outputting `stderr` directly, it points plugin developers to `AGEDEBUG=plugin` for debugging, with a warning that this prints private encryption key material to standard...

If I recall correctly (and I probably don't), I ran into UX issues that I didn't have time to figure out a solution for at the time. And as this...

Following the deprecation timeline, the earliest we could have disabled `z_getbalance` by default is 5.3.0. We are going to disable it by default in 5.4.0 with #6282. It can still...

> Even though `getbalance` [..] consider[s] transparent outputs across all accounts, This is actually a bug that we introduced in version 4.7.0. We intended for the newly-introduced accounts to _not_...

This was mostly completed in 2bafc688ff5701d1f5531680b9ecd231ced543e1 as part of #114. The remaining non-constant-time behaviour is in filtering out negative results, and it's not obvious to me whether this is something...

What version of Ubuntu are you trying to build with? Per the [Platform Support](https://zcash.github.io/zcash/user/platform-support.html) page, the only Tier 1 (guaranteed to work) platform is Ubuntu 20.04 (though 22.04 also works).

That looks like you are missing system build dependencies. Make sure you have [everything you need installed](https://zcash.readthedocs.io/en/master/rtd_pages/Debian-Ubuntu-build.html) to build from source.

Not fixing this for Zashi 1.0; manually created "send to self" transactions (i.e. not using the `shield_transparent_funds` API) are not in scope.