Hennadii Stepanov

Results 1212 comments of Hennadii Stepanov

@achow101 Feel free to pick [this](https://github.com/hebasto/bitcoin/commit/be6354db410d162f82b5e3c76d964c0365e51d96) translation update, which resolves https://github.com/bitcoin/bitcoin/issues/30897 and includes new translations made over the nearly 3 weeks since https://github.com/bitcoin/bitcoin/pull/30715.

> There's not so much of a rush here that this should bypass the normal PR & review process. Sure. > This should first be PR'd and merged into master...

> > There's not so much of a rush here that this should bypass the normal PR & review process. > > Sure. Please see https://github.com/bitcoin/bitcoin/pull/30899.

Addressed https://github.com/bitcoin-core/secp256k1/issues/1308#issuecomment-1560875324.

@sr-gi Feel free to grab https://github.com/hebasto/bitcoin/commit/ffed2ab27465e4e3888b4139ca50db1226a66ec5 to fix the MSVC build.

@JayBitron Can you reproduce the issue in a fresh Docker container?

Do yo have macOS SDK available (see: https://github.com/bitcoin/bitcoin/tree/master/contrib/macdeploy).

@JayBitron > -- The C compiler identification is Clang 14.0.6 Please ensure the minimum required Clang version, which is [16.0](https://github.com/bitcoin/bitcoin/pull/30263) for v28.0. Additionally, you may need the [`lld`](https://packages.debian.org/bookworm/lld) package installed...

Here are the steps to build depends without Qt on Debian 12: ``` apt update apt install git bison cmake curl make pkg-config xz-utils wget # Install minimum required version...

> debian unstable (sid) runs on clang-20 doesn't need to downgrade it Debian Sid's [default clang](https://packages.debian.org/sid/clang) is clang-16, which is enough to build every dependency except for the `qt` package....