Hennadii Stepanov
Hennadii Stepanov
cc @purpleKarrot
From the [OP](https://github.com/bitcoin/bitcoin/issues/31047#issue-2570089672): > It's not clear if using our Coverage build type works with Clang, or not. There are a few points to take into consideration: 1. Modern LLVM's...
> * libevent hasn't had a release since 2020 Moreover, the new non-released code breaks our fuzzing tests. See: https://github.com/bitcoin/bitcoin/issues/30096.
> It looks like a "Back" button is added to the warning pop-up, but it will only take you back to enter a different password, not to disable the password...
@hernanmarino ~Are you still working on this PR? If so,~ what do you think about GBKS's [suggestion](https://github.com/bitcoin-core/gui/pull/722#issuecomment-2124671596)?
While fixing CI, suggesting to upgrade GHA actions to avoid deprecation warnings: ```diff diff --git a/.github/actions/build-bitcoind/action.yml b/.github/actions/build-bitcoind/action.yml index 49f9c72..0292d7c 100644 --- a/.github/actions/build-bitcoind/action.yml +++ b/.github/actions/build-bitcoind/action.yml @@ -9,7 +9,7 @@ runs: sudo...
> First, a `QSortFilterProxyModel` is inserted to take care of sorting instead of sorting the model manually. Concept ACK on it. > Second, the selection model is changed to `ExtendedSelection`...
@john-moffett Are you still working on this PR?
Closing due to author's inactivity. Labeled "Up for grabs".
> Maybe this is already possible... Yes, it is possible when using [CMake](https://cmake.org/cmake/help/latest/manual/ctest.1.html#cmdoption-ctest-R): ``` $ cmake -B build $ cmake --build build $ ctest --test-dir build --show-only Internal ctest changing...