--- Log opened Mon Nov 23 00:00:24 2020 00:17 -!- Pavlenex [~Thunderbi@178.220.103.52] has quit [Quit: Pavlenex] 00:19 -!- jeremyrubin [~jr@c-73-15-215-148.hsd1.ca.comcast.net] has quit [Ping timeout: 260 seconds] 00:30 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 00:30 < bitcoin-git> [bitcoin] MarcoFalke opened pull request #20456: test: Fix intermittent issue in mempool_compatibility (master...2011-testFixMempool) https://github.com/bitcoin/bitcoin/pull/20456 00:30 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 00:34 -!- Pavlenex [~Thunderbi@178.220.103.52] has joined #bitcoin-core-dev 00:39 -!- Guyver2 [Guyver@guyver2.xs4all.nl] has joined #bitcoin-core-dev 01:01 -!- Highway61 [Thunderbir@gateway/vpn/protonvpn/highway61] has quit [Quit: Highway61] 01:02 -!- Highway61 [Thunderbir@gateway/vpn/protonvpn/highway61] has joined #bitcoin-core-dev 01:10 -!- Emcy [~Emcy@unaffiliated/emcy] has quit [Read error: Connection reset by peer] 01:13 -!- kljasdfvv [~flack@p200300d46f24de004be2c3d484e16370.dip0.t-ipconnect.de] has joined #bitcoin-core-dev 01:19 -!- Abelian [uid2662@gateway/web/irccloud.com/x-lbvvorimieupwzgl] has joined #bitcoin-core-dev 01:22 -!- Evel-Knievel [~Evel-Knie@d5152f744.static.telenet.be] has joined #bitcoin-core-dev 01:22 -!- Pavlenex [~Thunderbi@178.220.103.52] has quit [Quit: Pavlenex] 01:27 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 01:27 < bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e9a1c9fbdea9...1b75f2542d15 01:27 < bitcoin-git> bitcoin/master fabecce MarcoFalke: net: Treat raw message bytes as uint8_t 01:27 < bitcoin-git> bitcoin/master 1b75f25 Wladimir J. van der Laan: Merge #20432: net: Treat raw message bytes as uint8_t 01:27 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 01:27 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 01:27 < bitcoin-git> [bitcoin] laanwj merged pull request #20432: net: Treat raw message bytes as uint8_t (master...2011-netBytesUint8) https://github.com/bitcoin/bitcoin/pull/20432 01:27 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 01:30 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 01:30 < bitcoin-git> [bitcoin] laanwj pushed 8 commits to master: https://github.com/bitcoin/bitcoin/compare/1b75f2542d15...86bf3ae3b57e 01:30 < bitcoin-git> bitcoin/master b33af48 Andrew Chow: Include wallet/bdb.h where it is actually being used 01:30 < bitcoin-git> bitcoin/master a58b719 Andrew Chow: Do not compile BDB things when USE_BDB is defined 01:30 < bitcoin-git> bitcoin/master 6ebc41b Andrew Chow: Enforce salvage is only for BDB wallets 01:30 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 01:31 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 01:31 < bitcoin-git> [bitcoin] laanwj merged pull request #20202: wallet: Make BDB support optional (master...opt-sqlite-bdb) https://github.com/bitcoin/bitcoin/pull/20202 01:31 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 01:32 -!- glozow [uid453516@gateway/web/irccloud.com/x-rherywbkfykihtyw] has quit [Quit: Connection closed for inactivity] 01:33 -!- jbarcelo [43daf305@67.218.243.5] has joined #bitcoin-core-dev 01:35 -!- Evel-Knievel [~Evel-Knie@d5152f744.static.telenet.be] has quit [Ping timeout: 272 seconds] 01:37 -!- Evel-Knievel [~Evel-Knie@d5152f744.static.telenet.be] has joined #bitcoin-core-dev 01:39 -!- promag [~promag@188.250.84.129] has joined #bitcoin-core-dev 01:42 < promag> time to ditch -rpcuser -rpcpassword from daemon? 01:42 < wumpus> not sure, really, I think a lot of people are still using them (including me), and it's documented all over the place 01:43 < promag> I know 01:43 < wumpus> it has always been a difficult thing to deprecate 01:43 < wumpus> it's a simple way to specify the user and password *shrug*, does it really complicate the code that much 01:44 < promag> no no, I'm just asking X) 01:44 < wumpus> sure but I mean an argument like 'it complicates the authentication code a lot' would be in favor of removing them 01:45 < promag> it doesn't 01:45 < promag> on bitcoin-cliu 01:45 < promag> err 01:46 < promag> on bitcoin-cli we are sending cookie as authorization: basic ... header 01:46 < promag> I think this should be authorization: bearer 01:46 < wumpus> lots of other software does that too by now 01:46 < wumpus> I don't really see a reason to change it 01:46 < promag> do you think it's a reasonable change to do in -cli? 01:47 < wumpus> nah, to me it feels like a sudden change out of the blue 01:47 < promag> we could start by fixing our clients (cli and test framework) 01:47 < wumpus> don't we have any bugs to fix 01:47 < promag> ok 01:48 < promag> also invalid -rpcauth are just silently ignored, Russel suggested to log and fail init 01:48 < promag> makes sense to you? 01:48 < wumpus> agree on that 01:48 < wumpus> silently ignoring errors is the biggest sin 01:49 < promag> ok, also agree 01:49 < wumpus> we've come a really long way in that regard! 01:51 < wumpus> still remember opening #1044 in frustration :) 01:51 < gribble> https://github.com/bitcoin/bitcoin/issues/1044 | Problems with command-line options silently ignored · Issue #1044 · bitcoin/bitcoin · GitHub 01:52 < promag> heh opened from 2012 to 2018 01:52 < wumpus> yess 01:56 -!- TheHoliestRoger [~TheHolies@unaffiliated/theholiestroger] has quit [Quit: Find me in #TheHolyRoger or https://theholyroger.com] 01:57 < wumpus> not for lack of proposals though, it was just difficult code to change 01:58 -!- TheHoliestRoger [~TheHolies@unaffiliated/theholiestroger] has joined #bitcoin-core-dev 01:59 < wumpus> the code is a lot more organized now 01:59 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 01:59 < bitcoin-git> [bitcoin] practicalswift opened pull request #20457: util: Make Parse{Int,UInt}{32,64} use locale independent std::from_chars(…) (C++17) instead of locale dependent strto{l,ll,ul,ull} (master...locale-independent-parseint) https://github.com/bitcoin/bitcoin/pull/20457 01:59 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 02:07 -!- Emcy [~Emcy@unaffiliated/emcy] has joined #bitcoin-core-dev 02:27 -!- Pavlenex [~Thunderbi@178.220.103.52] has joined #bitcoin-core-dev 02:27 -!- Pavlenex [~Thunderbi@178.220.103.52] has quit [Client Quit] 02:27 -!- Evel-Knievel [~Evel-Knie@d5152f744.static.telenet.be] has quit [Ping timeout: 260 seconds] 02:29 -!- Evel-Knievel [~Evel-Knie@d5152f744.static.telenet.be] has joined #bitcoin-core-dev 02:33 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 02:33 < bitcoin-git> [bitcoin] Sjors opened pull request #20458: test: add is_bdb_compiled helper (master...2020/11/use_bdb) https://github.com/bitcoin/bitcoin/pull/20458 02:33 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 02:34 -!- icota[m] [icotamatri@gateway/shell/matrix.org/x-aaajksuakyyudylt] has quit [Quit: Bridge terminating on SIGTERM] 02:34 -!- rCapital-Surpris [crtn32002m@gateway/shell/matrix.org/x-wewiqlcxwyxmekzs] has quit [Quit: Bridge terminating on SIGTERM] 02:34 -!- hizkifw [hizkifwmat@gateway/shell/matrix.org/x-ddnsrzqakswfnoft] has quit [Quit: Bridge terminating on SIGTERM] 02:34 -!- snowkeld[m] [snowkeldma@gateway/shell/matrix.org/x-ngjofhuffrrxkmri] has quit [Quit: Bridge terminating on SIGTERM] 02:34 -!- robert_spigler [robertspig@gateway/shell/matrix.org/x-ospaiomdpjpxqqnk] has quit [Quit: Bridge terminating on SIGTERM] 02:37 -!- vasild [~vd@gateway/tor-sasl/vasild] has quit [Quit: leaving] 02:41 -!- Kiminuo [~mix@141.98.103.172] has joined #bitcoin-core-dev 02:43 < Kiminuo> Hi, can I run locally this test https://cirrus-ci.com/task/6292799064637440?command=ci#L3354 to repeat it exactly? Meaning, to run it in Docker to reproduce the issue. 02:44 -!- snowkeld[m] [snowkeldma@gateway/shell/matrix.org/x-nbitttfhstlbskqd] has joined #bitcoin-core-dev 02:47 < wumpus> don't know about docker, but you can run the test suite locally with test/functional/test_runner.py 02:48 -!- Evel-Knievel [~Evel-Knie@d5152f744.static.telenet.be] has quit [Ping timeout: 264 seconds] 02:49 < Kiminuo> true, but the issue is that I don't see that specific error 02:49 < Kiminuo> there is some difference between my environment and of that test 02:50 -!- Evel-Knievel [~Evel-Knie@d5152f744.static.telenet.be] has joined #bitcoin-core-dev 02:50 < wumpus> it should be possible to run the ci/* stuff in docker I just don't know exactly how 02:50 -!- sr_gi [~sr_gi@80.174.218.168.dyn.user.ono.com] has quit [Read error: Connection reset by peer] 02:50 < Kiminuo> yeah. I was looking for some instructions but I was not successful. 02:50 < wumpus> looks like there's something in the readme https://github.com/bitcoin/bitcoin/tree/master/ci 02:51 -!- sr_gi [~sr_gi@80.174.218.168.dyn.user.ono.com] has joined #bitcoin-core-dev 02:51 < Kiminuo> ha 02:51 < Kiminuo> good, thanks 02:51 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 02:51 < bitcoin-git> [bitcoin] MarcoFalke opened pull request #20459: rpc: Fail to return undocumented return values (master...2011-rpcDoc) https://github.com/bitcoin/bitcoin/pull/20459 02:51 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 02:55 -!- Pavlenex [~Thunderbi@178.220.103.52] has joined #bitcoin-core-dev 02:55 -!- Pavlenex [~Thunderbi@178.220.103.52] has quit [Client Quit] 02:56 -!- vasild [~vd@gateway/tor-sasl/vasild] has joined #bitcoin-core-dev 02:57 -!- Pavlenex [~Thunderbi@178.220.103.52] has joined #bitcoin-core-dev 03:07 -!- az0re [~az0re@gateway/tor-sasl/az0re] has quit [Ping timeout: 240 seconds] 03:09 -!- Highway62 [Thunderbir@gateway/vpn/protonvpn/highway61] has joined #bitcoin-core-dev 03:09 -!- Highway61 [Thunderbir@gateway/vpn/protonvpn/highway61] has quit [Remote host closed the connection] 03:09 -!- Highway61 [Thunderbir@gateway/vpn/protonvpn/highway61] has joined #bitcoin-core-dev 03:09 -!- hizkifw [hizkifwmat@gateway/shell/matrix.org/x-bkabzcpoowfubriy] has joined #bitcoin-core-dev 03:09 -!- robert_spigler [robertspig@gateway/shell/matrix.org/x-iviqgumaaxfuxogk] has joined #bitcoin-core-dev 03:09 -!- icota[m] [icotamatri@gateway/shell/matrix.org/x-usneaxcbtqzjekhe] has joined #bitcoin-core-dev 03:09 -!- rCapital-Surpris [crtn32002m@gateway/shell/matrix.org/x-qevdkhinzrrefbnr] has joined #bitcoin-core-dev 03:10 -!- reallll is now known as belcher 03:12 -!- az0re [~az0re@gateway/tor-sasl/az0re] has joined #bitcoin-core-dev 03:13 -!- Highway62 [Thunderbir@gateway/vpn/protonvpn/highway61] has quit [Ping timeout: 268 seconds] 03:18 -!- Terrill58Lind [~Terrill58@static.57.1.216.95.clients.your-server.de] has joined #bitcoin-core-dev 03:28 < vasild> MarcoFalke: I think s/std::fs/std::filesystem/ is warranted in #20460 03:28 < gribble> https://github.com/bitcoin/bitcoin/issues/20460 | C++17 std::fs · Issue #20460 · bitcoin/bitcoin · GitHub 03:30 -!- Darki [~Darki@178.162.212.214] has quit [Remote host closed the connection] 03:31 -!- Terrill58Lind [~Terrill58@static.57.1.216.95.clients.your-server.de] has quit [Ping timeout: 244 seconds] 03:35 -!- stevenroose [~steven@2001:19f0:6801:83a:905b:86a3:2de3:9ba9] has quit [Remote host closed the connection] 03:35 -!- stevenroose [~steven@irc.roose.io] has joined #bitcoin-core-dev 03:44 -!- mol_ [~mol@unaffiliated/molly] has joined #bitcoin-core-dev 03:48 -!- mol [~mol@unaffiliated/molly] has quit [Ping timeout: 260 seconds] 03:50 -!- jungnam [~jungnam@s91904426.blix.com] has joined #bitcoin-core-dev 03:56 -!- Pavlenex [~Thunderbi@178.220.103.52] has quit [Quit: Pavlenex] 04:01 -!- Guyver2_ [Guyver@guyver2.xs4all.nl] has joined #bitcoin-core-dev 04:04 -!- Guyver2 [Guyver@guyver2.xs4all.nl] has quit [Ping timeout: 256 seconds] 04:07 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 04:07 < bitcoin-git> [bitcoin] promag opened pull request #20461: qa: Validate -rpcauth arguments (master...2020-11-validate-rpcauth) https://github.com/bitcoin/bitcoin/pull/20461 04:07 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 04:07 -!- awesome_doge [awesome-do@gateway/shell/matrix.org/x-uzbkbocahofvpvuf] has joined #bitcoin-core-dev 04:21 -!- Guyver2_ is now known as Guyver2 04:37 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 04:37 < bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/86bf3ae3b57e...b0c9024a7cf6 04:37 < bitcoin-git> bitcoin/master 68c2ef1 Andrew Chow: Fix version string in Windows and Mac installers 04:37 < bitcoin-git> bitcoin/master b0c9024 Wladimir J. van der Laan: Merge #20449: build: Fix Windows installer build 04:37 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 04:37 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 04:37 < bitcoin-git> [bitcoin] laanwj merged pull request #20449: build: Fix Windows installer build (master...fix-gitian-installers) https://github.com/bitcoin/bitcoin/pull/20449 04:37 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 04:46 -!- kinlo [~peter@unaffiliated/kinlo] has quit [Ping timeout: 260 seconds] 04:51 < fanquake> Is it really a surprise when Qt's build system does neither what you've told it to do, or what it's told you it's going todo 04:51 < fanquake> Apparently this was more obvious if you'd read the release notes from 3 versions prior 04:56 -!- mrostecki [~mrostecki@gateway/tor-sasl/mrostecki] has joined #bitcoin-core-dev 04:58 < wumpus> qt's build system is so special 04:59 < wumpus> wish they would just switch to one of the standard ones 05:00 < fanquake> You tell it to build in c++1z mode (our qt is a little old heh), it tells you it's going to build in c++1z mode, it instead just builds in c++11 mode 05:01 -!- Tennis [~Tennis@unaffiliated/tennis] has joined #bitcoin-core-dev 05:01 < wumpus> 'z' is the verilog symbol for high impedance so it's read as a '1' of course 05:02 < fanquake> ah yes of course 05:04 < wumpus> well it's good to realize this while in the rc phase i guess 05:05 < fanquake> This should only be an issue for master. I'm going to flick all the c++17 switches in depends 05:06 -!- kinlo [~peter@unaffiliated/kinlo] has joined #bitcoin-core-dev 05:08 < wumpus> right, 0.21 is still entirely built in c++11 mode 05:11 -!- doubleqp [~doubleqp@188.166.79.22] has quit [Changing host] 05:11 -!- doubleqp [~doubleqp@unaffiliated/doubleqp] has joined #bitcoin-core-dev 05:12 -!- doubleqp [~doubleqp@unaffiliated/doubleqp] has quit [Quit: bye bye] 05:12 -!- doubleqp [~doubleqp@188.166.79.22] has joined #bitcoin-core-dev 05:12 -!- doubleqp [~doubleqp@188.166.79.22] has quit [Changing host] 05:12 -!- doubleqp [~doubleqp@unaffiliated/doubleqp] has joined #bitcoin-core-dev 05:18 -!- da39a3ee5e6b4b0d [~da39a3ee5@2403:6200:8876:6c06:c056:20b8:f8ee:6530] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 05:24 -!- da39a3ee5e6b4b0d [~da39a3ee5@2403:6200:8876:6c06:c056:20b8:f8ee:6530] has joined #bitcoin-core-dev 05:25 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 05:25 < bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b0c9024a7cf6...555b5d1bf940 05:25 < bitcoin-git> bitcoin/master a52ecc9 fanquake: build: set minimum supported macOS to 10.14 05:25 < bitcoin-git> bitcoin/master 555b5d1 Wladimir J. van der Laan: Merge #20419: build: set minimum supported macOS to 10.14 05:25 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 05:25 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 05:25 < bitcoin-git> [bitcoin] laanwj merged pull request #20419: build: set minimum supported macOS to 10.14 (master...macos_minimum_10_14) https://github.com/bitcoin/bitcoin/pull/20419 05:25 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 05:35 -!- vasild_ [~vd@gateway/tor-sasl/vasild] has joined #bitcoin-core-dev 05:38 < wumpus> fanquake: I don't entirely understand the outstanding issue in #20422, does it block merge? 05:38 < gribble> https://github.com/bitcoin/bitcoin/issues/20422 | build: mac deployment unification by fanquake · Pull Request #20422 · bitcoin/bitcoin · GitHub 05:39 -!- vasild [~vd@gateway/tor-sasl/vasild] has quit [Ping timeout: 240 seconds] 05:48 -!- jbarcelo [43daf305@67.218.243.5] has quit [Ping timeout: 245 seconds] 05:50 < fanquake> wumpus: probably. The issue is that with those changes, if you're on macOS and run make deploy (with the latest mac_alias installed), it will fail, due to what I think is a bug in mac_alias. The cross-compile is unaffected, because we are pinned to the previous version of mac_alias in depends. As a workaround, mac users could also install the previous version. 05:51 < fanquake> This hasn't been an issue for mac users until now, because the Python currently used by the native mac build would construct and run an "Applescript", which would modify the dmg during creation (also the source of the annoying "popup" behaviour). 05:51 < fanquake> I just haven't been motivated to figure out what the issue is with mac_alias is yet 05:53 -!- jungnam [~jungnam@s91904426.blix.com] has quit [Remote host closed the connection] 05:55 < wumpus> thanks for explaining, it's more clear to me now 05:56 < wumpus> maybe the new version of mac_alias is broken or at the least incompatible with what we do 05:58 < fanquake> The previous version came out ~2.5 years ago, so it's quite possible something has broken/changed in a backwards incompatible way. 05:59 < fanquake> The new version also adds support for new versions of records as well 06:00 -!- resolve [~resolve@178.162.212.214] has joined #bitcoin-core-dev 06:07 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 06:07 < bitcoin-git> [bitcoin] luke-jr opened pull request #20462: RPC/Wallet: unloadwallet: Clarify docs/error when both the RPC request and wallet_name parameter specify a wallet (master...unloadwallet_namematch_pt1) https://github.com/bitcoin/bitcoin/pull/20462 06:08 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 06:09 -!- miketwenty1 [~miketwent@136.55.84.49] has joined #bitcoin-core-dev 06:10 < wumpus> "NameError: name 'kind' is not defined" is a really strange error on assignment to kind 06:13 < wumpus> wait... https://github.com/al45tair/mac_alias/blob/master/mac_alias/alias.py#L282 doesn' look like valid python at all 06:13 < wumpus> you can't just end a line with assignment targets in , 06:14 < wumpus> would have worked with (kind, volname, ...) with paranthesis around it 06:15 < luke-jr> what is cr ACK O.o 06:16 < wumpus> fanquake: so clearly an upstream issue! 06:16 < wumpus> luke-jr: huh? 06:18 < luke-jr> https://github.com/bitcoin/bitcoin/pull/20462#issuecomment-732187813 06:20 < wumpus> I guess cr=code review 06:21 < luke-jr> aha, makes sense 06:21 -!- kinlo [~peter@unaffiliated/kinlo] has quit [Ping timeout: 260 seconds] 06:29 -!- miketwenty1 [~miketwent@136.55.84.49] has quit [Remote host closed the connection] 06:30 -!- miketwenty1 [~miketwent@136.55.84.49] has joined #bitcoin-core-dev 06:30 -!- kinlo [~peter@unaffiliated/kinlo] has joined #bitcoin-core-dev 06:34 -!- miketwenty1 [~miketwent@136.55.84.49] has quit [Ping timeout: 246 seconds] 06:38 -!- Pavlenex [~Thunderbi@178.220.103.52] has joined #bitcoin-core-dev 06:43 -!- miketwenty1 [~miketwent@136.55.84.49] has joined #bitcoin-core-dev 06:44 -!- x58743446 [~face@207.154.206.50] has quit [Quit: leaving] 06:48 -!- miketwenty1 [~miketwent@136.55.84.49] has quit [Ping timeout: 256 seconds] 06:48 -!- miketwenty1 [~miketwent@136.55.84.49] has joined #bitcoin-core-dev 06:50 -!- face [~face@207.154.206.50] has joined #bitcoin-core-dev 06:52 -!- da39a3ee5e6b4b0d [~da39a3ee5@2403:6200:8876:6c06:c056:20b8:f8ee:6530] has quit [Ping timeout: 264 seconds] 06:52 -!- face [~face@207.154.206.50] has quit [Quit: leaving] 06:53 -!- da39a3ee5e6b4b0d [~da39a3ee5@2403:6200:8876:6c06:c056:20b8:f8ee:6530] has joined #bitcoin-core-dev 06:53 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 06:53 < bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to 0.20: https://github.com/bitcoin/bitcoin/compare/a2fa11f9de78...75bf23d8613a 06:53 < bitcoin-git> bitcoin/0.20 fa074d2 MarcoFalke: Revert "Merge #19606: Backport wtxid relay to v0.20" 06:53 < bitcoin-git> bitcoin/0.20 75bf23d MarcoFalke: Merge #20399: Revert "Merge #19606: Backport wtxid relay to v0.20" 06:53 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 06:54 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 06:54 < bitcoin-git> [bitcoin] MarcoFalke merged pull request #20399: Revert "Merge #19606: Backport wtxid relay to v0.20" (0.20...2011-prepare020release) https://github.com/bitcoin/bitcoin/pull/20399 06:54 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 06:55 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 06:55 < bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/555b5d1bf940...2ee954daaee5 06:55 < bitcoin-git> bitcoin/master b87caf1 Sjors Provoost: test: add is_bdb_compiled helper 06:55 < bitcoin-git> bitcoin/master 2ee954d MarcoFalke: Merge #20458: test: add is_bdb_compiled helper 06:55 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 06:55 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 06:55 < bitcoin-git> [bitcoin] MarcoFalke merged pull request #20458: test: add is_bdb_compiled helper (master...2020/11/use_bdb) https://github.com/bitcoin/bitcoin/pull/20458 06:55 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 07:15 -!- gribble [~gribble@unaffiliated/nanotube/bot/gribble] has quit [Remote host closed the connection] 07:17 -!- miketwen_ [~miketwent@ec2-23-21-194-211.compute-1.amazonaws.com] has joined #bitcoin-core-dev 07:21 -!- miketwenty1 [~miketwent@136.55.84.49] has quit [Ping timeout: 272 seconds] 07:22 -!- Jackielove4u [uid43977@gateway/web/irccloud.com/x-zwrouasmjczcftxr] has joined #bitcoin-core-dev 07:24 -!- Highway62 [Thunderbir@gateway/vpn/protonvpn/highway61] has joined #bitcoin-core-dev 07:25 -!- Highway61 [Thunderbir@gateway/vpn/protonvpn/highway61] has quit [Remote host closed the connection] 07:25 -!- gribble [~gribble@unaffiliated/nanotube/bot/gribble] has joined #bitcoin-core-dev 07:25 -!- Highway61 [Thunderbir@gateway/vpn/protonvpn/highway61] has joined #bitcoin-core-dev 07:29 -!- Highway62 [Thunderbir@gateway/vpn/protonvpn/highway61] has quit [Ping timeout: 240 seconds] 07:30 -!- Kiminuo [~mix@141.98.103.172] has quit [Ping timeout: 244 seconds] 07:35 -!- promag_ [~promag@188.250.84.129] has joined #bitcoin-core-dev 07:47 -!- yanmaani1 is now known as yanmaani 08:05 -!- da39a3ee5e6b4b0d [~da39a3ee5@2403:6200:8876:6c06:c056:20b8:f8ee:6530] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 08:24 -!- kexkey [~kexkey@static-198-54-132-134.cust.tzulo.com] has joined #bitcoin-core-dev 08:29 -!- Kiminuo [~mix@141.98.103.172] has joined #bitcoin-core-dev 08:44 -!- jeremyrubin [~jr@c-73-15-215-148.hsd1.ca.comcast.net] has joined #bitcoin-core-dev 09:04 -!- Kiminuo [~mix@141.98.103.172] has quit [Ping timeout: 240 seconds] 09:18 -!- tylerchambers [~tyler@cpe-96-29-47-148.kya.res.rr.com] has joined #bitcoin-core-dev 09:20 -!- meshcollider [meshcollid@gateway/shell/ircnow/x-vmynyavngcrbrncl] has quit [Quit: ZNC 1.7.5 - https://znc.in] 09:30 < achow101> Should I reopen #20447 for the 0.21 branch? 09:30 < gribble> https://github.com/bitcoin/bitcoin/issues/20447 | depends: Patch qt_intersect_spans to avoid non-deterministic behavior in LLVM 8 by achow101 · Pull Request #20447 · bitcoin/bitcoin · GitHub 09:30 -!- jonny1000 [~jon@2a00:23c8:598b:101:21dd:be9f:f987:a9d7] has joined #bitcoin-core-dev 09:31 -!- meshcollider [meshcollid@gateway/shell/ircnow/x-yslbdkfqtjhgwjcu] has joined #bitcoin-core-dev 09:32 -!- proofofkeags [~proofofke@174-16-212-53.hlrn.qwest.net] has quit [Ping timeout: 240 seconds] 09:41 -!- eugene-ff [~eugene_ff@2604:2000:1383:472b:35d0:a660:e9f3:26b3] has quit [Remote host closed the connection] 09:41 -!- eugene-ff [~eugene_ff@2604:2000:1383:472b:d5dd:106a:4f01:4bca] has joined #bitcoin-core-dev 09:42 -!- jonny1000 [~jon@2a00:23c8:598b:101:21dd:be9f:f987:a9d7] has quit [Quit: Leaving.] 09:45 -!- eugene-ff [~eugene_ff@2604:2000:1383:472b:d5dd:106a:4f01:4bca] has quit [Ping timeout: 260 seconds] 09:48 < MarcoFalke> Is everyone on the clang-9 train? If not, it could make sense for master as well 09:50 < hebasto> achow101: I vote for that 09:50 < achow101> i think it's reasonable to merge into master and then revert when clang 9 is merged 09:51 < hebasto> sounds good 09:51 < achow101> i think there's some hesitation about clang 9 because apple has only blessed clang 8 for the sdk we use 09:52 < hebasto> I read about that many times in our community, but every time without justification 09:53 < achow101> the concern is that clang 9 could have introduced something which apple doesn't like 09:53 < achow101> I don't have an opinion on this since I work with neither clang nor macOS 09:53 < hebasto> yes, I understand the concern. but is it in real life? 09:53 -!- eugene-ff [~eugene_ff@2604:2000:1383:472b:40e6:cab7:86db:332e] has joined #bitcoin-core-dev 09:54 < achow101> afaik there aren't any problems, just vague "maybe there's an edge case" 09:58 -!- eugene-ff [~eugene_ff@2604:2000:1383:472b:40e6:cab7:86db:332e] has quit [Ping timeout: 264 seconds] 09:59 < hebasto> achow101: I'vr updated my https://github.com/bitcoin/bitcoin/pull/20447#pullrequestreview-536690642 10:03 -!- proofofkeags [~proofofke@174-16-212-53.hlrn.qwest.net] has joined #bitcoin-core-dev 10:06 < vasild_> Ditch old compilers! 10:07 -!- vasild_ is now known as vasild 10:07 < hebasto> new owns have memcmp bug 10:10 < MarcoFalke> that's gcc, not clang 10:12 < wumpus> definitely for master I'd say just upgrade the compiler 10:12 < wumpus> for 0.21 I'd be okay with that as well 10:13 < promag> ryanofsky: I think we are discussing in the wrong place, sorry provoostenator 10:14 -!- justan0theruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 260 seconds] 10:15 < promag> ryanofsky: with you approach the async function would block right? for instance with Qt::BlockingQueuedConnection. Is this fine? 10:16 < wumpus> but for 0.21 I'm also fine with patching the build system or qt spans function, I very much don't like that as a long term solution 10:17 -!- kristapsk [~KK@gateway/tor-sasl/kristapsk] has joined #bitcoin-core-dev 10:19 -!- Talkless [~Talkless@mail.dargis.net] has joined #bitcoin-core-dev 10:29 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Read error: Connection reset by peer] 10:30 -!- justan0theruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 10:31 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #bitcoin-core-dev 10:33 < miketwen_> hey .. still trying to figure out what I need to do to get my PR merged for gitian.sigs. Also, fanquake: the newest merged commit in gitian sigs with oliver gugger is breaking the verify script. https://github.com/bitcoin-core/gitian.sigs/issues/1316 10:34 -!- miketwen_ is now known as miketwenty1 10:35 < miketwenty1> in reference to my gitian PR. https://github.com/bitcoin-core/gitian.sigs/pull/1307. Would someone tell me what this needs to be merged in. 10:36 -!- eugene-ff [~eugene_ff@cpe-67-247-37-186.nyc.res.rr.com] has joined #bitcoin-core-dev 11:03 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Excess Flood] 11:03 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #bitcoin-core-dev 11:07 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Read error: Connection reset by peer] 11:08 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 11:08 < bitcoin-git> [bitcoin] MarcoFalke opened pull request #20464: refactor: Treat CDataStream bytes as uint8_t (master...2011-dataStream) https://github.com/bitcoin/bitcoin/pull/20464 11:08 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 11:10 -!- jonatack [~jon@134.19.179.179] has quit [Quit: jonatack] 11:10 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #bitcoin-core-dev 11:12 -!- Kiminuo [~mix@141.98.103.172] has joined #bitcoin-core-dev 11:12 -!- Tennis [~Tennis@unaffiliated/tennis] has quit [Quit: Leaving] 11:18 -!- jonatack [~jon@88.124.242.136] has joined #bitcoin-core-dev 11:23 -!- jonatack [~jon@88.124.242.136] has quit [Ping timeout: 256 seconds] 11:25 -!- jonatack [~jon@134.19.179.163] has joined #bitcoin-core-dev 11:26 -!- Highway62 [Thunderbir@gateway/vpn/protonvpn/highway61] has joined #bitcoin-core-dev 11:27 -!- Highway61 [Thunderbir@gateway/vpn/protonvpn/highway61] has quit [Remote host closed the connection] 11:27 -!- Highway61 [Thunderbir@gateway/vpn/protonvpn/highway61] has joined #bitcoin-core-dev 11:31 -!- Highway62 [Thunderbir@gateway/vpn/protonvpn/highway61] has quit [Ping timeout: 240 seconds] 11:52 < wumpus> you shouldn't have to do anything to get your PR for gitian.sigs merged, it's just that rc1 was kind of abandoned so no one is probably in a hurry 11:52 < wumpus> I'll merge it 11:52 < wumpus> oh already is okay 11:52 < miketwenty1> yeah.. Marco got me 11:53 < miketwenty1> thanks though.. will keep my eye out on rc2 or 21.1 11:53 < wumpus> great :) 12:01 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 12:01 < bitcoin-git> [bitcoin] MarcoFalke opened pull request #20466: test: Fix intermittent p2p_finerprint issue (master...2011-testIntFixp2p) https://github.com/bitcoin/bitcoin/pull/20466 12:01 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 12:02 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 12:02 < bitcoin-git> [bitcoin] sipsorcery closed pull request #20392: WIP: Switch appveyor build from Release to Debug (master...msvc-appveyor-debug-build) https://github.com/bitcoin/bitcoin/pull/20392 12:02 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 12:04 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 12:04 < bitcoin-git> [bitcoin] MarcoFalke pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/2ee954daaee5...cb89e1884585 12:04 < bitcoin-git> bitcoin/master fa1f949 MarcoFalke: ci: Run nowallet ci config on cirrus 12:04 < bitcoin-git> bitcoin/master fa73674 MarcoFalke: ci: Run i686 centos ci config on cirrus 12:04 < bitcoin-git> bitcoin/master fa7a438 MarcoFalke: ci: Fix doc typos in .cirrus.yml 12:04 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 12:04 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 12:04 < bitcoin-git> [bitcoin] MarcoFalke merged pull request #19179: ci: Run ci configs on cirrus (master...2006-ciCirrus) https://github.com/bitcoin/bitcoin/pull/19179 12:04 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 12:09 -!- morcos [~morcos@gateway/tor-sasl/morcos] has quit [Ping timeout: 240 seconds] 12:18 < luke-jr> wumpus: might make sense to get Win/Linux rc1 out there for testing at least? 12:21 < wumpus> I'm not sure what's the wait for rc2 now 12:22 < wumpus> but if it takes much longer to decide which of the competing determinism fixes to do for mac I'd agree, this doesn't affect any other OSes 12:22 < wumpus> it doesn't even really affect testing for macos 12:23 < wumpus> in any case people that can build from source can test rc1 fine 12:24 < luke-jr> but they could have tested master too :P\ 12:31 -!- Talkless [~Talkless@mail.dargis.net] has quit [Quit: Konversation terminated!] 12:33 -!- dgenr8 [~dgenr8@unaffiliated/dgenr8] has joined #bitcoin-core-dev 12:34 -!- dgenr8 [~dgenr8@unaffiliated/dgenr8] has quit [Client Quit] 12:38 -!- Pavlenex [~Thunderbi@178.220.103.52] has quit [Ping timeout: 256 seconds] 12:54 < wumpus> sure, almost no difference at the moment 13:06 -!- helo [~helo@unaffiliated/helo] has quit [Ping timeout: 240 seconds] 13:07 -!- helo [~helo@unaffiliated/helo] has joined #bitcoin-core-dev 13:27 -!- molz_ [~mol@unaffiliated/molly] has joined #bitcoin-core-dev 13:29 -!- mol_ [~mol@unaffiliated/molly] has quit [Ping timeout: 240 seconds] 13:30 < achow101> would it be reasonable to change CFeeRate::GetFee to always round up? 13:32 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 13:32 < bitcoin-git> [bitcoin] dongcarl closed pull request #20019: depends: Properly pass $PATH to configure and pin (master...2020-09-resolve-PATH-prepending-madness) https://github.com/bitcoin/bitcoin/pull/20019 13:32 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 13:42 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 13:42 < bitcoin-git> [bitcoin] tylerchambers opened pull request #20468: build: don't allow manpages to be generated for binaries built from a dirty branch (master...fix-20412) https://github.com/bitcoin/bitcoin/pull/20468 13:42 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 13:49 -!- owowo [~ovovo@unaffiliated/ovovo] has quit [Ping timeout: 240 seconds] 13:56 -!- owowo [~ovovo@s91904426.blix.com] has joined #bitcoin-core-dev 13:56 -!- owowo [~ovovo@s91904426.blix.com] has quit [Changing host] 13:56 -!- owowo [~ovovo@unaffiliated/ovovo] has joined #bitcoin-core-dev 14:03 -!- filchef [~filchef@212.104.97.177] has joined #bitcoin-core-dev 14:03 -!- filchef [~filchef@212.104.97.177] has quit [Client Quit] 14:05 < aj> wumpus: re bitcoin-util; would be happy to add "grind" to bitcoin-tx and have a new PR that introduces a bitcoin-util that at least does a few things 14:09 -!- Highway61 [Thunderbir@gateway/vpn/protonvpn/highway61] has quit [Ping timeout: 240 seconds] 14:09 -!- Highway61 [Thunderbir@gateway/vpn/protonvpn/highway61] has joined #bitcoin-core-dev 14:12 -!- Highway61 [Thunderbir@gateway/vpn/protonvpn/highway61] has quit [Client Quit] 14:14 -!- Guyver2 [Guyver@guyver2.xs4all.nl] has quit [Quit: Going offline, see ya! (www.adiirc.com)] 14:22 -!- Nebraskka [~Nebraskka@51.83.249.56] has quit [Remote host closed the connection] 14:23 -!- Nebraskka [~Nebraskka@51.83.249.56] has joined #bitcoin-core-dev 14:44 -!- Kiminuo [~mix@141.98.103.172] has quit [Ping timeout: 272 seconds] 15:02 -!- troygiorshev [~troygiors@d67-193-140-136.home3.cgocable.net] has quit [Ping timeout: 260 seconds] 15:19 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 15:19 < bitcoin-git> [bitcoin] dergoegge opened pull request #20469: build: Avoid secp256k1.h include from system (master...fixincludeorder) https://github.com/bitcoin/bitcoin/pull/20469 15:19 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 15:20 -!- sr_gi [~sr_gi@80.174.218.168.dyn.user.ono.com] has quit [Read error: Connection reset by peer] 15:21 -!- sr_gi [~sr_gi@80.174.218.168.dyn.user.ono.com] has joined #bitcoin-core-dev 15:27 < wumpus> aj: I just don't see the principal distinction between bitcoin-util and bitcoin-tx 15:27 < sipa> bitcoin-tx only operates on transactions, and allows multiple operations on it 15:27 < wumpus> if we would have known in advance that people would want to add utility functions that don't necessarily have to do with transactions, the better name would have been bitcoin-util, but that ship has sailed 15:27 < sipa> not sure how you'd integrate non-tx-mutating operations into it 15:29 < sipa> i guess you can integrate all bitcoin-tx's operations into a -util, by only allowing one operation per invocation 15:29 < wumpus> having only one 'general utilities' binaries would be nice at least 15:29 < wumpus> binary* 15:29 < luke-jr> library* 15:30 < wumpus> I don't particularly want the same as for the fuzzers 15:30 < wumpus> it'd be a library if that wasn't so difficult to do in a useful cross-platform usable way 15:32 < wumpus> a library has to handle all kinds of things like multi-threaded clients, different dynamic linking concepts, ABIs, bindings to different languages etc etc 15:32 < wumpus> try calling from bash into a library 15:33 -!- justan0theruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 264 seconds] 15:33 < wumpus> computing is such a mess and we're not going to solve that in this project !!! 15:34 < fanquake> we've just decided to solve money instead; because that's much less of a mess! 15:35 < sipa> haha 15:35 < wumpus> ... well one giant mess at a time is fair isn't it 15:35 < midnight> make friends with bunnie and offer accommodation for coreside precursor support if necessary :-D 15:35 * midnight ducks 15:36 < wumpus> let's pretend these things are sepaate and can be solved one at a time, just for old times sake 15:37 < luke-jr> fanquake: lol 15:37 < wumpus> if not it's such a total screaming madness it's not even addressable 15:37 < wumpus> midnight: heh 15:40 < luke-jr> I mean, we already need to address threading for our own use… 15:41 < luke-jr> bindings don't have to be our problem either, and ABIs are fairly straightforward 15:41 < luke-jr> (perhaps not for the user side, but for the library developer) 15:42 -!- Jackielove4u [uid43977@gateway/web/irccloud.com/x-zwrouasmjczcftxr] has quit [Quit: Connection closed for inactivity] 15:43 < wumpus> well it's easier to offer it as an utility, it doesn't rule out making it a library later 15:43 < wumpus> there are more design decisions involved inthat. 15:44 < wumpus> blame POSIX or the UNIX model or whatever you want *shrug* but as it stands, a process it the most straightforward interface 15:46 < luke-jr> it would be nice if C grew the annotations needed to automate bindings 15:47 < wumpus> yes 15:47 < luke-jr> would also make for better compile-time warnings I bet 15:48 -!- justan0theruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 15:51 < aj> wumpus: i guess i think everything you currently use bitcoin-tx for should switch to psbt's; and it'd be easier to do that via a new command 15:53 < wumpus> it would also have been less of a problem to have different binaries (if you want a binary per entry point) if dynamic libraries were more standardized across platforms, right now we use, by necessity, a semi-static linking approach, so every binary ends up duplicating everything it links 15:54 < wumpus> because evertyhing is broken it ends up at a (pre-)80's common denominator 15:55 < wumpus> aj: you mean the current bitcoin-tx would be deprecated in the long run? 15:55 < aj> wumpus: yeah 15:55 < aj> wumpus: leave it as-is for compatability for a while of course 15:57 < sipa> aj: having a psbt standalone utility would be awesome 15:57 < sipa> (i don't have an opinion on inside bitcoin-util or elsewhere) 15:57 < wumpus> that makes sense, though I don't see how it relates to the signet grinding functionality 15:58 < aj> sipa: #14671 proposes that 15:58 < gribble> https://github.com/bitcoin/bitcoin/issues/14671 | Utility to replace RPC calls that dont need wallet or chain context · Issue #14671 · bitcoin/bitcoin · GitHub 15:58 < wumpus> it seems kind of detached from everything so you could just as well add it to anything 15:58 -!- resolve [~resolve@178.162.212.214] has quit [Remote host closed the connection] 15:59 < sipa> aj: that seems to lack the most useful one :p 15:59 -!- miketwen_ [~miketwent@ec2-35-174-232-195.compute-1.amazonaws.com] has joined #bitcoin-core-dev 15:59 < sipa> something that you give one or more PSBTs, and one or more descriptors, and it updates/processes/signs everything it knows how to 15:59 < aj> sipa: that needs wallet info? 16:00 < aj> sipa: i mean, could have bitcoin-util usurp bitcoin-wallet too, i guess... 16:01 < sipa> aj: no, no wallet 16:01 < aj> sipa: "signs everything it knows how to" ? 16:01 < sipa> just extract everything from the provided psbt and descriptors 16:01 < sipa> if those are private-key descriptors, it can sign; otherwise it can only update 16:01 < wumpus> bitcoin-wallet is a diagnostic utility, it's not like the monero-wallet which is really a client-side wallet implemetation 16:02 -!- miketwenty1 [~miketwent@ec2-23-21-194-211.compute-1.amazonaws.com] has quit [Ping timeout: 240 seconds] 16:04 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Remote host closed the connection] 16:05 < wumpus> though 'could have', sure, it could actually do that 16:06 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 16:06 < bitcoin-git> [bitcoin] dongcarl opened pull request #20470: build: Replace genisoimage with xorriso (master...2020-11-xorriso) https://github.com/bitcoin/bitcoin/pull/20470 16:06 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 16:07 < aj> sipa: there's no rpc already that does that, right? 16:08 < sipa> aj: indeed 16:08 < sipa> the biggest hurdle is that the internal signing code can't do on-the-fly key derivation 16:09 -!- justan0theruser is now known as justanotheruser 16:09 < sipa> apart from that it's pretty simple 16:15 -!- proofofkeags_ [~proofofke@174-16-212-53.hlrn.qwest.net] has joined #bitcoin-core-dev 16:18 -!- proofofkeags [~proofofke@174-16-212-53.hlrn.qwest.net] has quit [Ping timeout: 264 seconds] 16:19 -!- eugene-ff [~eugene_ff@cpe-67-247-37-186.nyc.res.rr.com] has quit [Remote host closed the connection] 16:19 -!- jaqque1 [~jaqque@s91904426.blix.com] has joined #bitcoin-core-dev 16:24 < luke-jr> wumpus: pretty sure wrapper scripts setting LD_LIBRARY_PATH would just work as well as static linking (and Windows/macOS don't even need that0 16:26 -!- eugene-ff [~eugene_ff@2604:2000:1383:472b:180:7d25:74a3:1753] has joined #bitcoin-core-dev 16:27 -!- Tennis [~Tennis@unaffiliated/tennis] has joined #bitcoin-core-dev 16:29 -!- troygiorshev [~troygiors@d67-193-140-136.home3.cgocable.net] has joined #bitcoin-core-dev 16:30 -!- eugene-ff [~eugene_ff@2604:2000:1383:472b:180:7d25:74a3:1753] has quit [Ping timeout: 264 seconds] 16:40 -!- proofofkeags__ [~proofofke@174-16-212-53.hlrn.qwest.net] has joined #bitcoin-core-dev 16:43 -!- proofofkeags_ [~proofofke@174-16-212-53.hlrn.qwest.net] has quit [Ping timeout: 260 seconds] 16:44 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 16:46 -!- proofofkeags_ [~proofofke@174-16-212-53.hlrn.qwest.net] has joined #bitcoin-core-dev 16:46 -!- proofofkeags__ [~proofofke@174-16-212-53.hlrn.qwest.net] has quit [Remote host closed the connection] 16:48 -!- proofofkeags__ [~proofofke@174-16-212-53.hlrn.qwest.net] has joined #bitcoin-core-dev 16:48 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 240 seconds] 16:50 -!- proofofkeags_ [~proofofke@174-16-212-53.hlrn.qwest.net] has quit [Ping timeout: 240 seconds] 16:54 -!- proofofkeags_ [~proofofke@174-16-212-53.hlrn.qwest.net] has joined #bitcoin-core-dev 16:56 -!- proofofkeags__ [~proofofke@174-16-212-53.hlrn.qwest.net] has quit [Ping timeout: 240 seconds] 17:01 -!- da39a3ee5e6b4b0d [~da39a3ee5@171.5.161.165] has joined #bitcoin-core-dev 17:02 -!- Eagle[TM] [~EagleTM@unaffiliated/eagletm] has quit [Ping timeout: 272 seconds] 17:10 -!- Tennis [~Tennis@unaffiliated/tennis] has quit [Read error: Connection reset by peer] 17:10 -!- jeremyrubin [~jr@c-73-15-215-148.hsd1.ca.comcast.net] has quit [Ping timeout: 246 seconds] 17:18 -!- marcinja [~marcinja@2604:a880:400:d1::89a:e001] has quit [Read error: Connection reset by peer] 17:28 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 17:29 -!- kristapsk [~KK@gateway/tor-sasl/kristapsk] has quit [Remote host closed the connection] 17:30 -!- kristapsk [~KK@gateway/tor-sasl/kristapsk] has joined #bitcoin-core-dev 17:35 -!- vasild_ [~vd@gateway/tor-sasl/vasild] has joined #bitcoin-core-dev 17:38 -!- vasild [~vd@gateway/tor-sasl/vasild] has quit [Ping timeout: 240 seconds] 17:59 -!- Deacyde [~Deacyde@unaffiliated/deacyde] has joined #bitcoin-core-dev 18:00 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 240 seconds] 18:01 -!- Deacyde [~Deacyde@unaffiliated/deacyde] has quit [Read error: Connection reset by peer] 18:08 -!- jeremyrubin [~jr@c-73-15-215-148.hsd1.ca.comcast.net] has joined #bitcoin-core-dev 18:12 -!- nkuttler_ [~nkuttler@unaffiliated/nkuttler] has joined #bitcoin-core-dev 18:13 -!- nkuttler [~nkuttler@unaffiliated/nkuttler] has quit [Ping timeout: 260 seconds] 18:13 -!- RusAlex [~Chel@unaffiliated/rusalex] has quit [Ping timeout: 260 seconds] 18:15 -!- RusAlex [~Chel@unaffiliated/rusalex] has joined #bitcoin-core-dev 18:18 -!- proofofkeags_ [~proofofke@174-16-212-53.hlrn.qwest.net] has quit [Ping timeout: 256 seconds] 18:43 -!- bosch-0 [uid472282@gateway/web/irccloud.com/x-auqfaahbqxtalihc] has joined #bitcoin-core-dev 18:56 -!- kristapsk [~KK@gateway/tor-sasl/kristapsk] has quit [Remote host closed the connection] 18:56 -!- EagleTM [~EagleTM@unaffiliated/eagletm] has joined #bitcoin-core-dev 19:26 -!- da39a3ee5e6b4b0d [~da39a3ee5@171.5.161.165] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 19:46 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 19:46 < bitcoin-git> [bitcoin] fanquake opened pull request #20471: build: use C++17 in depends (master...depends_c++17) https://github.com/bitcoin/bitcoin/pull/20471 19:46 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 19:54 -!- reallll [~belcher@unaffiliated/belcher] has joined #bitcoin-core-dev 19:57 -!- belcher [~belcher@unaffiliated/belcher] has quit [Ping timeout: 264 seconds] 19:57 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 20:04 -!- Evel-Knievel [~Evel-Knie@d5152f744.static.telenet.be] has quit [Ping timeout: 246 seconds] 20:04 -!- Evel-Knievel [~Evel-Knie@d5152f744.static.telenet.be] has joined #bitcoin-core-dev 20:07 -!- skyikot [~skyikot@gateway/tor-sasl/skyikot] has joined #bitcoin-core-dev 20:18 -!- dviola [~diego@unaffiliated/dviola] has quit [Quit: WeeChat 2.9] 20:31 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 260 seconds] 20:37 -!- promag__ [~promag@188.250.84.129] has joined #bitcoin-core-dev 20:38 -!- promag___ [~promag@188.250.84.129] has joined #bitcoin-core-dev 20:38 -!- promag [~promag@188.250.84.129] has quit [Read error: Connection reset by peer] 20:40 -!- promag_ [~promag@188.250.84.129] has quit [Ping timeout: 240 seconds] 20:45 -!- miketwen_ [~miketwent@ec2-35-174-232-195.compute-1.amazonaws.com] has quit [Remote host closed the connection] 20:52 -!- bosch-0 [uid472282@gateway/web/irccloud.com/x-auqfaahbqxtalihc] has quit [Quit: Connection closed for inactivity] 21:11 -!- miketwenty1 [~miketwent@136.55.84.49] has joined #bitcoin-core-dev 21:15 -!- miketwenty1 [~miketwent@136.55.84.49] has quit [Ping timeout: 256 seconds] 21:39 -!- nkuttler_ is now known as nkuttler 22:15 -!- shesek [~shesek@164.90.217.137] has joined #bitcoin-core-dev 22:15 -!- shesek [~shesek@164.90.217.137] has quit [Changing host] 22:15 -!- shesek [~shesek@unaffiliated/shesek] has joined #bitcoin-core-dev 22:17 -!- Pavlenex [~Thunderbi@178.220.103.52] has joined #bitcoin-core-dev 22:21 -!- jaqque1 [~jaqque@s91904426.blix.com] has quit [Remote host closed the connection] 22:27 -!- Pavlenex [~Thunderbi@178.220.103.52] has quit [Quit: Pavlenex] 22:28 -!- Pavlenex [~Thunderbi@178.220.103.52] has joined #bitcoin-core-dev 22:28 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 22:29 -!- dr-orlovsky [~dr-orlovs@31.14.40.19] has quit [Ping timeout: 264 seconds] 22:34 -!- skyikot [~skyikot@gateway/tor-sasl/skyikot] has quit [Ping timeout: 240 seconds] 22:43 -!- altoid [~altoid@178.162.212.214] has joined #bitcoin-core-dev 23:01 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 264 seconds] 23:01 -!- altoid [~altoid@178.162.212.214] has quit [] 23:23 -!- az0re [~az0re@gateway/tor-sasl/az0re] has quit [Ping timeout: 240 seconds] 23:42 -!- Jackielove4u [uid43977@gateway/web/irccloud.com/x-yvkrhcmnpcotzlkv] has joined #bitcoin-core-dev 23:44 -!- Kiminuo [~mix@141.98.103.172] has joined #bitcoin-core-dev 23:53 -!- da39a3ee5e6b4b0d [~da39a3ee5@mx-ll-171.5.161-165.dynamic.3bb.co.th] has joined #bitcoin-core-dev 23:58 -!- Suntop1 [~Suntop@193.56.252.12] has joined #bitcoin-core-dev 23:58 -!- infernix [nix@unaffiliated/infernix] has quit [Quit: ZNC - http://znc.sourceforge.net] 23:59 -!- jeremyrubin [~jr@c-73-15-215-148.hsd1.ca.comcast.net] has quit [Ping timeout: 272 seconds] --- Log closed Tue Nov 24 00:00:25 2020