--- Log opened Fri Sep 06 00:00:44 2024 00:24 -!- jirijakes [~jirijakes@118.150.148.23] has joined #bitcoin-core-dev 00:39 < vasild> Not sure if anybody is planning to re-add *.swp files to gitignore(5) into the repository. A local workaround is: echo "*.swp" > ~/.config/git/ignore 00:54 -!- Guyver2 [~Guyver@77-174-98-73.fixed.kpn.net] has joined #bitcoin-core-dev 01:03 -!- Guest80 [~Guest80@45.152.115.127] has joined #bitcoin-core-dev 01:04 -!- Guest80 [~Guest80@45.152.115.127] has quit [Client Quit] 01:20 -!- aleggg [~aleggg@177.132.192.55] has quit [Ping timeout: 252 seconds] 01:20 < fanquake> If they aren't being generated by our build system, then they belong in a local .git_ignore 01:24 -!- Guyver2 [~Guyver@77-174-98-73.fixed.kpn.net] has left #bitcoin-core-dev [Closing Window] 01:34 < bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/7f472e9bcd27...c3af4b1ec3fd 01:34 < bitcoin-git> bitcoin/master a7a4e11 fanquake: cmake: scope Boost Test check to vcpkg 01:34 < bitcoin-git> bitcoin/master c3af4b1 merge-script: Merge bitcoin/bitcoin#30822: cmake: scope Boost Test check to `vcpkg` 01:34 < bitcoin-git> [bitcoin] fanquake merged pull request #30822: cmake: scope Boost Test check to `vcpkg` (master...scope_boost_test_vcpkg) https://github.com/bitcoin/bitcoin/pull/30822 01:42 < bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/c3af4b1ec3fd...c0cbe26a8694 01:42 < bitcoin-git> bitcoin/master 2222f7a MarcoFalke: test: Rename SeedRand::SEED to FIXED_SEED for clarity 01:42 < bitcoin-git> bitcoin/master fa84f9d MarcoFalke: test: Pin and document TEST_DIR_PATH_ELEMENT 01:42 < bitcoin-git> bitcoin/master c0cbe26 merge-script: Merge bitcoin/bitcoin#30748: test: Pin and document TEST_DIR_PATH_ELEMENT,... 01:42 < bitcoin-git> [bitcoin] fanquake merged pull request #30748: test: Pin and document TEST_DIR_PATH_ELEMENT, SeedRand::FIXED_SEED (master...2408-test) https://github.com/bitcoin/bitcoin/pull/30748 01:50 < bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/c0cbe26a8694...118b55c462e2 01:50 < bitcoin-git> bitcoin/master fa8dd95 MarcoFalke: bench: Use LogInfo instead of the deprecated alias LogPrintf 01:50 < bitcoin-git> bitcoin/master fadbcd5 MarcoFalke: bench: Remove redundant logging benchmarks 01:50 < bitcoin-git> bitcoin/master 118b55c merge-script: Merge bitcoin/bitcoin#30790: bench: Remove redundant logging benchmarks 01:50 < bitcoin-git> [bitcoin] fanquake merged pull request #30790: bench: Remove redundant logging benchmarks (master...2409-bench-log-cleanup) https://github.com/bitcoin/bitcoin/pull/30790 02:51 < bitcoin-git> [bitcoin] fanquake pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/118b55c462e2...0e5cd608da5d 02:51 < bitcoin-git> bitcoin/master 86c80e9 Ryan Ofsky: contrib: make check-deps.sh script work with cmake 02:51 < bitcoin-git> bitcoin/master 3c99f5a Ryan Ofsky: contrib: fix check-deps.sh to check for weak symbols 02:51 < bitcoin-git> bitcoin/master 0aaa129 Ryan Ofsky: contrib: fix check-deps.sh when libraries do not import symbols 02:51 < bitcoin-git> [bitcoin] fanquake merged pull request #30415: contrib: fix check-deps.sh to check for weak symbols (master...pr/weakcheck) https://github.com/bitcoin/bitcoin/pull/30415 03:01 -!- benwestgate [~BenWestga@syn-076-184-062-115.res.spectrum.com] has quit [Read error: Connection reset by peer] 03:38 -!- abubakarsadiq [uid602234@id-602234.hampstead.irccloud.com] has joined #bitcoin-core-dev 04:14 -!- SpellChecker [~SpellChec@user/SpellChecker] has quit [Remote host closed the connection] 04:15 -!- SpellChecker [~SpellChec@user/SpellChecker] has joined #bitcoin-core-dev 04:19 < sipa> what are .swp files? 04:20 < fanquake> might be created by an editor, like vim, so it knows what it's editing 04:21 < fanquake> Assume the kind of file you'd never want to commit to any repository, so also makes sense to nullify globally, locally 04:24 < hebasto> I believe, that vim can be configured to place those files somewhere else, not in the source tree 04:30 < fanquake> If anyone has a Windows box, and feels like doing some benchmarking: #30833 04:30 <@gribble> https://github.com/bitcoin/bitcoin/issues/30833 | 28.0rc1 synchronizes much slower on Windows · Issue #30833 · bitcoin/bitcoin · GitHub 04:37 < sipa> fanquake, vasild: ah, in that case the ignoring of such files don't belong ib our repository; were they ever in our ignore files? 04:37 < fanquake> sipa: yea, our .gitignore previously had a bunch of random stuff in it, but most was pruned out in #30664 04:37 <@gribble> https://github.com/bitcoin/bitcoin/issues/30664 | build: Remove Autotools-based build system by hebasto · Pull Request #30664 · bitcoin/bitcoin · GitHub 04:38 < fanquake> Removing all those entries was not necessarily related to removing autotools, but a number of them were autotools specific 04:39 < sipa> heh, interesting 04:40 < sipa> i recall several PRs were people wanted to add their editor/ide specific files to the ignore list, which were always rejected 04:40 < vasild> yeah, not a big deal, I am ok either way (having it in .gitignore in the repo as before, or not). Just mentioned the alternative to ignore them without touching the repo, in case other people suddenly start seeing untracked .swp files in `git status` 04:41 < vasild> (like me) 04:44 < sipa> *.swp was apparently added in 2011: #291 04:44 <@gribble> https://github.com/bitcoin/bitcoin/issues/291 | Add common temp files to .gitignore. by jrmithdobbs · Pull Request #291 · bitcoin/bitcoin · GitHub 04:44 < fanquake> i wonder if that predates git & it's core.excludesfile option 04:45 < hebasto> ^^ the description is amazing :) 04:50 -!- SpellChecker_ [~SpellChec@user/SpellChecker] has joined #bitcoin-core-dev 04:50 -!- SpellChecker [~SpellChec@user/SpellChecker] has quit [Ping timeout: 260 seconds] 05:56 -!- jonatack [~jonatack@user/jonatack] has quit [Ping timeout: 252 seconds] 05:56 -!- Guest57 [~Guest57@2a02:1807:3700:3300:f0d5:5815:d262:328] has joined #bitcoin-core-dev 05:57 -!- jonatack [~jonatack@user/jonatack] has joined #bitcoin-core-dev 06:00 -!- Guest57 [~Guest57@2a02:1807:3700:3300:f0d5:5815:d262:328] has left #bitcoin-core-dev [] 06:05 -!- benwestgate [~BenWestga@2603:8080:7401:18ac:bb0c:b69c:efc3:55b6] has joined #bitcoin-core-dev 06:08 < bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/0e5cd608da5d...bbf95c0cc571 06:08 < bitcoin-git> bitcoin/master e07a3ed Hennadii Stepanov: ci: Add missed configuration options to "Win64 native" job 06:08 < bitcoin-git> bitcoin/master c07fdd6 Hennadii Stepanov: fuzz: Don't compile BDB-specific code on MSVC in `wallet_bdb_parser.cpp` 06:08 < bitcoin-git> bitcoin/master ee22bf5 Hennadii Stepanov: doc: Update and amend MSVC build guide 06:08 < bitcoin-git> [bitcoin] fanquake merged pull request #30755: ci: Add missed configuration options to "Win64 native" job (master...240829-ci-win) https://github.com/bitcoin/bitcoin/pull/30755 06:40 -!- jirijakes [~jirijakes@118.150.148.23] has quit [Ping timeout: 246 seconds] 06:49 -!- jleost [~jleost@152.248.97.244] has quit [Ping timeout: 255 seconds] 06:53 -!- SpellChecker_ [~SpellChec@user/SpellChecker] has quit [Ping timeout: 260 seconds] 06:53 -!- SpellChecker [~SpellChec@user/SpellChecker] has joined #bitcoin-core-dev 06:56 -!- kevkevin [~kevkevin@2601:243:197e:8f10:a57d:e69:d158:3eb8] has joined #bitcoin-core-dev 06:58 < bitcoin-git> [bitcoin] maflcko opened pull request #30834: test: Work around boost compilation error (master...2409-test-boost-fix) https://github.com/bitcoin/bitcoin/pull/30834 07:03 -!- Guyver2 [~Guyver@77-174-98-73.fixed.kpn.net] has joined #bitcoin-core-dev 07:25 -!- anrichp [~anrichp@2a02:8012:2090:0:ea5e:375c:954f:2979] has joined #bitcoin-core-dev 08:05 < bitcoin-git> [bitcoin] hebasto opened pull request #30835: build: Introduce "Kernel" installation component (master...240906-kernel) https://github.com/bitcoin/bitcoin/pull/30835 08:15 < bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/bbf95c0cc571...a5fa90706add 08:15 < bitcoin-git> bitcoin/master fa3ecdf MarcoFalke: Revert "build: work around issue with Boost = 18" 08:15 < bitcoin-git> bitcoin/master fa9d7d5 MarcoFalke: test: Work around boost compilation error 08:15 < bitcoin-git> bitcoin/master a5fa907 merge-script: Merge bitcoin/bitcoin#30834: test: Work around boost compilation error 08:15 < bitcoin-git> [bitcoin] fanquake merged pull request #30834: test: Work around boost compilation error (master...2409-test-boost-fix) https://github.com/bitcoin/bitcoin/pull/30834 08:19 -!- SpellChecker [~SpellChec@user/SpellChecker] has quit [Quit: bye] 08:20 -!- zeropoint [~alex@45-28-139-114.lightspeed.sntcca.sbcglobal.net] has joined #bitcoin-core-dev 08:21 -!- SpellChecker [~SpellChec@user/SpellChecker] has joined #bitcoin-core-dev 08:41 -!- bugs_ [~bugs@user/bugs/x-5128603] has joined #bitcoin-core-dev 09:38 -!- SpellChecker [~SpellChec@user/SpellChecker] has quit [Quit: bye] 09:46 -!- SpellChecker [~SpellChec@user/SpellChecker] has joined #bitcoin-core-dev 10:04 -!- nanotube [~nanotube@user/nanotube] has quit [Ping timeout: 245 seconds] 10:10 -!- Guyver2 [~Guyver@77-174-98-73.fixed.kpn.net] has left #bitcoin-core-dev [Closing Window] 10:14 -!- jleost [~jleost@152.248.97.244] has joined #bitcoin-core-dev 10:26 -!- SpellChecker [~SpellChec@user/SpellChecker] has quit [Remote host closed the connection] 10:27 -!- SpellChecker [~SpellChec@user/SpellChecker] has joined #bitcoin-core-dev 10:41 -!- Guest53 [~Guest53@2a09:bac2:aba3:1973::289:5d] has joined #bitcoin-core-dev 10:41 -!- jonatack [~jonatack@user/jonatack] has quit [Ping timeout: 252 seconds] 10:43 -!- Guest53 [~Guest53@2a09:bac2:aba3:1973::289:5d] has quit [Client Quit] 10:45 -!- mcey [~emcy@85.255.235.215] has joined #bitcoin-core-dev 10:47 -!- mcey_ [~emcy@85.255.237.52] has quit [Ping timeout: 252 seconds] 10:52 -!- jonatack [~jonatack@user/jonatack] has joined #bitcoin-core-dev 11:34 -!- anrichp [~anrichp@2a02:8012:2090:0:ea5e:375c:954f:2979] has quit [Ping timeout: 272 seconds] 11:46 < bitcoin-git> [bitcoin] ariard opened pull request #30837: Add NODE_TXRELAY_V2. (master...2024-node-txrelay-v2) https://github.com/bitcoin/bitcoin/pull/30837 11:54 -!- rkrux [~rkrux@223.190.86.111] has joined #bitcoin-core-dev 12:00 -!- rkrux [~rkrux@223.190.86.111] has quit [Quit: Client closed] 12:12 -!- jleost [~jleost@152.248.97.244] has quit [Remote host closed the connection] 13:12 -!- abubakarsadiq [uid602234@id-602234.hampstead.irccloud.com] has quit [Quit: Connection closed for inactivity] 13:13 < bitcoin-git> [gui-qml] hebasto pushed 2 commits to main: https://github.com/bitcoin-core/gui-qml/compare/48bc2c85b56c...b979bdc88834 13:13 < bitcoin-git> gui-qml/main 2b61d22 johnny9: qml: Put BlockClock into an Error state if init fails 13:13 < bitcoin-git> gui-qml/main b979bdc Hennadii Stepanov: Merge bitcoin-core/gui-qml#383: Put BlockClock into an error state if node... 13:13 < bitcoin-git> [gui-qml] hebasto merged pull request #383: Put BlockClock into an error state if node init fails (main...node-error-state) https://github.com/bitcoin-core/gui-qml/pull/383 13:21 -!- abubakarsadiq [uid602234@id-602234.hampstead.irccloud.com] has joined #bitcoin-core-dev 13:23 < bitcoin-git> [bitcoin] hebasto opened pull request #30838: build: Use CMake's default permissions in macOS `deploy` target (master...240906-permissions) https://github.com/bitcoin/bitcoin/pull/30838 13:28 -!- Talkless [~Talkless@mail.dargis.net] has joined #bitcoin-core-dev 14:07 -!- flag [~flag@81.56.89.175] has quit [Ping timeout: 264 seconds] 14:09 -!- flag [~flag@81.56.89.175] has joined #bitcoin-core-dev 14:11 -!- kevkevin [~kevkevin@2601:243:197e:8f10:a57d:e69:d158:3eb8] has quit [Remote host closed the connection] 15:07 -!- bugs_ [~bugs@user/bugs/x-5128603] has quit [Quit: Leaving] 15:12 -!- jirijakes [~jirijakes@118.150.148.23] has joined #bitcoin-core-dev 15:22 -!- Talkless [~Talkless@mail.dargis.net] has quit [Remote host closed the connection] 16:34 -!- Guest76 [~Guest76@c-73-177-38-135.hsd1.la.comcast.net] has joined #bitcoin-core-dev 16:45 -!- Guest76 [~Guest76@c-73-177-38-135.hsd1.la.comcast.net] has quit [Ping timeout: 256 seconds] 17:08 -!- flooded [flooded@gateway/vpn/protonvpn/flood/x-43489060] has quit [Remote host closed the connection] 17:09 -!- flooded [flooded@gateway/vpn/protonvpn/flood/x-43489060] has joined #bitcoin-core-dev 17:11 -!- kevkevin [~kevkevin@209-242-39-30.rev.dls.net] has joined #bitcoin-core-dev 17:12 -!- abubakarsadiq [uid602234@id-602234.hampstead.irccloud.com] has quit [Quit: Connection closed for inactivity] 17:17 -!- flooded [flooded@gateway/vpn/protonvpn/flood/x-43489060] has quit [Remote host closed the connection] 17:18 -!- flooded [flooded@gateway/vpn/protonvpn/flood/x-43489060] has joined #bitcoin-core-dev 17:18 -!- kevkevin [~kevkevin@209-242-39-30.rev.dls.net] has quit [Ping timeout: 260 seconds] 17:32 -!- zeropoint [~alex@45-28-139-114.lightspeed.sntcca.sbcglobal.net] has quit [Quit: leaving] 17:37 -!- flooded [flooded@gateway/vpn/protonvpn/flood/x-43489060] has quit [Remote host closed the connection] 17:38 -!- flooded [flooded@gateway/vpn/protonvpn/flood/x-43489060] has joined #bitcoin-core-dev 17:40 -!- kevkevin [~kevkevin@209-242-39-30.rev.dls.net] has joined #bitcoin-core-dev 18:19 -!- mudsip [~mudsip@user/mudsip] has joined #bitcoin-core-dev 18:21 -!- mudsip [~mudsip@user/mudsip] has quit [Client Quit] 18:44 -!- PatBoy [xyz@cryption.cn] has quit [Ping timeout: 276 seconds] 18:44 -!- PatBoy [xyz@cryption.cn] has joined #bitcoin-core-dev 19:00 -!- twistedline [~bitcoin@185.193.125.44] has quit [] 19:01 -!- twistedline [~bitcoin@185.193.125.44] has joined #bitcoin-core-dev 19:08 -!- Guest10 [~Guest10@2607:ff68:6:e:53::1] has joined #bitcoin-core-dev 19:11 -!- Guest10 [~Guest10@2607:ff68:6:e:53::1] has quit [Client Quit] 20:07 -!- adil [~Thunderbi@112.134.211.19] has joined #bitcoin-core-dev 20:20 -!- adil [~Thunderbi@112.134.211.19] has quit [Ping timeout: 252 seconds] 20:36 -!- adil [~Thunderbi@112.134.211.19] has joined #bitcoin-core-dev 20:47 -!- vasild [~vd@user/vasild] has quit [Remote host closed the connection] 20:47 -!- vasild [~vd@user/vasild] has joined #bitcoin-core-dev 21:01 -!- cmirror [~cmirror@4.53.92.114] has quit [Remote host closed the connection] 21:01 -!- cmirror [~cmirror@4.53.92.114] has joined #bitcoin-core-dev 21:08 -!- adil [~Thunderbi@112.134.211.19] has quit [Quit: adil] 21:22 -!- adil [~Thunderbi@112.134.211.19] has joined #bitcoin-core-dev 21:32 -!- ryanofsky [russ@jumpy.yanofsky.org] has quit [Quit: ZNC 1.7.5 - https://znc.in] 21:34 < bitcoin-git> [bitcoin] Monzurrz opened pull request #30839: Create Satoshi diagnostics (master...patch-2) https://github.com/bitcoin/bitcoin/pull/30839 21:35 < bitcoin-git> [bitcoin] Monzurrz closed pull request #30839: Create Satoshi diagnostics (master...patch-2) https://github.com/bitcoin/bitcoin/pull/30839 21:35 -!- ryanofsky [russ@jumpy.yanofsky.org] has joined #bitcoin-core-dev 22:01 -!- mcey [~emcy@85.255.235.215] has quit [Remote host closed the connection] 22:01 -!- mcey [~emcy@85.255.235.215] has joined #bitcoin-core-dev 22:22 -!- adil [~Thunderbi@112.134.211.19] has quit [Quit: adil] 22:57 -!- S3RK_ [~S3RK@user/s3rk] has joined #bitcoin-core-dev 23:01 -!- S3RK [~S3RK@user/s3rk] has quit [Ping timeout: 276 seconds] 23:52 < bitcoin-git> [bitcoincore.org] MMONSTER124 opened pull request #1062: Create devcontainer.json (master...patch-1) https://github.com/bitcoin-core/bitcoincore.org/pull/1062 --- Log closed Sat Sep 07 00:00:45 2024