Hennadii Stepanov
Hennadii Stepanov
> Can you update [bitcoin-core/crc32c-subtree#6](https://github.com/bitcoin-core/crc32c-subtree/pull/6) so that the commit includes a description of the problem, an explanation of the fix, and any further information. We should probably add a comment...
Concept ACK. However, I still agree with @promag's https://github.com/bitcoin/bitcoin/issues/19161#issuecomment-667726216: > GUI users can use the RPC console.
Related: https://github.com/aws/aws-sdk-cpp/pull/1243
> So the cmake code debian added in https://sources.debian.org/patches/capnproto/0.9.1-4/07_libatomic.patch/ is broken... The updated link: https://sources.debian.org/patches/capnproto/0.9.2-2/07_libatomic.patch/
> Either way I think hardcoding `set(FOUND_LIBATOMIC TRUE)` in the CMakeLists.txt file might be the easiest workaround, and maybe some of @SatoriHoshiAiko's documentation suggestions would help as well. Will follow...
Concept ACK.
Now we can use `PKG_CHECK_MODULES` instead of https://github.com/bitcoin/bitcoin/blob/7753efcbcf3ca2e1b46f167936e11cc580e28c7a/configure.ac#L1414-L1418 as `pkgconfig/miniupnpc.pc` is being provided with a newer `libminiupnpc-dev` package across of all major distros and macOS's Homebrew.
> > Now we can use PKG_CHECK_MODULES instead of > > That doesn't quite work. I'm not sure what it means, but my point is that using `PKG_CHECK_MODULES` makes the...
@BrandonOdiwuor > **Second part:** Fixes #769 > > Add used balance to the overview page for wallets with the avoid_reuse flag enabled > ### Prerequsite: > > * **Part one...
> There was a change in implementation. I created a different PR ([bitcoin/bitcoin#29062](https://github.com/bitcoin/bitcoin/pull/29062)) based on the recommendation to refactor the `getbalance()` function which touches the bitcoin repo. trying to get...