--- Log opened Wed May 05 00:00:46 2021 00:04 -!- OP_NOP [OP_NOP@gateway/vpn/privateinternetaccess/opnop/x-41418994] has joined #bitcoin-core-dev 00:09 -!- awesome_doge [~Thunderbi@36-226-65-123.dynamic-ip.hinet.net] has quit [Ping timeout: 260 seconds] 00:15 < jnewbery> sipa: sure. I'll take a look! 00:17 < aj> jnewbery: is see #21789 is proposed which conflicts with both #18685 and #19438; we going to try to get the latter two in first? 00:17 < gribble> https://github.com/bitcoin/bitcoin/issues/18685 | consensus: Simplify ConnectTrace by jnewbery · Pull Request #18685 · bitcoin/bitcoin · GitHub 00:17 < gribble> https://github.com/bitcoin/bitcoin/issues/21789 | refactor: Remove ::Params() global from CChainState by MarcoFalke · Pull Request #21789 · bitcoin/bitcoin · GitHub 00:17 < gribble> https://github.com/bitcoin/bitcoin/issues/19438 | Introduce deploymentstatus by ajtowns · Pull Request #19438 · bitcoin/bitcoin · GitHub 00:18 < aj> gribble has a weird sorting order 00:21 < jnewbery> 18685 isn't holding anything up and doesn't have any ACKs on the current branch, so I'm fine to rebase it 00:21 < jnewbery> I would like to see your 19438 merged though 00:21 -!- awesome_doge [~Thunderbi@36-226-65-123.dynamic-ip.hinet.net] has joined #bitcoin-core-dev 00:22 < jnewbery> (I still don't think you need a class for VersionBitsCache though: https://github.com/bitcoin/bitcoin/pull/19438#pullrequestreview-644568911) 00:22 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 00:22 < bitcoin-git> [bitcoin] MarcoFalke opened pull request #21862: test: Set regtest.BIP65Height = 112 to speed up tests (master...2105-testFasterBip65) https://github.com/bitcoin/bitcoin/pull/21862 00:22 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 00:23 -!- pox [~pox@gateway/tor-sasl/pox] has joined #bitcoin-core-dev 00:26 -!- awesome_doge [~Thunderbi@36-226-65-123.dynamic-ip.hinet.net] has quit [Ping timeout: 252 seconds] 00:38 < aj> jnewbery: a class keeps the lock and locked data structure together so EXC_LOCKS_REQ(!mutex) works and doesn't need to be downgraded to LOCKS_EXCLUDED(mutex), but *shrug* 00:41 -!- pox [~pox@gateway/tor-sasl/pox] has quit [Ping timeout: 240 seconds] 00:49 -!- awesome_doge [~Thunderbi@36-226-65-123.dynamic-ip.hinet.net] has joined #bitcoin-core-dev 00:52 < jnewbery> is the difference between EXC_LOCKS_REQ(!mutex) and LOCKS_EXCLUDED(mutex) documented somewhere? 00:53 -!- lkqwejhhgasdjhgn [~kljkljklk@p200300d46f06bf00a8a7c145d44f60c4.dip0.t-ipconnect.de] has joined #bitcoin-core-dev 00:54 -!- awesome_doge [~Thunderbi@36-226-65-123.dynamic-ip.hinet.net] has quit [Ping timeout: 252 seconds] 00:58 -!- mol [~mol@unaffiliated/molly] has quit [Ping timeout: 265 seconds] 00:59 -!- sipsorcery [~sipsorcer@2a02:8084:6981:7880::3] has quit [Ping timeout: 260 seconds] 01:03 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 01:03 < bitcoin-git> [gui] jarolrod opened pull request #317: Direction col peers (master...direction-col-peers) https://github.com/bitcoin-core/gui/pull/317 01:03 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 01:04 < aj> jnewbery: REQ(!x) fails unless the compiler is sure x is not held, EXLCUDED(x) only fails if the compiler is sure x is held; but what the compiler is sure about is a bit weird 01:10 -!- zpao [~zpao@185.163.110.100] has quit [Remote host closed the connection] 01:12 -!- jungly [~jungly@host-79-35-187-51.retail.telecomitalia.it] has quit [Ping timeout: 240 seconds] 01:19 -!- smctwo [~smctwo@87.200.180.239] has joined #bitcoin-core-dev 01:23 -!- smctwo [~smctwo@87.200.180.239] has quit [Ping timeout: 246 seconds] 01:26 -!- smctwo [~smctwo@87.200.180.239] has joined #bitcoin-core-dev 01:26 -!- jungly [~jungly@host-79-35-187-51.retail.telecomitalia.it] has joined #bitcoin-core-dev 01:26 -!- ogelbukh [~ogelbukh@185.163.110.100] has joined #bitcoin-core-dev 01:28 -!- mol [~mol@unaffiliated/molly] has joined #bitcoin-core-dev 01:29 -!- OP_NOP [OP_NOP@gateway/vpn/privateinternetaccess/opnop/x-41418994] has quit [Ping timeout: 240 seconds] 01:31 -!- pox [~pox@gateway/tor-sasl/pox] has joined #bitcoin-core-dev 01:34 -!- undvrainbowvita8 [~egp_@128-71-13-3.broadband.corbina.ru] has quit [Read error: Connection reset by peer] 01:35 -!- p0x [~pox@gateway/tor-sasl/pox] has joined #bitcoin-core-dev 01:37 -!- pox [~pox@gateway/tor-sasl/pox] has quit [Ping timeout: 240 seconds] 01:39 -!- sipsorcery [~sipsorcer@2a02:8084:6981:7880::3] has joined #bitcoin-core-dev 01:43 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 01:43 < bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/779aaa7f03b2...00a9b0647ee3 01:43 < bitcoin-git> bitcoin/master c90f6e5 Carl Dong: guix: Consistently use gcc-8 for $HOST 01:43 < bitcoin-git> bitcoin/master 00a9b06 W. J. van der Laan: Merge bitcoin/bitcoin#21799: guix: Use `gcc-8` across the board 01:43 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 01:43 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 01:43 < bitcoin-git> [bitcoin] laanwj merged pull request #21799: guix: Use `gcc-8` across the board (master...2021-04-guix-gcc-memcmp) https://github.com/bitcoin/bitcoin/pull/21799 01:43 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 01:49 -!- smctwo [~smctwo@87.200.180.239] has quit [] 02:01 -!- mol_ [~mol@unaffiliated/molly] has joined #bitcoin-core-dev 02:03 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 02:03 < bitcoin-git> [gui] jarolrod opened pull request #318: Add `Copy address` Peers Tab Context Menu Action (master...copy-addr-peer) https://github.com/bitcoin-core/gui/pull/318 02:03 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 02:04 -!- mol [~mol@unaffiliated/molly] has quit [Ping timeout: 240 seconds] 02:23 -!- braydonf_ [~braydon@gateway/tor-sasl/braydonf] has quit [Ping timeout: 240 seconds] 02:24 -!- braydonf_ [~braydon@gateway/tor-sasl/braydonf] has joined #bitcoin-core-dev 02:44 -!- p0x [~pox@gateway/tor-sasl/pox] has quit [Quit: p0x] 03:05 -!- vincenzopalazzo [~vincenzop@host-79-37-17-61.retail.telecomitalia.it] has joined #bitcoin-core-dev 03:17 -!- GarouDan [~GarouDan@191.242.119.219.fibra.plimtelecom.com.br] has joined #bitcoin-core-dev 03:21 -!- GarouDan [~GarouDan@191.242.119.219.fibra.plimtelecom.com.br] has quit [Ping timeout: 260 seconds] 03:23 -!- braydonf_ [~braydon@gateway/tor-sasl/braydonf] has quit [Ping timeout: 240 seconds] 03:24 -!- braydonf_ [~braydon@gateway/tor-sasl/braydonf] has joined #bitcoin-core-dev 03:26 -!- biteskola [~biteskola@170.76.76.188.dynamic.jazztel.es] has joined #bitcoin-core-dev 03:29 -!- pox [~pox@gateway/tor-sasl/pox] has joined #bitcoin-core-dev 03:43 -!- biteskola [~biteskola@170.76.76.188.dynamic.jazztel.es] has quit [Ping timeout: 240 seconds] 03:53 -!- infernix [~nix@unaffiliated/infernix] has quit [Ping timeout: 248 seconds] 03:56 -!- jeremyrubin [~jr@024-176-247-182.res.spectrum.com] has quit [Ping timeout: 268 seconds] 03:56 -!- jeremyrubin [~jr@024-176-247-182.res.spectrum.com] has joined #bitcoin-core-dev 03:56 -!- biteskola [~biteskola@170.76.76.188.dynamic.jazztel.es] has joined #bitcoin-core-dev 03:59 -!- infernix [nix@unaffiliated/infernix] has joined #bitcoin-core-dev 04:13 -!- pox [~pox@gateway/tor-sasl/pox] has quit [Quit: pox] 04:15 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 04:15 < bitcoin-git> [bitcoin] jonatack closed pull request #21855: fuzz: enable passing a max value to FuzzedDataProvider::ConsumeEnum() (master...ConsumeEnum-enable-passing-max-value) https://github.com/bitcoin/bitcoin/pull/21855 04:15 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 04:20 -!- pox [~pox@gateway/tor-sasl/pox] has joined #bitcoin-core-dev 04:21 -!- jeremyrubin [~jr@024-176-247-182.res.spectrum.com] has quit [Read error: Connection reset by peer] 04:23 -!- jeremyrubin [~jr@024-176-247-182.res.spectrum.com] has joined #bitcoin-core-dev 04:24 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 04:24 < bitcoin-git> [bitcoin] laanwj pushed 12 commits to master: https://github.com/bitcoin/bitcoin/compare/00a9b0647ee3...b7c2625703f4 04:24 < bitcoin-git> bitcoin/master 465967b fanquake: gitian: install LIEF in gitian container 04:24 < bitcoin-git> bitcoin/master 2e7a9f7 fanquake: guix: install LIEF in Guix container 04:24 < bitcoin-git> bitcoin/master 7e7eae7 fanquake: contrib: use f strings in security-check.py 04:24 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 04:24 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 04:24 < bitcoin-git> [bitcoin] laanwj merged pull request #21664: contrib: use LIEF for macOS and Windows symbol & security checks (master...macos_win_lief) https://github.com/bitcoin/bitcoin/pull/21664 04:24 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 04:29 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 04:29 < bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b7c2625703f4...cdcf82622d49 04:29 < bitcoin-git> bitcoin/master a549188 fanquake: build: fix configuring when building depends with NO_BDB=1 04:29 < bitcoin-git> bitcoin/master cdcf826 W. J. van der Laan: Merge bitcoin/bitcoin#21629: build: fix configuring when building depends ... 04:29 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 04:29 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 04:29 < bitcoin-git> [bitcoin] laanwj merged pull request #21629: build: fix configuring when building depends with NO_BDB=1 (master...fixup_depends_sqlite_only_build) https://github.com/bitcoin/bitcoin/pull/21629 04:29 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 04:39 -!- Guyver2_ [Guyver@guyver2.xs4all.nl] has joined #bitcoin-core-dev 04:42 -!- Guyver2 [Guyver@guyver2.xs4all.nl] has quit [Ping timeout: 260 seconds] 04:43 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 04:43 < bitcoin-git> [gui] kristapsk opened pull request #319: gui: Paste button in Open URI dialog (master...uri-paste) https://github.com/bitcoin-core/gui/pull/319 04:43 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 04:46 -!- Guyver2_ is now known as Guyver2 05:04 -!- p0x [~pox@gateway/tor-sasl/pox] has joined #bitcoin-core-dev 05:05 -!- pox [~pox@gateway/tor-sasl/pox] has quit [Ping timeout: 240 seconds] 05:10 -!- mips [~mips@gateway/tor-sasl/mips] has quit [Quit: Leaving] 05:19 -!- ghost43_ [~daer@gateway/tor-sasl/daer] has joined #bitcoin-core-dev 05:20 -!- ghost43 [~daer@gateway/tor-sasl/daer] has quit [Ping timeout: 240 seconds] 05:25 -!- ogelbukh [~ogelbukh@185.163.110.100] has quit [Remote host closed the connection] 05:32 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 05:32 < bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/cdcf82622d49...df21e500d6bc 05:32 < bitcoin-git> bitcoin/master fa872c9 Carl Dong: depends: Fix id_string invocations 05:32 < bitcoin-git> bitcoin/master df21e50 W. J. van der Laan: Merge bitcoin/bitcoin#21427: depends: Fix id_string invocations 05:32 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 05:33 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 05:33 < bitcoin-git> [bitcoin] laanwj merged pull request #21427: depends: Fix id_string invocations (master...2021-03-fix-build_id_construction) https://github.com/bitcoin/bitcoin/pull/21427 05:33 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 05:33 < jnewbery> sipa: thanks for the opportunity to dive deeper into c++ copy/move elision rules (: 05:54 -!- p0x [~pox@gateway/tor-sasl/pox] has quit [Quit: p0x] 06:03 -!- mol [~mol@unaffiliated/molly] has joined #bitcoin-core-dev 06:07 -!- mol_ [~mol@unaffiliated/molly] has quit [Ping timeout: 260 seconds] 06:08 -!- braydonf_ [~braydon@gateway/tor-sasl/braydonf] has quit [Ping timeout: 240 seconds] 06:09 -!- braydonf_ [~braydon@gateway/tor-sasl/braydonf] has joined #bitcoin-core-dev 06:33 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 06:33 < bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/df21e500d6bc...fb43d7cb1e60 06:33 < bitcoin-git> bitcoin/master f09e6b2 Jon Atack: test: fix off-by-ones in rpc_fundrawtransaction 06:33 < bitcoin-git> bitcoin/master fb43d7c W. J. van der Laan: Merge bitcoin/bitcoin#21787: test: fix off-by-ones in rpc_fundrawtransacti... 06:33 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 06:33 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 06:33 < bitcoin-git> [bitcoin] laanwj merged pull request #21787: test: fix off-by-ones in rpc_fundrawtransaction assertions (master...fix-fundrawtxn-assertions) https://github.com/bitcoin/bitcoin/pull/21787 06:33 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 06:37 -!- vincenzopalazzo [~vincenzop@host-79-37-17-61.retail.telecomitalia.it] has quit [Read error: Connection reset by peer] 06:38 -!- vincenzopalazzo [~vincenzop@host-79-37-17-61.retail.telecomitalia.it] has joined #bitcoin-core-dev 06:38 -!- vincenzopalazzo [~vincenzop@host-79-37-17-61.retail.telecomitalia.it] has quit [Remote host closed the connection] 06:47 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 06:47 < bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/fb43d7cb1e60...75b3a32f033b 06:47 < bitcoin-git> bitcoin/master fa80a11 MarcoFalke: test: Add missing test for empty P2WSH redeem 06:47 < bitcoin-git> bitcoin/master 75b3a32 W. J. van der Laan: Merge bitcoin/bitcoin#21821: test: Add missing test for empty P2WSH redeem... 06:48 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 06:48 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 06:48 < bitcoin-git> [bitcoin] laanwj merged pull request #21821: test: Add missing test for empty P2WSH redeem (master...2105-testP2WSHemptyRedeem) https://github.com/bitcoin/bitcoin/pull/21821 06:48 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 06:52 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 06:52 < bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/75b3a32f033b...23109cc5485b 06:52 < bitcoin-git> bitcoin/master 65f30e4 Jon Atack: doc: add -addrinfo troubleshooting section to tor.md 06:52 < bitcoin-git> bitcoin/master 23109cc W. J. van der Laan: Merge bitcoin/bitcoin#21753: doc: add -addrinfo to tor docs 06:52 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 06:52 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 06:52 < bitcoin-git> [bitcoin] laanwj merged pull request #21753: doc: add -addrinfo to tor docs (master...tor-doc-addrinfo) https://github.com/bitcoin/bitcoin/pull/21753 06:52 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 07:03 -!- GarouDan [~GarouDan@191.242.119.219.fibra.plimtelecom.com.br] has joined #bitcoin-core-dev 07:03 -!- GarouDan [~GarouDan@191.242.119.219.fibra.plimtelecom.com.br] has quit [Remote host closed the connection] 07:03 -!- GarouDan [~GarouDan@191.242.119.219.fibra.plimtelecom.com.br] has joined #bitcoin-core-dev 07:03 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 07:03 < bitcoin-git> [bitcoin] laanwj pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/23109cc5485b...3275c6e578b4 07:03 < bitcoin-git> bitcoin/master fa81c30 MarcoFalke: refactor: Move pruning/reindex/importing globals to blockstorage 07:03 < bitcoin-git> bitcoin/master fa247a3 MarcoFalke: refactor: Move block storage globals to blockstorage 07:03 < bitcoin-git> bitcoin/master fa7e64d MarcoFalke: move-only: Move constants to blockstorage 07:03 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 07:03 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 07:03 < bitcoin-git> [bitcoin] laanwj merged pull request #21727: refactor: Move more stuff to blockstorage (master...2104-blockstorage) https://github.com/bitcoin/bitcoin/pull/21727 07:03 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 07:09 < wumpus> fanquake: thanks for making the release 0.21.1 on github https://github.com/bitcoin/bitcoin/releases/tag/v0.21.1, i forgot 07:11 -!- mol_ [~mol@unaffiliated/molly] has joined #bitcoin-core-dev 07:11 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 07:11 < bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/3275c6e578b4...54617fad9988 07:11 < bitcoin-git> bitcoin/master 9268270 Jon Atack: doc: update reduce-memory.md peer connections info 07:11 < bitcoin-git> bitcoin/master 300234a Jon Atack: doc: update bitcoin.conf maxconnections info 07:11 < bitcoin-git> bitcoin/master 54617fa W. J. van der Laan: Merge bitcoin/bitcoin#21709: doc: update reduce-memory.md and bitcoin.conf... 07:11 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 07:12 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 07:12 < bitcoin-git> [bitcoin] laanwj merged pull request #21709: doc: update reduce-memory.md and bitcoin.conf -maxconnections info (master...update-reduce-memory-doc) https://github.com/bitcoin/bitcoin/pull/21709 07:12 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 07:14 -!- mol [~mol@unaffiliated/molly] has quit [Ping timeout: 240 seconds] 07:19 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 07:19 < bitcoin-git> [bitcoin] laanwj pushed 1 commit to 0.21: https://github.com/bitcoin/bitcoin/compare/bbd89d23b3d0...8584a4460d52 07:19 < bitcoin-git> bitcoin/0.21 8584a44 W. J. van der Laan: doc: Archive and clean out release notes post-0.21.1 07:19 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 07:21 -!- mol [~mol@unaffiliated/molly] has joined #bitcoin-core-dev 07:23 < wumpus> ^ ready for 0.21.1.1 when the windows code signing signature comes in 07:24 -!- mol_ [~mol@unaffiliated/molly] has quit [Ping timeout: 246 seconds] 07:33 -!- braydonf_ [~braydon@gateway/tor-sasl/braydonf] has quit [Ping timeout: 240 seconds] 07:34 -!- mterwoord [~mterwoord@185.163.110.100] has joined #bitcoin-core-dev 07:34 -!- braydonf_ [~braydon@gateway/tor-sasl/braydonf] has joined #bitcoin-core-dev 07:36 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 07:36 < bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/54617fad9988...576300afb0ec 07:36 < bitcoin-git> bitcoin/master 47c3ea0 Adam Jonas: doc: add OSS-Fuzz section to fuzzing.md doc 07:36 < bitcoin-git> bitcoin/master 576300a MarcoFalke: Merge bitcoin/bitcoin#21856: doc: add OSS-Fuzz section to fuzzing.md doc 07:36 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 07:36 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 07:36 < bitcoin-git> [bitcoin] MarcoFalke merged pull request #21856: doc: add OSS-Fuzz section to fuzzing.md doc (master...add-oss-fuzz) https://github.com/bitcoin/bitcoin/pull/21856 07:36 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 07:37 -!- mol [~mol@unaffiliated/molly] has quit [Ping timeout: 268 seconds] 07:45 -!- undvrainbowvita8 [~egp_@128-71-13-3.broadband.corbina.ru] has joined #bitcoin-core-dev 07:48 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 07:48 < bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/576300afb0ec...a0f46028fcd2 07:48 < bitcoin-git> bitcoin/master fab1eb6 MarcoFalke: test: Fix feature_config_args.py intermittent issue 07:48 < bitcoin-git> bitcoin/master a0f4602 MarcoFalke: Merge bitcoin/bitcoin#21814: test: Fix feature_config_args.py intermittent... 07:48 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 07:48 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 07:48 < bitcoin-git> [bitcoin] MarcoFalke merged pull request #21814: test: Fix feature_config_args.py intermittent issue (master...2104-testInt3) https://github.com/bitcoin/bitcoin/pull/21814 07:49 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 07:55 -!- pox [~pox@gateway/tor-sasl/pox] has joined #bitcoin-core-dev 07:58 < MarcoFalke> All known intermittent issues with known fixes are fixed now. If you see more popping up, please do report them. ( cc ajonas ) 07:58 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 07:58 < bitcoin-git> [bitcoin] laanwj pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/a0f46028fcd2...b8b68014129e 07:58 < bitcoin-git> bitcoin/master 2896c6c Jon Atack: doc: update addnode rpc help 07:58 < bitcoin-git> bitcoin/master 79685a8 Jon Atack: doc: update -addnode config option help 07:58 < bitcoin-git> bitcoin/master b4fcbcf Jon Atack: doc: update -maxconnections config option help 07:58 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 07:59 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 07:59 < bitcoin-git> [bitcoin] laanwj merged pull request #21710: doc: update helps for addnode rpc and -addnode/-maxconnections config options (master...update-addnode-docs) https://github.com/bitcoin/bitcoin/pull/21710 07:59 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 08:17 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 08:17 < bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/b8b68014129e...1b9a5236e99f 08:17 < bitcoin-git> bitcoin/master 6f6bb3e windsok: test: fix file permissions on various scripts 08:17 < bitcoin-git> bitcoin/master 46b025e windsok: test: add new python linter to check file names and permissions 08:17 < bitcoin-git> bitcoin/master 1b9a523 W. J. van der Laan: Merge bitcoin/bitcoin#21740: test: add new python linter to check file nam... 08:17 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 08:18 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 08:18 < bitcoin-git> [bitcoin] laanwj merged pull request #21740: test: add new python linter to check file names and permissions (master...file-permissions-linter) https://github.com/bitcoin/bitcoin/pull/21740 08:18 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 08:19 -!- mol [~mol@unaffiliated/molly] has joined #bitcoin-core-dev 08:27 -!- EagleTM [~EagleTM@unaffiliated/eagletm] has quit [Ping timeout: 268 seconds] 08:28 -!- braydonf_ [~braydon@gateway/tor-sasl/braydonf] has quit [Ping timeout: 240 seconds] 08:29 -!- braydonf_ [~braydon@gateway/tor-sasl/braydonf] has joined #bitcoin-core-dev 08:41 -!- larryruane_ [uid473749@gateway/web/irccloud.com/x-gxpszulmtiluljqp] has joined #bitcoin-core-dev 08:43 -!- lightlike [~lightlike@p200300c7ef10d70059d72de08461ce6b.dip0.t-ipconnect.de] has joined #bitcoin-core-dev 08:46 -!- a66 [2a3c1ff5@bb42-60-31-245.singnet.com.sg] has joined #bitcoin-core-dev 08:46 -!- a66 [2a3c1ff5@bb42-60-31-245.singnet.com.sg] has quit [Client Quit] 08:57 -!- vincenzopalazzo [~vincenzop@host-79-37-17-61.retail.telecomitalia.it] has joined #bitcoin-core-dev 09:20 -!- proofofkeags [~proofofke@205.209.28.54] has joined #bitcoin-core-dev 09:23 -!- sipsorcery [~sipsorcer@2a02:8084:6981:7880::3] has quit [Ping timeout: 260 seconds] 09:26 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 09:26 < bitcoin-git> [bitcoin] MarcoFalke pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/1b9a5236e99f...32f1f021bf99 09:26 < bitcoin-git> bitcoin/master fabb6df Guido Vranken: script: Replace address-of idiom with vector data() method 09:26 < bitcoin-git> bitcoin/master fa05ddd MarcoFalke: refactor: Use CPubKey vector constructor where possible 09:26 < bitcoin-git> bitcoin/master face961 MarcoFalke: refactor: Use only one temporary buffer in CreateObfuscateKey 09:26 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 09:26 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 09:26 < bitcoin-git> [bitcoin] MarcoFalke merged pull request #21817: refactor: Replace &foo[0] with foo.data() (master...2104-refactorData) https://github.com/bitcoin/bitcoin/pull/21817 09:26 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 09:35 -!- andrewtoth [~andrewtot@gateway/tor-sasl/andrewtoth] has joined #bitcoin-core-dev 09:41 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 09:41 < bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/32f1f021bf99...128b98fce36d 09:41 < bitcoin-git> bitcoin/master 931684b James O'Beirne: validation: fix ActivateSnapshot to use hardcoded nChainTx 09:41 < bitcoin-git> bitcoin/master 91d93aa James O'Beirne: validation: remove nchaintx from assumeutxo metadata 09:41 < bitcoin-git> bitcoin/master 128b98f MarcoFalke: Merge bitcoin/bitcoin#21681: validation: fix ActivateSnapshot to use hardc... 09:41 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 09:42 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 09:42 < bitcoin-git> [bitcoin] MarcoFalke merged pull request #21681: validation: fix ActivateSnapshot to use hardcoded nChainTx (master...2021-04-au-nchaintx-fix) https://github.com/bitcoin/bitcoin/pull/21681 09:42 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 09:47 -!- braydonf_ [~braydon@gateway/tor-sasl/braydonf] has quit [Ping timeout: 240 seconds] 09:48 -!- Talkless [~Talkless@mail.dargis.net] has joined #bitcoin-core-dev 09:49 -!- braydonf_ [~braydon@gateway/tor-sasl/braydonf] has joined #bitcoin-core-dev 09:49 -!- sipsorcery [~sipsorcer@2a02:8084:6981:7880::3] has joined #bitcoin-core-dev 10:10 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Ping timeout: 240 seconds] 10:11 -!- mol_ [~mol@unaffiliated/molly] has joined #bitcoin-core-dev 10:13 -!- mol [~mol@unaffiliated/molly] has quit [Ping timeout: 240 seconds] 10:16 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #bitcoin-core-dev 10:17 -!- lukedashjr [~luke-jr@unaffiliated/luke-jr] has joined #bitcoin-core-dev 10:20 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Ping timeout: 252 seconds] 10:21 -!- lukedashjr [~luke-jr@unaffiliated/luke-jr] has quit [Ping timeout: 260 seconds] 10:25 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #bitcoin-core-dev 10:26 -!- suvi7854 [55fd60be@85.253.96.190.cable.starman.ee] has joined #bitcoin-core-dev 10:26 -!- lukedashjr [~luke-jr@unaffiliated/luke-jr] has joined #bitcoin-core-dev 10:26 -!- suvi7854 [55fd60be@85.253.96.190.cable.starman.ee] has quit [Client Quit] 10:29 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Ping timeout: 240 seconds] 10:31 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #bitcoin-core-dev 10:31 -!- lukedashjr [~luke-jr@unaffiliated/luke-jr] has quit [Ping timeout: 268 seconds] 10:34 -!- undvrainbowvita8 [~egp_@128-71-13-3.broadband.corbina.ru] has quit [Ping timeout: 246 seconds] 10:36 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Ping timeout: 260 seconds] 10:38 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 10:38 < bitcoin-git> [bitcoin] MarcoFalke opened pull request #21863: ci: Set depends DEBUG=1 for msan tasks to get line numbers (master...2105-ciMsanDebug) https://github.com/bitcoin/bitcoin/pull/21863 10:38 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 10:38 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #bitcoin-core-dev 10:40 -!- mutatrum [~quassel@2001:984:6da9:1:dafd:e84d:e06e:22a6] has quit [Remote host closed the connection] 10:41 -!- mutatrum [~quassel@2001:984:6da9:1:6566:e90a:80eb:155c] has joined #bitcoin-core-dev 10:43 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Ping timeout: 252 seconds] 10:45 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #bitcoin-core-dev 10:46 -!- lukedashjr [~luke-jr@unaffiliated/luke-jr] has joined #bitcoin-core-dev 10:50 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Ping timeout: 265 seconds] 10:51 -!- lukedashjr [~luke-jr@unaffiliated/luke-jr] has quit [Ping timeout: 252 seconds] 10:52 -!- sipsorcery [~sipsorcer@2a02:8084:6981:7880::3] has quit [Ping timeout: 246 seconds] 10:55 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #bitcoin-core-dev 10:59 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Ping timeout: 246 seconds] 11:00 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #bitcoin-core-dev 11:01 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 11:01 < bitcoin-git> [bitcoin] MarcoFalke closed pull request #21863: ci: Set depends DEBUG=1 for msan tasks to get line numbers (master...2105-ciMsanDebug) https://github.com/bitcoin/bitcoin/pull/21863 11:02 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 11:03 -!- lukedashjr [~luke-jr@unaffiliated/luke-jr] has joined #bitcoin-core-dev 11:04 -!- luke-jr- [~luke-jr@unaffiliated/luke-jr] has joined #bitcoin-core-dev 11:04 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Ping timeout: 240 seconds] 11:05 -!- Guyver2_ [Guyver@guyver2.xs4all.nl] has joined #bitcoin-core-dev 11:08 -!- lukedashjr [~luke-jr@unaffiliated/luke-jr] has quit [Ping timeout: 265 seconds] 11:08 -!- Guyver2 [Guyver@guyver2.xs4all.nl] has quit [Ping timeout: 265 seconds] 11:09 -!- luke-jr- [~luke-jr@unaffiliated/luke-jr] has quit [Ping timeout: 260 seconds] 11:13 -!- lukedashjr [~luke-jr@unaffiliated/luke-jr] has joined #bitcoin-core-dev 11:16 -!- luke-jr- [~luke-jr@unaffiliated/luke-jr] has joined #bitcoin-core-dev 11:17 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #bitcoin-core-dev 11:18 -!- lukedashjr [~luke-jr@unaffiliated/luke-jr] has quit [Ping timeout: 260 seconds] 11:19 -!- lukedashjr [~luke-jr@unaffiliated/luke-jr] has joined #bitcoin-core-dev 11:20 -!- luke-jr- [~luke-jr@unaffiliated/luke-jr] has quit [Ping timeout: 252 seconds] 11:22 -!- luke-jr- [~luke-jr@unaffiliated/luke-jr] has joined #bitcoin-core-dev 11:22 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Ping timeout: 260 seconds] 11:24 -!- lukedashjr [~luke-jr@unaffiliated/luke-jr] has quit [Ping timeout: 268 seconds] 11:26 -!- luke-jr- is now known as luke-jr 11:43 -!- undvrainbowvita8 [~egp_@128-71-13-3.broadband.corbina.ru] has joined #bitcoin-core-dev 11:53 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 11:53 < bitcoin-git> [bitcoin] glozow opened pull request #21864: fix permissions on 00_setup_env_native_fuzz_with_msan.sh (master...2021-05-lint) https://github.com/bitcoin/bitcoin/pull/21864 11:53 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 12:07 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 12:07 < bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/128b98fce36d...f8575bce3118 12:07 < bitcoin-git> bitcoin/master d48565d glozow: fix permissions on 00_setup_env_native_fuzz_with_msan 12:07 < bitcoin-git> bitcoin/master f8575bc MarcoFalke: Merge bitcoin/bitcoin#21864: fix permissions on 00_setup_env_native_fuzz_w... 12:07 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 12:07 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 12:07 < bitcoin-git> [bitcoin] MarcoFalke merged pull request #21864: fix permissions on 00_setup_env_native_fuzz_with_msan.sh (master...2021-05-lint) https://github.com/bitcoin/bitcoin/pull/21864 12:07 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 12:12 -!- jungly [~jungly@host-79-35-187-51.retail.telecomitalia.it] has quit [Ping timeout: 240 seconds] 12:14 -!- vincenzopalazzo [~vincenzop@host-79-37-17-61.retail.telecomitalia.it] has quit [Remote host closed the connection] 12:14 -!- duringo [c11b0cfd@193.27.12.253] has quit [Quit: Connection closed] 12:15 -!- EagleTM [~EagleTM@unaffiliated/eagletm] has joined #bitcoin-core-dev 12:19 -!- Talkless [~Talkless@mail.dargis.net] has quit [Quit: Konversation terminated!] 12:27 -!- p0x [~pox@gateway/tor-sasl/pox] has joined #bitcoin-core-dev 12:28 -!- braydonf_ [~braydon@gateway/tor-sasl/braydonf] has quit [Ping timeout: 240 seconds] 12:29 -!- braydonf_ [~braydon@gateway/tor-sasl/braydonf] has joined #bitcoin-core-dev 12:30 -!- pox [~pox@gateway/tor-sasl/pox] has quit [Ping timeout: 240 seconds] 12:37 -!- sipsorcery [~sipsorcer@2a02:8084:6981:7880::3] has joined #bitcoin-core-dev 12:38 -!- braydonf_ [~braydon@gateway/tor-sasl/braydonf] has quit [Ping timeout: 240 seconds] 12:39 -!- braydonf_ [~braydon@gateway/tor-sasl/braydonf] has joined #bitcoin-core-dev 12:47 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 12:47 < bitcoin-git> [bitcoin] MarcoFalke opened pull request #21865: ci: Properly pass msan cflags (master...2105-ciMsan) https://github.com/bitcoin/bitcoin/pull/21865 12:47 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 13:14 -!- Guyver2_ [Guyver@guyver2.xs4all.nl] has quit [Quit: Going offline, see ya! (www.adiirc.com)] 13:47 -!- GarouDan [~GarouDan@191.242.119.219.fibra.plimtelecom.com.br] has quit [Remote host closed the connection] 13:52 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 13:52 < bitcoin-git> [bitcoin] dongcarl opened pull request #21866: [Bundle 7/7] validation: Farewell, global Chainstate! (master...2020-10-libbitcoinruntime-v9) https://github.com/bitcoin/bitcoin/pull/21866 13:52 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 13:58 -!- soonrack [~soonrack@81.92.203.112] has joined #bitcoin-core-dev 14:03 -!- soonrack [~soonrack@81.92.203.112] has left #bitcoin-core-dev [] 14:13 -!- braydonf_ [~braydon@gateway/tor-sasl/braydonf] has quit [Ping timeout: 240 seconds] 14:14 -!- braydonf_ [~braydon@gateway/tor-sasl/braydonf] has joined #bitcoin-core-dev 14:14 -!- jeremyrubin [~jr@024-176-247-182.res.spectrum.com] has quit [Ping timeout: 246 seconds] 15:07 -!- ghost43_ [~daer@gateway/tor-sasl/daer] has quit [Quit: Leaving] 15:07 -!- ghost43 [~daer@gateway/tor-sasl/daer] has joined #bitcoin-core-dev 15:18 -!- GarouDan [~GarouDan@191.242.119.219.fibra.plimtelecom.com.br] has joined #bitcoin-core-dev 15:22 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #bitcoin-core-dev 15:35 -!- sipsorcery [~sipsorcer@2a02:8084:6981:7880::3] has quit [Ping timeout: 260 seconds] 15:41 -!- lightlike [~lightlike@p200300c7ef10d70059d72de08461ce6b.dip0.t-ipconnect.de] has quit [Quit: Leaving] 15:51 -!- p0x [~pox@gateway/tor-sasl/pox] has quit [Ping timeout: 240 seconds] 15:58 -!- rimuru [677deb1f@103.125.235.31] has joined #bitcoin-core-dev 16:00 -!- pox [~pox@gateway/tor-sasl/pox] has joined #bitcoin-core-dev 16:03 -!- braydonf_ [~braydon@gateway/tor-sasl/braydonf] has quit [Ping timeout: 240 seconds] 16:04 -!- duringo [c11b0cfd@193.27.12.253] has joined #bitcoin-core-dev 16:04 -!- mterwoord [~mterwoord@185.163.110.100] has quit [Remote host closed the connection] 16:06 -!- sipsorcery [~sipsorcer@2a02:8084:6981:7880::3] has joined #bitcoin-core-dev 16:06 -!- braydonf_ [~braydon@gateway/tor-sasl/braydonf] has joined #bitcoin-core-dev 16:11 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 16:11 -!- biteskola [~biteskola@170.76.76.188.dynamic.jazztel.es] has quit [Remote host closed the connection] 16:21 -!- dfkt [~dfkt@185.163.110.100] has joined #bitcoin-core-dev 16:36 -!- faketoshi [~quassel@192.252.212.36] has quit [Read error: Connection reset by peer] 16:36 -!- bcman [~quassel@192.252.212.36] has joined #bitcoin-core-dev 16:37 -!- DeanWeen [~dean@gateway/tor-sasl/deanguss] has joined #bitcoin-core-dev 16:38 -!- DeanGuss [~dean@gateway/tor-sasl/deanguss] has quit [Remote host closed the connection] 16:41 -!- davterra [~davterra@gateway/tor-sasl/tralfaz] has quit [Remote host closed the connection] 16:42 -!- davterra [~davterra@gateway/tor-sasl/tralfaz] has joined #bitcoin-core-dev 16:48 -!- sipsorcery [~sipsorcer@2a02:8084:6981:7880::3] has quit [Ping timeout: 260 seconds] 17:02 -!- belcher [~belcher@unaffiliated/belcher] has quit [Read error: Connection reset by peer] 17:03 -!- belcher [~belcher@unaffiliated/belcher] has joined #bitcoin-core-dev 17:13 -!- proofofkeags [~proofofke@205.209.28.54] has quit [Ping timeout: 246 seconds] 17:17 -!- ogo [~ogo@gateway/tor-sasl/ogo] has quit [Remote host closed the connection] 17:18 -!- Dev0n [~Dev0n@unaffiliated/dev0n] has quit [Quit: Dev0n] 17:21 -!- pox [~pox@gateway/tor-sasl/pox] has quit [Ping timeout: 240 seconds] 17:23 -!- braydonf_ [~braydon@gateway/tor-sasl/braydonf] has quit [Ping timeout: 240 seconds] 17:24 -!- braydonf_ [~braydon@gateway/tor-sasl/braydonf] has joined #bitcoin-core-dev 17:35 -!- Dev0n [~Dev0n@unaffiliated/dev0n] has joined #bitcoin-core-dev 17:49 -!- pox [~pox@gateway/tor-sasl/pox] has joined #bitcoin-core-dev 17:52 -!- faketoshi [~quassel@192.252.212.36] has joined #bitcoin-core-dev 17:52 -!- bcman [~quassel@192.252.212.36] has quit [Read error: Connection reset by peer] 17:53 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 17:53 < bitcoin-git> [bitcoin] theStack opened pull request #21867: test: use MiniWallet for p2p_blocksonly.py (master...20210505-test-convert_p2pblocksonly_miniwallet) https://github.com/bitcoin/bitcoin/pull/21867 17:53 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 18:07 -!- Eagle[TM] [~EagleTM@unaffiliated/eagletm] has joined #bitcoin-core-dev 18:09 -!- EagleTM [~EagleTM@unaffiliated/eagletm] has quit [Ping timeout: 268 seconds] 18:17 -!- ghost43_ [~daer@gateway/tor-sasl/daer] has joined #bitcoin-core-dev 18:17 -!- ghost43 [~daer@gateway/tor-sasl/daer] has quit [Ping timeout: 240 seconds] 18:18 -!- dfkt [~dfkt@185.163.110.100] has quit [Ping timeout: 246 seconds] 18:44 -!- winz_0760 [~winz@somebodyjust.farted.net] has joined #bitcoin-core-dev 18:45 -!- oozebrood [~oozebrood@bishop.xerrero.com] has joined #bitcoin-core-dev 18:52 -!- spinza [~spin@102.132.245.16] has quit [Quit: Coyote finally caught up with me...] 18:52 -!- Netsplit *.net <-> *.split quits: Processus42, valwal, Madars, instagibbs, ctrlbreak, oozebroo-, niftynei, kabaum, faketoshi, winz_076, (+1 more, use /NETSPLIT to show all of them) 18:54 -!- Netsplit over, joins: copumpkin, ctrlbreak, valwal, Madars, faketoshi, kabaum, niftynei, instagibbs, Processus42 19:01 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Ping timeout: 240 seconds] 19:02 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #bitcoin-core-dev 19:05 -!- othe1 [~othe@139.28.218.148] has joined #bitcoin-core-dev 19:06 -!- pox [~pox@gateway/tor-sasl/pox] has quit [Remote host closed the connection] 19:21 -!- valwal [~valwal@96.224.58.144] has quit [Ping timeout: 246 seconds] 19:21 -!- dongcarl [~dongcarl@unaffiliated/dongcarl] has quit [Ping timeout: 240 seconds] 19:25 -!- spinza [~spin@102.132.245.16] has joined #bitcoin-core-dev 19:30 -!- dviola [~diego@unaffiliated/dviola] has quit [Quit: WeeChat 3.1] 19:32 -!- dviola [~diego@unaffiliated/dviola] has joined #bitcoin-core-dev 19:38 -!- OP_NOP [OP_NOP@gateway/vpn/privateinternetaccess/opnop/x-41418994] has joined #bitcoin-core-dev 19:40 -!- GarouDan [~GarouDan@191.242.119.219.fibra.plimtelecom.com.br] has quit [Remote host closed the connection] 19:52 -!- molz_ [~mol@unaffiliated/molly] has joined #bitcoin-core-dev 19:53 -!- pox [~pox@gateway/tor-sasl/pox] has joined #bitcoin-core-dev 19:56 -!- mol_ [~mol@unaffiliated/molly] has quit [Ping timeout: 260 seconds] 20:26 -!- mol_ [~mol@unaffiliated/molly] has joined #bitcoin-core-dev 20:29 -!- molz_ [~mol@unaffiliated/molly] has quit [Ping timeout: 265 seconds] 20:42 -!- braydonf_ [~braydon@gateway/tor-sasl/braydonf] has quit [Ping timeout: 240 seconds] 20:46 -!- braydonf_ [~braydon@gateway/tor-sasl/braydonf] has joined #bitcoin-core-dev 21:45 -!- Jackielove4u [uid43977@gateway/web/irccloud.com/x-pclpnrnixlpzkndj] has quit [Quit: Connection closed for inactivity] 22:04 -!- pox [~pox@gateway/tor-sasl/pox] has quit [Remote host closed the connection] 22:05 -!- pox [~pox@gateway/tor-sasl/pox] has joined #bitcoin-core-dev 22:07 -!- andrewtoth [~andrewtot@gateway/tor-sasl/andrewtoth] has quit [Remote host closed the connection] 22:07 -!- andrewtoth [~andrewtot@gateway/tor-sasl/andrewtoth] has joined #bitcoin-core-dev 22:30 -!- dr_orlovsky [~dr-orlovs@31.14.40.19] has quit [Quit: ZNC 1.8.0 - https://znc.in] 22:40 -!- btcquant [~textual@210006171071.ctinets.com] has joined #bitcoin-core-dev 22:48 -!- dr-orlovsky [~dr-orlovs@31.14.40.19] has joined #bitcoin-core-dev 22:51 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 22:51 < bitcoin-git> [bitcoin] MarcoFalke opened pull request #21869: depends: Add missing -D_LIBCPP_DEBUG=1 to debug flags (master...2105-dependsDebug) https://github.com/bitcoin/bitcoin/pull/21869 22:51 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 23:01 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 23:01 < bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f8575bce3118...9c05da4a5c57 23:01 < bitcoin-git> bitcoin/master fa3bbcf MarcoFalke: ci: Properly pass msan cflags 23:01 < bitcoin-git> bitcoin/master 9c05da4 fanquake: Merge bitcoin/bitcoin#21865: ci: Properly pass msan cflags 23:01 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 23:01 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 23:01 < bitcoin-git> [bitcoin] fanquake merged pull request #21865: ci: Properly pass msan cflags (master...2105-ciMsan) https://github.com/bitcoin/bitcoin/pull/21865 23:01 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 23:15 -!- harrigan [~harrigan@ptr-93-89-242-235.ip.airwire.ie] has quit [Read error: Connection reset by peer] 23:18 -!- harrigan [~harrigan@ptr-93-89-242-235.ip.airwire.ie] has joined #bitcoin-core-dev 23:19 -!- OP_NOP [OP_NOP@gateway/vpn/privateinternetaccess/opnop/x-41418994] has quit [Ping timeout: 265 seconds] 23:30 -!- btcquant [~textual@210006171071.ctinets.com] has quit [Quit: Textual IRC Client: www.textualapp.com] 23:44 -!- jungly [~jungly@host-79-53-186-173.retail.telecomitalia.it] has joined #bitcoin-core-dev 23:46 -!- duringo [c11b0cfd@193.27.12.253] has quit [Quit: Connection closed] 23:55 -!- hooman [51a7c20e@81.167.194.14.static.lyse.net] has joined #bitcoin-core-dev 23:57 -!- sipsorcery [~sipsorcer@2a02:8084:6981:7880::3] has joined #bitcoin-core-dev --- Log closed Thu May 06 00:00:47 2021