--- Log opened Wed Dec 23 00:00:55 2020 00:06 -!- dgenr8 [~dgenr8@unaffiliated/dgenr8] has joined #bitcoin-core-dev 00:13 -!- zeromus1 [~zeromus@84.39.117.57] has joined #bitcoin-core-dev 00:26 -!- jessepos_ [~jp@2601:645:200:162f:b9d5:4819:405c:7ac5] has quit [Quit: Textual IRC Client: www.textualapp.com] 00:27 -!- jesseposner [~jp@2601:645:200:162f:b9d5:4819:405c:7ac5] has joined #bitcoin-core-dev 00:27 < jonasschnelli> what is the reason to extend the fuzzer seeds? Catching more potential issues? 00:30 < sipa> jonasschnelli: that's literally what fuzzing is 00:30 < sipa> finding more seeds 00:30 < sipa> finding more inputs that cover more code, or more potential issues 00:31 < jonasschnelli> I think my understanding of fuzzing is weak... I need to read more about it first 00:31 < jonasschnelli> I always thought its running a random stream against all possible APIs for a very long time 00:32 < sipa> every fuzz target is a function that takes a byte array, and uses it to decide what things to call 00:32 < sipa> some targets just call functions, and don't do anything elae 00:33 < jonasschnelli> okay. I get that. 00:33 < sipa> others have full simulators of what the expected behaviour is going to be and compares with it 00:33 < sipa> fuzzing is finding those input byte arrays, called seeds 00:33 < sipa> it does that by applying random mutations to existing seeds 00:33 < sipa> or trying new things 00:35 < sipa> when people spend CPU time fuzzing, the output is finding more seeds, because it somehow found something that appears either more interesting than all seeds there were before, or because it does the same but with a smaller seed 00:35 < jonasschnelli> so the seeds are actually not a random-stream-seeds that is used for pure fuzzing of a function(or API)? They decide what to call? 00:35 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 00:35 < sipa> that's right, they are the exact input fed to the fuzz target 00:36 < sipa> our CI infrastructure also runs these seeds as part of the tests, but without trying to generate more 00:36 < jonasschnelli> you wrote "more interesting",.. does the fuzz target track to code paths (or percentage) beeing used? 00:36 < sipa> yes 00:36 < sipa> and more 00:37 < jonasschnelli> I see 00:37 < sipa> it has counters for various things; code blocks, branches, .. 00:37 < sipa> if you run in -use_value_profile mode it counts specific values seen in comparisons too 00:37 < jonasschnelli> so one can say there are "better" and "weaker" seeds? 00:38 < sipa> it"s the combimed corpus that matters 00:38 < sipa> but the goal is ultimately finding a small combined corpus with maximal coverage 00:38 < jonasschnelli> the more counters a seed hits the better,.. but overall, you want all "counter" to be hit by a range of seeds? 00:38 < sipa> right 00:39 < jonasschnelli> thanks. TIL 00:39 -!- dviola [~diego@187.39.20.240] has left #bitcoin-core-dev [] 00:39 < sipa> it's annoying that you need a separate build/configure foe it 00:39 < sipa> i have a separate worktree for that 00:40 < sipa> it's fun to play with 00:40 < jonasschnelli> Yes. That's the reason why I haven't looked closer into it. :) 00:40 < sipa> just follow doc/fuzzing.md 00:40 < jonasschnelli> will do 00:40 < sipa> we have a test/fuzz/test_runner.py that lets you more easily do larger scale testing 00:41 < sipa> but just running a fuzzer directly will prpbably be more informative 00:41 < sipa> just compile with --with-sanitizers=fuzzer --enable-fuzz, and run e.g. FUZZ=asmap src/test/fuzz/fuzz 00:42 -!- dviola [~diego@unaffiliated/dviola] has joined #bitcoin-core-dev 00:42 < jonasschnelli> ok 00:42 < sipa> it'll test you when it finds new inputs, and some metrics about coverage 00:42 < sipa> you need to specify a dir name to leg it save its seeds 00:43 < sipa> *let 00:44 < sipa> *tell 00:47 -!- Guyver2 [Guyver@guyver2.xs4all.nl] has joined #bitcoin-core-dev 00:58 -!- kexkey [~kexkey@static-198-54-132-154.cust.tzulo.com] has quit [Read error: Connection reset by peer] 00:58 -!- sr_gi [~sr_gi@80.174.218.168.dyn.user.ono.com] has quit [Read error: Connection reset by peer] 00:58 -!- brianhoffman [~brianhoff@pool-71-191-34-154.washdc.fios.verizon.net] has quit [Read error: Connection reset by peer] 00:58 -!- sr_gi [~sr_gi@80.174.218.168.dyn.user.ono.com] has joined #bitcoin-core-dev 00:59 -!- brianhoffman [~brianhoff@pool-71-191-34-154.washdc.fios.verizon.net] has joined #bitcoin-core-dev 00:59 -!- tlev [~tlev@li120-195.members.linode.com] has joined #bitcoin-core-dev 01:02 -!- tlev1 [~tlev@li120-195.members.linode.com] has quit [Ping timeout: 265 seconds] 01:07 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 246 seconds] 01:10 -!- EagleTM [~EagleTM@unaffiliated/eagletm] has joined #bitcoin-core-dev 01:21 -!- shesek [~shesek@164.90.217.137] has joined #bitcoin-core-dev 01:21 -!- shesek [~shesek@164.90.217.137] has quit [Changing host] 01:21 -!- shesek [~shesek@unaffiliated/shesek] has joined #bitcoin-core-dev 01:28 -!- kristapsk [~KK@gateway/tor-sasl/kristapsk] has quit [Remote host closed the connection] 01:31 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 01:45 -!- Emcy [~Emcy@unaffiliated/emcy] has quit [Ping timeout: 240 seconds] 01:47 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Ping timeout: 264 seconds] 01:57 -!- jeremyrubin [~jr@2601:645:c200:14:d16a:4949:3622:4cc0] has quit [Ping timeout: 264 seconds] 02:05 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 272 seconds] 02:29 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 02:31 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 02:33 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Client Quit] 02:38 -!- justan0theruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 268 seconds] 02:44 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Ping timeout: 240 seconds] 03:11 -!- Emcy [~Emcy@unaffiliated/emcy] has joined #bitcoin-core-dev 03:17 -!- rmstar [~rmstar@209.95.36.151] has joined #bitcoin-core-dev 03:18 -!- Santa41Langosh [~Santa41La@static.57.1.216.95.clients.your-server.de] has joined #bitcoin-core-dev 03:23 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 03:23 -!- Santa41Langosh [~Santa41La@static.57.1.216.95.clients.your-server.de] has quit [Ping timeout: 256 seconds] 03:34 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 03:34 < bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/98de9eb1aa84...e669c3156ff8 03:34 < bitcoin-git> bitcoin/master fa957f8 MarcoFalke: test: Add race:SendZmqMessage tsan suppression 03:34 < bitcoin-git> bitcoin/master e669c31 MarcoFalke: Merge #20748: test: Add race:SendZmqMessage tsan suppression 03:34 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 03:34 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 03:34 < bitcoin-git> [bitcoin] MarcoFalke merged pull request #20748: test: Add race:SendZmqMessage tsan suppression (master...2012-ciSuppZmq) https://github.com/bitcoin/bitcoin/pull/20748 03:34 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 03:36 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Ping timeout: 265 seconds] 03:37 -!- kristapsk [~KK@gateway/tor-sasl/kristapsk] has joined #bitcoin-core-dev 03:45 -!- justan0theruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 03:57 -!- zeromus1 [~zeromus@84.39.117.57] has quit [Remote host closed the connection] 04:08 -!- pergaminho [~Cleber@189.26.121.248] has joined #bitcoin-core-dev 04:09 -!- sr_gi [~sr_gi@80.174.218.168.dyn.user.ono.com] has quit [Ping timeout: 264 seconds] 04:24 -!- vosechu [~vosechu@195.140.213.38] has joined #bitcoin-core-dev 04:36 -!- jonatack [~jon@88.124.242.136] has quit [Ping timeout: 240 seconds] 05:32 -!- justan0theruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 240 seconds] 05:36 -!- vasild_ [~vd@gateway/tor-sasl/vasild] has joined #bitcoin-core-dev 05:36 -!- vasild [~vd@gateway/tor-sasl/vasild] has quit [Disconnected by services] 05:36 -!- vasild_ is now known as vasild 05:37 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 05:54 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Read error: Connection reset by peer] 05:54 -!- mol_ [~mol@unaffiliated/molly] has joined #bitcoin-core-dev 05:57 -!- molz_ [~mol@unaffiliated/molly] has quit [Ping timeout: 240 seconds] 06:05 -!- miketwenty1 [~miketwent@136.55.84.49] has joined #bitcoin-core-dev 06:31 -!- gleb [~gleb@178.150.137.228] has joined #bitcoin-core-dev 06:35 -!- joerodgers [joerodgers@gateway/vpn/mullvad/joerodgers/x-62861712] has joined #bitcoin-core-dev 06:39 -!- joerodgers [joerodgers@gateway/vpn/mullvad/joerodgers/x-62861712] has quit [Client Quit] 06:54 -!- jonatack [~jon@88.124.242.136] has joined #bitcoin-core-dev 06:54 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 06:58 -!- jonatack [~jon@88.124.242.136] has quit [Ping timeout: 246 seconds] 06:58 -!- jonatack [~jon@213.152.162.15] has joined #bitcoin-core-dev 06:59 -!- mol_ [~mol@unaffiliated/molly] has quit [Ping timeout: 272 seconds] 07:11 -!- mol [~mol@unaffiliated/molly] has joined #bitcoin-core-dev 07:13 -!- udecker [~udecker@173.243.88.22] has quit [Quit: udecker] 07:17 -!- pmuens [5fde1c8f@aftr-95-222-28-143.unity-media.net] has joined #bitcoin-core-dev 07:20 -!- pmuens [5fde1c8f@aftr-95-222-28-143.unity-media.net] has left #bitcoin-core-dev [] 07:27 -!- miketwen_ [~miketwent@ec2-54-235-98-1.compute-1.amazonaws.com] has joined #bitcoin-core-dev 07:30 -!- miketwenty1 [~miketwent@136.55.84.49] has quit [Ping timeout: 240 seconds] 07:33 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 240 seconds] 07:58 -!- belcher_ [~belcher@unaffiliated/belcher] has joined #bitcoin-core-dev 08:00 -!- awesome_doge [awesome-do@gateway/shell/matrix.org/x-rnzdvvnshecmqbvf] has quit [Quit: Idle for 30+ days] 08:01 -!- belcher [~belcher@unaffiliated/belcher] has quit [Ping timeout: 246 seconds] 08:01 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 08:01 < bitcoin-git> [bitcoin] MarcoFalke opened pull request #20753: rpc: Allow to ignore specific policy reject reasons (master...2012-policyRpcIgnore) https://github.com/bitcoin/bitcoin/pull/20753 08:01 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 08:03 -!- belcher_ is now known as belcher 08:08 -!- Zenton [~user@unaffiliated/vicenteh] has quit [Read error: Connection reset by peer] 08:19 -!- Zenton [~user@unaffiliated/vicenteh] has joined #bitcoin-core-dev 08:31 -!- IGHOR [~quassel@176.121.4.135] has quit [Quit: No Ping reply in 180 seconds.] 08:33 -!- IGHOR [~quassel@176.121.4.135] has joined #bitcoin-core-dev 08:34 -!- kristapsk_ [~KK@gateway/tor-sasl/kristapsk] has joined #bitcoin-core-dev 08:34 -!- kristapsk [~KK@gateway/tor-sasl/kristapsk] has quit [Remote host closed the connection] 08:37 -!- DeanWeen [~dean@gateway/tor-sasl/deanguss] has quit [Remote host closed the connection] 08:38 -!- DeanGuss [~dean@gateway/tor-sasl/deanguss] has joined #bitcoin-core-dev 08:45 -!- Mercury_Vapor [~Mercury_V@174-082-166-092.res.spectrum.com] has joined #bitcoin-core-dev 08:47 -!- Chlorine_Vapor [~Mercury_V@174-082-166-092.res.spectrum.com] has quit [Ping timeout: 265 seconds] 09:05 < luke-jr> MarcoFalke: you know #7533 is still maintained, right? could just reopen that.. 09:05 < gribble> https://github.com/bitcoin/bitcoin/issues/7533 | RPC: sendrawtransaction: Allow the user to ignore/override specific rejections by luke-jr · Pull Request #7533 · bitcoin/bitcoin · GitHub 09:13 -!- glozow [uid453516@gateway/web/irccloud.com/x-ulfmeztuqwvevqbn] has joined #bitcoin-core-dev 09:20 < MarcoFalke> luke-jr: Sure, happy to repoen 09:20 < MarcoFalke> It was tagged "up for grabs", so I implemented a minimal patch that still achieves a goal 09:21 < MarcoFalke> you can rebase on top of mine, if you want 09:23 < luke-jr> MarcoFalke: at this point, I guess it might be more productive if I just review yours and get that in first 09:25 < luke-jr> just seemed strange to go about it that way *shrug* 09:26 < MarcoFalke> Yeah, I wasn't aware that 7533 is still maintained 09:33 < luke-jr> ah 09:45 < miketwen_> looking for some clarity here.. smartfee estimator is used by default for bitcoin node correct? if you are not synced with the blockchain it will use fallbackfee if enabled. correct? In terms of priority or the decision tree I'm wondering how this relates with paytxfee.. and then I would guess settxfee would be the same logic as paytxfee but replace paytxfee? 09:49 -!- miketwen_ is now known as miketwenty1 09:51 < jonatack> miketwenty1: right, settxfee overrides (global) -paytxfee setting 09:52 -!- Mercury_Vapor [~Mercury_V@174-082-166-092.res.spectrum.com] has quit [Ping timeout: 240 seconds] 09:53 < jonatack> settxfee is per-wallet 09:53 < miketwenty1> settxfee overrides smartfee estimate? 09:53 -!- jeremyrubin [~jr@2601:645:c200:14:d16a:4949:3622:4cc0] has joined #bitcoin-core-dev 09:56 < jonatack> miketwenty1: yes iirc, see: ./src/bitcoin-cli help settxfee 09:57 < miketwenty1> jonatack: there are many flags for targets / fees and such.. has anyone made a diagram or decision tree on what takes priority over what by any chance? 09:57 < miketwenty1> in terms of what fee gets paid for a tx 09:59 -!- pergaminho [~Cleber@189.26.121.248] has quit [Quit: Saindo] 09:59 -!- Talkless [~Talkless@mail.dargis.net] has joined #bitcoin-core-dev 10:04 < jonatack> miketwenty1: i agree that it's a bit confusing. if you want to set an explicit fee rate, know that in 0.21 and master it is now possible to pass the fee rate (not absolute fee, but the fee rate) in sat/vB with all of the various send commands (fee_rate param, see the rpc help) 10:05 -!- sishir [465dca45@cpe-70-93-202-69.natsow.res.rr.com] has joined #bitcoin-core-dev 10:05 -!- sishir [465dca45@cpe-70-93-202-69.natsow.res.rr.com] has quit [Remote host closed the connection] 10:05 < jonatack> miketwenty1: i've noted your suggestion to clarify this somewhere, thanks 10:25 -!- az0re [~az0re@gateway/tor-sasl/az0re] has joined #bitcoin-core-dev 10:34 -!- az0re [~az0re@gateway/tor-sasl/az0re] has quit [Remote host closed the connection] 10:34 -!- harrigan [~harrigan@ptr-93-89-242-235.ip.airwire.ie] has quit [Ping timeout: 272 seconds] 10:34 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 10:34 < bitcoin-git> [bitcoin] amitiuttarwar opened pull request #20755: [rpc] Remove deprecated fields from getpeerinfo (master...2020-12-getpeerinfo-deprecate) https://github.com/bitcoin/bitcoin/pull/20755 10:34 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 10:36 -!- Mercury_Vapor [~Mercury_V@174-082-158-108.res.spectrum.com] has joined #bitcoin-core-dev 10:53 -!- az0re [~az0re@gateway/tor-sasl/az0re] has joined #bitcoin-core-dev 10:56 -!- xs1 [55677ca3@85.103.124.163] has joined #bitcoin-core-dev 10:56 -!- xs1 [55677ca3@85.103.124.163] has quit [Remote host closed the connection] 10:57 < jonatack> miketwenty1: i've begun improving the settxfee help and (new rpc) setfeerate help in #20391 and will look at updating both helps with more info 10:57 < gribble> https://github.com/bitcoin/bitcoin/issues/20391 | wallet: introduce setfeerate (an improved settxfee, in sat/vB) by jonatack · Pull Request #20391 · bitcoin/bitcoin · GitHub 10:59 < jonatack> and will do the same for estimatesmartfee and the (new rpc) estimatefeerate helps (the new RPCs are in sat/vB) 11:01 < jonatack> and work to make these RPCs more user-friendly and reassuring to use 11:27 -!- promag_ [~promag@188.250.84.129] has quit [Remote host closed the connection] 11:27 -!- promag [~promag@188.250.84.129] has joined #bitcoin-core-dev 11:49 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 11:49 < bitcoin-git> [bitcoin] amitiuttarwar opened pull request #20756: [doc] Add missing field (permissions) to the getpeerinfo help (master...2020-12-getpeerinfo-permissions) https://github.com/bitcoin/bitcoin/pull/20756 11:49 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 11:58 < justinmoon> FYI: jonatack's docker-based gitian guide (https://github.com/jonatack/bitcoin-development/blob/master/gitian-building.md) is much easier to follow than the official virtualbox-based docs (https://github.com/bitcoin-core/docs) 12:06 < jonatack> thanks! it's based on fanquake's guide 12:22 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 12:22 < bitcoin-git> [gui] hebasto opened pull request #161: Rework RPCConsole::banSelectedNode function (master...201223-ban) https://github.com/bitcoin-core/gui/pull/161 12:22 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 12:22 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 12:22 < bitcoin-git> [bitcoin] jonatack opened pull request #20757: doc: tor.md and -onlynet helpupdate -onlynet help in src/init.cpp (master...tor-md-doc-updates) https://github.com/bitcoin/bitcoin/pull/20757 12:22 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 12:23 < jonatack> ^ when github opens the pull before you finished typing the title 12:48 -!- Guyver2 [Guyver@guyver2.xs4all.nl] has quit [Quit: Going offline, see ya! (www.adiirc.com)] 12:52 -!- jesseposner [~jp@2601:645:200:162f:b9d5:4819:405c:7ac5] has quit [Quit: My Mac Mini has gone to sleep. ZZZzzz…] 13:01 -!- promag [~promag@188.250.84.129] has quit [Remote host closed the connection] 13:01 -!- vosechu [~vosechu@195.140.213.38] has quit [Remote host closed the connection] 13:01 -!- promag [~promag@188.250.84.129] has joined #bitcoin-core-dev 13:05 -!- rh0nj [~rh0nj@88.99.167.175] has quit [Remote host closed the connection] 13:05 -!- promag [~promag@188.250.84.129] has quit [Remote host closed the connection] 13:06 -!- rh0nj [~rh0nj@88.99.167.175] has joined #bitcoin-core-dev 13:06 -!- promag [~promag@188.250.84.129] has joined #bitcoin-core-dev 13:11 -!- TheV01d [thev01d@2001:19c0:1:801:851:ff00:1:6] has quit [Ping timeout: 246 seconds] 13:11 -!- thrasher` [~thrasher@173.209.42.7] has quit [Ping timeout: 256 seconds] 13:12 -!- TheV01d [thev01d@2001:19c0:1:801:851:ff00:1:6] has joined #bitcoin-core-dev 13:13 -!- thrasher` [~thrasher@173.209.42.7] has joined #bitcoin-core-dev 13:21 -!- vladan1 [~vladan@84.39.116.180] has joined #bitcoin-core-dev 13:24 -!- harrigan [~harrigan@ptr-93-89-242-235.ip.airwire.ie] has joined #bitcoin-core-dev 13:25 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 13:25 < bitcoin-git> [bitcoin] ajtowns opened pull request #20758: net-processing refactoring -- lose globals, move implementation details from .h to .cpp (master...202012-netproc-refactor) https://github.com/bitcoin/bitcoin/pull/20758 13:25 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 13:59 -!- mdrollette [~mdrollett@cpe-70-123-125-237.tx.res.rr.com] has quit [Quit: bye] 14:15 -!- pbarry_ [~textual@2601:644:8b00:3800:f098:86ee:2e57:2479] has joined #bitcoin-core-dev 14:17 -!- Asbestos_Vapor [~Mercury_V@174-082-158-108.res.spectrum.com] has joined #bitcoin-core-dev 14:19 -!- Mercury_Vapor [~Mercury_V@174-082-158-108.res.spectrum.com] has quit [Ping timeout: 246 seconds] 14:24 -!- Tennis [~Tennis@unaffiliated/tennis] has joined #bitcoin-core-dev 14:24 -!- pbarry_ [~textual@2601:644:8b00:3800:f098:86ee:2e57:2479] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 14:25 -!- Lightsword [~Lightswor@2604:a880:1:20::1d3:9001] has joined #bitcoin-core-dev 14:27 -!- Lightsword [~Lightswor@2604:a880:1:20::1d3:9001] has quit [Client Quit] 14:28 -!- pbarry_ [~textual@2601:644:8b00:3800:f098:86ee:2e57:2479] has joined #bitcoin-core-dev 14:29 -!- Lightsword [~Lightswor@2604:a880:1:20::1d3:9001] has joined #bitcoin-core-dev 14:32 -!- Talkless [~Talkless@mail.dargis.net] has quit [Quit: Konversation terminated!] 15:02 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Quit: = ""] 15:32 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 15:33 -!- vasild [~vd@gateway/tor-sasl/vasild] has quit [Ping timeout: 240 seconds] 15:33 -!- vasild [~vd@gateway/tor-sasl/vasild] has joined #bitcoin-core-dev 15:35 -!- vasild [~vd@gateway/tor-sasl/vasild] has quit [Remote host closed the connection] 15:39 -!- vasild [~vd@gateway/tor-sasl/vasild] has joined #bitcoin-core-dev 15:46 -!- pbarry_ [~textual@2601:644:8b00:3800:f098:86ee:2e57:2479] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 15:51 -!- pbarry_ [~textual@2601:644:8b00:3800:f098:86ee:2e57:2479] has joined #bitcoin-core-dev 16:01 -!- Chlorine_Vapor [~Mercury_V@174-082-158-108.res.spectrum.com] has joined #bitcoin-core-dev 16:04 -!- Asbestos_Vapor [~Mercury_V@174-082-158-108.res.spectrum.com] has quit [Ping timeout: 256 seconds] 16:09 -!- EagleTM [~EagleTM@unaffiliated/eagletm] has quit [Ping timeout: 264 seconds] 17:16 -!- pbarry_ [~textual@2601:644:8b00:3800:f098:86ee:2e57:2479] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 17:22 -!- pbarry_ [~textual@2601:644:8b00:3800:f098:86ee:2e57:2479] has joined #bitcoin-core-dev 17:34 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #bitcoin-core-dev 17:36 -!- vasild_ [~vd@gateway/tor-sasl/vasild] has joined #bitcoin-core-dev 17:36 -!- vasild [~vd@gateway/tor-sasl/vasild] has quit [Disconnected by services] 17:36 -!- vasild_ is now known as vasild 17:56 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 17:56 < bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e669c3156ff8...1be6f2dba9b7 17:56 < bitcoin-git> bitcoin/master 176325a John Newbery: [net processing] Remove dropmessagestest 17:56 < bitcoin-git> bitcoin/master 1be6f2d fanquake: Merge #20747: net processing: Remove dropmessagestest 17:56 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 17:56 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 17:56 < bitcoin-git> [bitcoin] fanquake merged pull request #20747: net processing: Remove dropmessagestest (master...2020-12-dropmessagestest) https://github.com/bitcoin/bitcoin/pull/20747 17:56 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 18:05 -!- pbarry_ [~textual@2601:644:8b00:3800:f098:86ee:2e57:2479] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 18:07 -!- miketwenty1 [~miketwent@ec2-54-235-98-1.compute-1.amazonaws.com] has quit [Remote host closed the connection] 18:16 -!- Tennis [~Tennis@unaffiliated/tennis] has quit [Read error: Connection reset by peer] 18:17 -!- EagleTM [~EagleTM@unaffiliated/eagletm] has joined #bitcoin-core-dev 18:36 -!- CubicEarth [~CubicEart@c-67-168-1-172.hsd1.wa.comcast.net] has quit [Read error: Connection reset by peer] 18:38 -!- CubicEarth [~CubicEart@c-67-168-1-172.hsd1.wa.comcast.net] has joined #bitcoin-core-dev 18:43 -!- Eagle[TM] [~EagleTM@unaffiliated/eagletm] has joined #bitcoin-core-dev 18:45 -!- EagleTM [~EagleTM@unaffiliated/eagletm] has quit [Ping timeout: 246 seconds] 18:48 -!- promag [~promag@188.250.84.129] has quit [Remote host closed the connection] 18:48 -!- promag [~promag@188.250.84.129] has joined #bitcoin-core-dev 18:53 -!- promag [~promag@188.250.84.129] has quit [Remote host closed the connection] 18:54 -!- promag [~promag@188.250.84.129] has joined #bitcoin-core-dev 19:54 -!- vladan1 [~vladan@84.39.116.180] has quit [Remote host closed the connection] 20:15 -!- gchaix [~gchaix@185.204.1.185] has joined #bitcoin-core-dev 20:21 -!- udecker [~udecker@173.243.88.22] has joined #bitcoin-core-dev 21:17 -!- gchaix [~gchaix@185.204.1.185] has quit [Remote host closed the connection] 21:19 -!- kutio [~kutio@5.253.204.132] has joined #bitcoin-core-dev 21:20 -!- digi_james [sid281632@gateway/web/irccloud.com/x-ckjfcboybjfhlvon] has quit [Ping timeout: 260 seconds] 21:20 -!- digi_james [sid281632@gateway/web/irccloud.com/x-ajegyoyysdzbukfe] has joined #bitcoin-core-dev 21:20 -!- jeremyrubin [~jr@2601:645:c200:14:d16a:4949:3622:4cc0] has quit [Remote host closed the connection] 21:21 -!- jeremyrubin [~jr@2601:645:c200:14:d16a:4949:3622:4cc0] has joined #bitcoin-core-dev 21:21 -!- fjahr [sid374480@gateway/web/irccloud.com/x-rtehnbkvgybyoxca] has quit [Ping timeout: 260 seconds] 21:21 -!- b10c [~b10c@2a01:4f8:192:612a:216:3eff:fef3:dc6a] has quit [Ping timeout: 260 seconds] 21:21 -!- b10c [~b10c@2a01:4f8:192:612a:216:3eff:fef3:dc6a] has joined #bitcoin-core-dev 21:23 -!- fjahr [sid374480@gateway/web/irccloud.com/x-vsrtwhdhadmhgjgq] has joined #bitcoin-core-dev 21:29 < fanquake> how the hell would anyone know that the PR that's been closed for two years & marked "up for grabs" is "still maintained". I certainly wouldn't. 21:33 < sipa> lol 21:34 < aj> fanquake: it's listed on https://bitcoinknots.org/ 21:36 < aj> (i assume that list is precisely what luke means by "still maintained" as far as he's concerned) 21:37 < fanquake> aj: heh fair enough. I think those lists need a bit of an update. I can see a bunch of PRs (including mine) that have definitely into master 21:37 < fanquake> *been merged into 21:44 < aj> fanquake: afaik knots is based on the last released version, presumably it'll get when knots updates to 0.21. dunno if knots does that before or after core does an official release 21:45 < aj> *it'll get updated 21:48 -!- CubicEarth [~CubicEart@c-67-168-1-172.hsd1.wa.comcast.net] has quit [Read error: Connection reset by peer] 21:49 -!- CubicEarth [~CubicEart@c-67-168-1-172.hsd1.wa.comcast.net] has joined #bitcoin-core-dev 21:59 -!- miketwenty1 [~miketwent@136.55.84.49] has joined #bitcoin-core-dev 22:22 -!- promag [~promag@188.250.84.129] has quit [Remote host closed the connection] 22:22 -!- promag [~promag@188.250.84.129] has joined #bitcoin-core-dev 22:22 -!- ChaNn3L [~acid@ppp-2-85-248-171.home.otenet.gr] has joined #bitcoin-core-dev 22:26 -!- promag [~promag@188.250.84.129] has quit [Remote host closed the connection] 22:27 -!- promag [~promag@188.250.84.129] has joined #bitcoin-core-dev 22:37 -!- miketwenty1 [~miketwent@136.55.84.49] has quit [Ping timeout: 256 seconds] 22:45 -!- CubicEarth [~CubicEart@c-67-168-1-172.hsd1.wa.comcast.net] has quit [Read error: Connection reset by peer] 22:46 -!- CubicEarth [~CubicEart@c-67-168-1-172.hsd1.wa.comcast.net] has joined #bitcoin-core-dev 22:49 -!- CubicEarth [~CubicEart@c-67-168-1-172.hsd1.wa.comcast.net] has quit [Read error: Connection reset by peer] 22:50 -!- CubicEarth [~CubicEart@c-67-168-1-172.hsd1.wa.comcast.net] has joined #bitcoin-core-dev 22:58 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 22:58 < bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1be6f2dba9b7...cc592a85ea0c 22:58 < bitcoin-git> bitcoin/master 812baaa Pieter Wuille: Switch to BIP341's suggested scheme for outputs without script 22:58 < bitcoin-git> bitcoin/master cc592a8 MarcoFalke: Merge #20189: test: Switch to BIP341's suggested scheme for outputs withou... 22:58 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 22:58 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 22:58 < bitcoin-git> [bitcoin] MarcoFalke merged pull request #20189: test: Switch to BIP341's suggested scheme for outputs without script (master...202010_taproot_std_noscript) https://github.com/bitcoin/bitcoin/pull/20189 22:58 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 22:58 -!- CubicEarth [~CubicEart@c-67-168-1-172.hsd1.wa.comcast.net] has quit [Read error: Connection reset by peer] 22:59 -!- CubicEarth [~CubicEart@c-67-168-1-172.hsd1.wa.comcast.net] has joined #bitcoin-core-dev 23:01 -!- CubicEarth [~CubicEart@c-67-168-1-172.hsd1.wa.comcast.net] has quit [Read error: Connection reset by peer] 23:02 -!- CubicEarth [~CubicEart@c-67-168-1-172.hsd1.wa.comcast.net] has joined #bitcoin-core-dev 23:07 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Remote host closed the connection] 23:07 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #bitcoin-core-dev 23:16 -!- digi_james [sid281632@gateway/web/irccloud.com/x-ajegyoyysdzbukfe] has quit [Read error: Connection reset by peer] 23:16 -!- mmitech___ [sid446259@gateway/web/irccloud.com/x-ideapfjkegfyrwja] has quit [Read error: Connection reset by peer] 23:16 -!- larryruane_ [uid473749@gateway/web/irccloud.com/x-idlonhvwyelzvqug] has quit [Read error: Connection reset by peer] 23:16 -!- jarolrod [uid475272@gateway/web/irccloud.com/x-ysbahwcxgcdkusfr] has quit [Read error: Connection reset by peer] 23:16 -!- hebasto [sid449604@gateway/web/irccloud.com/x-oldodgjijocmrifk] has quit [Read error: Connection reset by peer] 23:16 -!- robot-dreams [sid463268@gateway/web/irccloud.com/x-ctuvkgeuixnjotzd] has quit [Ping timeout: 268 seconds] 23:16 -!- endogenic [sid145991@gateway/web/irccloud.com/x-zsvxjvojfdwmmpdw] has quit [Read error: Connection reset by peer] 23:16 -!- mariorz [sid490@gateway/web/irccloud.com/x-mbaxojievlhfaoqu] has quit [Read error: Connection reset by peer] 23:16 -!- sgeisler [sid356034@gateway/web/irccloud.com/x-lsbztgetyjllqsza] has quit [Read error: Connection reset by peer] 23:17 -!- NicolasDorier [sid129442@gateway/web/irccloud.com/x-hzyrokkuuarumpaa] has quit [Read error: Connection reset by peer] 23:18 -!- spinza_ [~spin@102.132.245.16] has quit [Ping timeout: 264 seconds] 23:18 -!- fjahr [sid374480@gateway/web/irccloud.com/x-vsrtwhdhadmhgjgq] has quit [Ping timeout: 258 seconds] 23:18 -!- NicolasDorier [sid129442@gateway/web/irccloud.com/x-kcqfpqvhgecevzgm] has joined #bitcoin-core-dev 23:19 -!- digi_james [sid281632@gateway/web/irccloud.com/x-bsylfsfydaxyeiwf] has joined #bitcoin-core-dev 23:19 -!- larryruane_ [uid473749@gateway/web/irccloud.com/x-fkdbgpbvldpwfjnd] has joined #bitcoin-core-dev 23:19 -!- mariorz [sid490@gateway/web/irccloud.com/x-lcyvaruwqlyhlkrp] has joined #bitcoin-core-dev 23:19 -!- fjahr [sid374480@gateway/web/irccloud.com/x-gcdbhvogjdnlkdpw] has joined #bitcoin-core-dev 23:19 -!- mmitech___ [sid446259@gateway/web/irccloud.com/x-nqioawdnzyvhaicb] has joined #bitcoin-core-dev 23:19 -!- hebasto [sid449604@gateway/web/irccloud.com/x-olxdeyubcxynxfig] has joined #bitcoin-core-dev 23:20 -!- jarolrod [sid475272@gateway/web/irccloud.com/x-rjopfcfgphlprjlw] has joined #bitcoin-core-dev 23:20 -!- endogenic [sid145991@gateway/web/irccloud.com/x-ozmfnwxunqyldytt] has joined #bitcoin-core-dev 23:20 -!- sgeisler [sid356034@gateway/web/irccloud.com/x-oubabtrrrwohufbo] has joined #bitcoin-core-dev 23:20 -!- robot-dreams [sid463268@gateway/web/irccloud.com/x-pniwmfroowfxqwor] has joined #bitcoin-core-dev 23:21 < queip> bitcoin startup/shutdown could use more debugging, node just turns off with "tor thread interrupted"... that isn't helpful 23:22 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 23:22 < bitcoin-git> [bitcoin] MarcoFalke opened pull request #20759: doc: [test] Remove outdated comment in fuzz runner (master...2012-testDoc) https://github.com/bitcoin/bitcoin/pull/20759 23:22 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 23:28 -!- ChaNn3L [~acid@ppp-2-85-248-171.home.otenet.gr] has quit [Excess Flood] 23:28 -!- ChaNn3L [~acid@ppp-2-85-248-171.home.otenet.gr] has joined #bitcoin-core-dev 23:32 -!- spinza [~spin@102.132.245.16] has joined #bitcoin-core-dev 23:34 -!- ChaNn3L [~acid@ppp-2-85-248-171.home.otenet.gr] has quit [Ping timeout: 240 seconds] 23:40 -!- ChaNn3L [~acid~543@ppp-94-68-19-199.home.otenet.gr] has joined #bitcoin-core-dev 23:47 -!- proofofkeags_ [~proofofke@174-29-3-187.hlrn.qwest.net] has quit [Ping timeout: 256 seconds] 23:52 -!- ChaNn3L [~acid~543@ppp-94-68-19-199.home.otenet.gr] has quit [Excess Flood] 23:53 -!- ChaNn3L [~acid~597@ppp-94-68-19-199.home.otenet.gr] has joined #bitcoin-core-dev 23:57 -!- glozow [uid453516@gateway/web/irccloud.com/x-ulfmeztuqwvevqbn] has quit [Quit: Connection closed for inactivity] --- Log closed Thu Dec 24 00:00:55 2020