fanquake

Results 169 issues of fanquake

Support for intercepting getrandom has been implemented since [llvm 10.0.0](https://github.com/llvm/llvm-project/commit/ac9ee01fcbfac745aaedca0393a8e1c8a33acd8d), and the referenced issue, https://github.com/google/sanitizers/issues/852, marked as resolved. If this still fails, we should either investigate why this is still...

solution: use the non-obseleted macros on `./autogen.sh` using autoconf 2.71 and automake 1.16.5: ```bash configure.ac:83: warning: The macro `AC_LIBTOOL_WIN32_DLL' is obsolete. configure.ac:83: You should run autoupdate. config/ltoptions.m4:148: AC_LIBTOOL_WIN32_DLL is expanded...

Looks like Travis isn't running any more. We can replace it with Cirrus, or just remove the config from this repo, as it's not going to see too much more...

Due to: https://github.com/bitcoin-core/bitcoin-maintainer-tools/blob/a65a970d80ef7ba594c13c9d5c446e89d876a800/github-merge.py#L349

Follow up to https://github.com/bitcoin/bitcoin/pull/16223. It was mentioned in that PR that we could do some additional checking for `signed ACKs`, and verifying signatures: > laanwj: This could also check "signed...

Current Behavior: "Mask values" mode is off each launch and must be manually re-enabled. If a wallet loads on startup from settings.json this leaves user vulnerable to shoulder surfing. Solution:...

Feature

While there is progress for importing private keys and rescanning, there is good reason to also add progress for wallet opening. Now you need to look into debug.log and trace...

Feature

Right now the user will be presented with a "submit transaction" dialogue even if the utxos don't exist, provided the PSBT checks out. The submit button should probably be disabled...

Feature

I think it would be very professional and inspiring confidence, if the user could verify the settings from the command line/the config file(bitcoin.conf), in the running instance in the GUI....

Feature

when you try to send to some place you've already sent, perhaps there should be a polite "You've already sent X btc to this destination in TXN y on date...

Feature