Hennadii Stepanov

Results 1422 comments of Hennadii Stepanov

> The Win64 build failure... can be fixed with the following patch ```diff --- a/build_msvc/libsecp256k1/libsecp256k1.vcxproj +++ b/build_msvc/libsecp256k1/libsecp256k1.vcxproj @@ -8,6 +8,10 @@ StaticLibrary + + + + ``` which was [suggested](https://github.com/bitcoin-core/secp256k1/pull/1042#discussion_r796036543)...

> * Open Transifex translations for 24.0 > > * Finalize and close translations for 22.0 Done. https://www.transifex.com/bitcoin/bitcoin/announcements/13478/

@andronoob > @hebasto Is there a way to revert the sabotage mentioned above? My apologies for the delay with my response. https://github.com/bitcoin/bitcoin/issues/25821#issuecomment-1212361166

> 2022-08-15 :construction: > * Translation string freeze (no more source language changes until release) Done in bitcoin-core/gui#654.

> ## 2022-09-01 :construction: > > * Translation string freeze (no more source language changes until release) See bitcoin-core/gui#660.

FWIW, https://sigpipe.macromates.com/2020/macos-catalina-slow-by-design/ "Spawning a new Process" subheader.

> In what way? ```diff --- a/build-aux/m4/ax_boost_base.m4 +++ b/build-aux/m4/ax_boost_base.m4 @@ -11,7 +11,7 @@ # Test for the Boost C++ libraries of a particular version (or newer) # # If no...

@achow101 It seems this PR has [problems](https://travis-ci.org/github/bitcoin/bitcoin/jobs/712335127) with linters.

CI [error](https://cirrus-ci.com/task/5976763453931520?logs=ci#L8595): ``` In file included from wallet/wallet.cpp:34: ./wallet/bdb.h:27:10: fatal error: 'db_cxx.h' file not found #include ^~~~~~~~~~ 1 error generated. ```

Some notes about the way how the Bitcoin Core project interacts with Transifex. 1. Translation resources--including translation files--are bounded to release branches, not to the master one. Although, translations in...