12020-05-19T00:00:01  *** r2wj has quit IRC
  22020-05-19T00:03:18  *** bitcoin-git has joined #bitcoin-core-dev
  32020-05-19T00:03:19  <bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/dc5333d31f28...362f9c60a54e
  42020-05-19T00:03:19  <bitcoin-git> bitcoin/master 784ae09 codeShark149: test: Add capability to disable RPC timeout in functional tests.
  52020-05-19T00:03:20  <bitcoin-git> bitcoin/master 38c3dd9 codeShark149: docs: Add notes on how to diasble rpc timeout in functional tests while at...
  62020-05-19T00:03:21  <bitcoin-git> bitcoin/master 362f9c6 MarcoFalke: Merge #18986: tests: Add capability to disable RPC timeout in functional t...
  72020-05-19T00:03:22  *** bitcoin-git has left #bitcoin-core-dev
  82020-05-19T00:03:39  *** bitcoin-git has joined #bitcoin-core-dev
  92020-05-19T00:03:39  <bitcoin-git> [bitcoin] MarcoFalke merged pull request #18986: tests: Add capability to disable RPC timeout in functional tests (master...notimeout-flag) https://github.com/bitcoin/bitcoin/pull/18986
 102020-05-19T00:03:40  *** bitcoin-git has left #bitcoin-core-dev
 112020-05-19T00:17:26  <hebasto> jonasschnelli: hi, mind reviewing #18152 ?
 122020-05-19T00:17:29  <gribble> https://github.com/bitcoin/bitcoin/issues/18152 | qt: Use SynchronizationState enum for signals to GUI by hebasto · Pull Request #18152 · bitcoin/bitcoin · GitHub
 132020-05-19T00:26:32  *** proofofkeags has joined #bitcoin-core-dev
 142020-05-19T00:27:02  *** hex17or has quit IRC
 152020-05-19T00:30:31  *** mol has quit IRC
 162020-05-19T00:43:40  *** hex17or has joined #bitcoin-core-dev
 172020-05-19T00:56:09  *** Maijin has joined #bitcoin-core-dev
 182020-05-19T00:58:42  *** mol has joined #bitcoin-core-dev
 192020-05-19T01:10:47  *** DeanWeen has joined #bitcoin-core-dev
 202020-05-19T01:28:54  *** DeanWeen has quit IRC
 212020-05-19T01:29:03  *** Dean_Guss has joined #bitcoin-core-dev
 222020-05-19T01:33:12  *** qubenix has quit IRC
 232020-05-19T01:34:20  *** qubenix has joined #bitcoin-core-dev
 242020-05-19T01:44:44  *** Highway61 has quit IRC
 252020-05-19T01:49:15  *** proofofkeags has quit IRC
 262020-05-19T01:49:50  *** proofofkeags has joined #bitcoin-core-dev
 272020-05-19T01:51:08  *** Chris_Stewart_5 has quit IRC
 282020-05-19T01:56:42  *** proofofk_ has joined #bitcoin-core-dev
 292020-05-19T01:57:38  *** proofofkeags has quit IRC
 302020-05-19T01:58:18  *** proofofk_ has quit IRC
 312020-05-19T01:58:30  *** proofofkeags has joined #bitcoin-core-dev
 322020-05-19T02:02:33  *** a5m0 has joined #bitcoin-core-dev
 332020-05-19T02:18:20  *** niklas54 has quit IRC
 342020-05-19T02:23:14  *** Emcy has joined #bitcoin-core-dev
 352020-05-19T02:30:00  *** proofofkeags has quit IRC
 362020-05-19T02:30:36  *** proofofkeags has joined #bitcoin-core-dev
 372020-05-19T02:35:22  *** proofofkeags has quit IRC
 382020-05-19T02:39:11  *** Relis has quit IRC
 392020-05-19T02:39:39  *** proofofkeags has joined #bitcoin-core-dev
 402020-05-19T02:43:08  *** proofofkeags has quit IRC
 412020-05-19T02:43:41  *** proofofkeags has joined #bitcoin-core-dev
 422020-05-19T02:46:22  *** surja795 has quit IRC
 432020-05-19T02:47:40  *** surja795 has joined #bitcoin-core-dev
 442020-05-19T02:47:55  *** Relis has joined #bitcoin-core-dev
 452020-05-19T02:48:11  *** proofofkeags has quit IRC
 462020-05-19T02:49:03  *** surja795 has quit IRC
 472020-05-19T02:49:19  *** surja795 has joined #bitcoin-core-dev
 482020-05-19T03:00:02  *** Maijin has quit IRC
 492020-05-19T03:13:02  *** surja795 has quit IRC
 502020-05-19T03:16:03  *** surja795 has joined #bitcoin-core-dev
 512020-05-19T03:20:23  *** surja795 has quit IRC
 522020-05-19T03:20:23  *** Dean_Guss has quit IRC
 532020-05-19T03:21:16  *** EricFisher has joined #bitcoin-core-dev
 542020-05-19T03:28:35  <tryphe> is there a reason configure.ac doesn't add "noexecstack" to LDFLAGS? it seems like we're using lots of other hardening options but not that one. is it not necessary?
 552020-05-19T03:31:15  <fanquake> tryphe: It's on by default if you're compiling using Ubuntu, which we are for gitian builds. We do have to add it explicitly when building for RISCV though: https://github.com/bitcoin/bitcoin/blob/master/contrib/gitian-descriptors/gitian-linux.yml#L160
 562020-05-19T03:32:45  <fanquake> We also test our release binaries to ensure that the stacks are not marked executable
 572020-05-19T03:32:50  <tryphe> fanquake, oh, that makes sense, i did see that in the gitian script for riscv while searching but couldn't figure out why not for everything else :p
 582020-05-19T03:37:33  <luke-jr> tryphe: because it's not configure's job to decide your build flags
 592020-05-19T03:38:33  <luke-jr> #14066 does set it explicitly for all platforms
 602020-05-19T03:38:35  <gribble> https://github.com/bitcoin/bitcoin/issues/14066 | gitian-linux: Build binaries for 64-bit POWER by luke-jr · Pull Request #14066 · bitcoin/bitcoin · GitHub
 612020-05-19T03:38:35  <luke-jr> in gitian
 622020-05-19T03:39:08  <tryphe> luke-jr, what's the point of ./configure --with-hardening then? it enabled relro, now, pie, but not noexecstack?
 632020-05-19T03:39:23  <luke-jr> maybe --with-hardening should do that too
 642020-05-19T03:39:40  <tryphe> on Debian 9, it's not, and i'm getting a different hash when i add noexecstack
 652020-05-19T03:39:51  <tryphe> different bitcoind hash
 662020-05-19T03:40:43  <tryphe> my thought was that everyone who went with --with-hardening assumed it was enabled, or maybe didn't know about it enough to look for it manually
 672020-05-19T03:41:39  *** Dean_Guss has joined #bitcoin-core-dev
 682020-05-19T03:44:33  <tryphe> shall i open a PR?
 692020-05-19T03:46:12  <fanquake> tryphe: is the binary actually marked as requiring an executable stack
 702020-05-19T03:54:52  <tryphe> fanquake, good point, i guess not
 712020-05-19T03:55:22  <tryphe> for both bins: src/bitcoind: ELF 64-bit LSB shared object, x86-64, version 1 (GNU/Linux), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.32, BuildID[sha1]=ec42b47cbaf82198ba6902e12568bac6f09ccde1, not stripped
 722020-05-19T03:57:38  <tryphe> but i wonder why the bin hash is different, secondary differences?
 732020-05-19T04:00:23  <fanquake> You can something like diffoscope on the two binaries and check what the differences are
 742020-05-19T04:01:21  <tryphe> i guess if pie is on, it's still a shared object, so that could be why it's not on by default
 752020-05-19T04:01:37  <tryphe> it's=noexecstack
 762020-05-19T04:04:09  <tryphe> because i don't think you could have execstack with -pie
 772020-05-19T04:20:04  *** vasild_ has joined #bitcoin-core-dev
 782020-05-19T04:23:03  *** vasild has quit IRC
 792020-05-19T04:23:04  *** vasild_ is now known as vasild
 802020-05-19T04:39:56  <tryphe> building diffoscope now, it's just taking a bit :) will try to post it here when done if possible
 812020-05-19T05:12:12  *** Talkless has joined #bitcoin-core-dev
 822020-05-19T05:21:31  *** Relis has quit IRC
 832020-05-19T05:24:46  *** Relis has joined #bitcoin-core-dev
 842020-05-19T05:26:55  *** Relis has quit IRC
 852020-05-19T05:38:12  *** manantial has joined #bitcoin-core-dev
 862020-05-19T05:45:11  *** manantial has quit IRC
 872020-05-19T06:00:01  *** EricFisher has quit IRC
 882020-05-19T06:16:07  *** Guyver2 has joined #bitcoin-core-dev
 892020-05-19T06:19:54  *** kristapsk has quit IRC
 902020-05-19T06:21:18  *** milky1 has joined #bitcoin-core-dev
 912020-05-19T06:31:15  <jonasschnelli> hebasto: oh. 18152 looks great. I haven't looked at it previously! Will review.
 922020-05-19T06:36:13  <hebasto> jonasschnelli: thanks!
 932020-05-19T07:18:42  *** bitcoin-git has joined #bitcoin-core-dev
 942020-05-19T07:18:42  <bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/362f9c60a54e...c73bd004ae81
 952020-05-19T07:18:43  <bitcoin-git> bitcoin/master c6131bf Pieter Wuille: Abstract logic to determine whether to answer tx GETDATA
 962020-05-19T07:18:43  <bitcoin-git> bitcoin/master f2f32a3 Pieter Wuille: Push down use of cs_main into FindTxForGetData
 972020-05-19T07:18:44  <bitcoin-git> bitcoin/master 2896c41 Pieter Wuille: Do not answer GETDATA for to-be-announced tx
 982020-05-19T07:18:45  *** bitcoin-git has left #bitcoin-core-dev
 992020-05-19T07:19:02  *** bitcoin-git has joined #bitcoin-core-dev
1002020-05-19T07:19:02  <bitcoin-git> [bitcoin] fanquake merged pull request #18861: Do not answer GETDATA for to-be-announced tx (master...202004_private_getdata) https://github.com/bitcoin/bitcoin/pull/18861
1012020-05-19T07:19:03  *** bitcoin-git has left #bitcoin-core-dev
1022020-05-19T07:24:33  *** NicolasDorier has quit IRC
1032020-05-19T07:24:43  *** NicolasDorier has joined #bitcoin-core-dev
1042020-05-19T07:25:39  *** endogenic has quit IRC
1052020-05-19T07:25:39  *** jkczyz has quit IRC
1062020-05-19T07:25:49  *** jkczyz has joined #bitcoin-core-dev
1072020-05-19T07:27:37  *** marcoagner has joined #bitcoin-core-dev
1082020-05-19T07:28:56  *** endogenic has joined #bitcoin-core-dev
1092020-05-19T07:33:01  *** Pavlenex has joined #bitcoin-core-dev
1102020-05-19T07:37:27  *** meshcollider has quit IRC
1112020-05-19T07:41:55  *** bitcoin-git has joined #bitcoin-core-dev
1122020-05-19T07:41:55  <bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c73bd004ae81...042ff521421f
1132020-05-19T07:41:56  <bitcoin-git> bitcoin/master fa243be MarcoFalke: log: Remove "No rpcpassword set" from logs
1142020-05-19T07:41:56  <bitcoin-git> bitcoin/master 042ff52 fanquake: Merge #18999: log: Remove "No rpcpassword set" from logs
1152020-05-19T07:42:04  *** bitcoin-git has left #bitcoin-core-dev
1162020-05-19T07:42:20  *** bitcoin-git has joined #bitcoin-core-dev
1172020-05-19T07:42:20  <bitcoin-git> [bitcoin] fanquake merged pull request #18999: log: Remove "No rpcpassword set" from logs (master...2005-logRpcPassword) https://github.com/bitcoin/bitcoin/pull/18999
1182020-05-19T07:42:29  *** bitcoin-git has left #bitcoin-core-dev
1192020-05-19T07:44:35  <elichai2> Finished reading http://www.erisian.com.au/meetbot/bitcoin-core-dev/2020/bitcoin-core-dev.2020-05-08-19.00.log.html, I have a naive question, no-one suggested using leveldb(since we already use that in validation) to replace bdb, is it because the main reason is for future table features or there is something bad/problematic with leveldb?
1202020-05-19T07:46:52  <aj> i think it might be that leveldb isn't a single-file database, so it's hard for users to move their wallet to a new pc or similar?
1212020-05-19T07:49:29  *** promag has joined #bitcoin-core-dev
1222020-05-19T07:53:48  *** promag has quit IRC
1232020-05-19T07:53:58  <elichai2> that's a good argument :)
1242020-05-19T07:57:30  *** Pavlenex has quit IRC
1252020-05-19T07:59:00  *** TheV01d has quit IRC
1262020-05-19T07:59:18  *** meshcollider has joined #bitcoin-core-dev
1272020-05-19T07:59:33  *** bitcoin-git has joined #bitcoin-core-dev
1282020-05-19T07:59:34  <bitcoin-git> [bitcoin] hosseinamin closed pull request #14898:  rpc listtransactions new argument options (paginatebypointer impl)  (master...master) https://github.com/bitcoin/bitcoin/pull/14898
1292020-05-19T07:59:42  *** bitcoin-git has left #bitcoin-core-dev
1302020-05-19T08:00:13  *** TheV01d has joined #bitcoin-core-dev
1312020-05-19T08:00:57  *** dfmb_ has joined #bitcoin-core-dev
1322020-05-19T08:03:56  *** kljasdfvv has quit IRC
1332020-05-19T08:05:56  *** kljasdfvv has joined #bitcoin-core-dev
1342020-05-19T08:07:30  *** promag has joined #bitcoin-core-dev
1352020-05-19T08:11:24  *** bitcoin-git has joined #bitcoin-core-dev
1362020-05-19T08:11:25  <bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/042ff521421f...e7736854ef6c
1372020-05-19T08:11:26  <bitcoin-git> bitcoin/master fa006ca MarcoFalke: ci: tsan on clang-9
1382020-05-19T08:11:27  <bitcoin-git> bitcoin/master faf5521 MarcoFalke: ci: Set DEBIAN_FRONTEND=noninteractive
1392020-05-19T08:11:28  <bitcoin-git> bitcoin/master e773685 fanquake: Merge #19008: ci: tsan on clang-9
1402020-05-19T08:11:29  *** bitcoin-git has left #bitcoin-core-dev
1412020-05-19T08:11:45  *** bitcoin-git has joined #bitcoin-core-dev
1422020-05-19T08:11:45  <bitcoin-git> [bitcoin] fanquake merged pull request #19008: ci: tsan on clang-9 (master...2005-ciTsanFocal) https://github.com/bitcoin/bitcoin/pull/19008
1432020-05-19T08:11:46  *** bitcoin-git has left #bitcoin-core-dev
1442020-05-19T08:15:07  *** mol has quit IRC
1452020-05-19T08:20:35  *** mol has joined #bitcoin-core-dev
1462020-05-19T08:30:02  *** promag_ has joined #bitcoin-core-dev
1472020-05-19T08:39:42  *** mol has quit IRC
1482020-05-19T08:43:54  *** mol has joined #bitcoin-core-dev
1492020-05-19T08:46:43  *** mol_ has joined #bitcoin-core-dev
1502020-05-19T08:49:06  *** mol has quit IRC
1512020-05-19T08:51:54  *** Juanicos2 has joined #bitcoin-core-dev
1522020-05-19T08:54:34  *** Pavlenex has joined #bitcoin-core-dev
1532020-05-19T09:00:02  *** milky1 has quit IRC
1542020-05-19T09:12:42  *** mol has joined #bitcoin-core-dev
1552020-05-19T09:15:47  *** mol_ has quit IRC
1562020-05-19T09:15:56  *** shesek has quit IRC
1572020-05-19T09:20:28  *** llamma1 has joined #bitcoin-core-dev
1582020-05-19T09:24:21  *** timothy has joined #bitcoin-core-dev
1592020-05-19T09:29:27  *** justanotheruser has quit IRC
1602020-05-19T09:33:32  *** justanotheruser has joined #bitcoin-core-dev
1612020-05-19T09:39:36  *** Dean_Guss has quit IRC
1622020-05-19T09:47:07  *** promag has quit IRC
1632020-05-19T09:47:53  *** promag has joined #bitcoin-core-dev
1642020-05-19T10:03:30  *** Jeremie89Monahan has joined #bitcoin-core-dev
1652020-05-19T10:03:31  *** Pavlenex has quit IRC
1662020-05-19T10:06:08  *** setpill has joined #bitcoin-core-dev
1672020-05-19T10:07:04  *** surja795 has joined #bitcoin-core-dev
1682020-05-19T10:08:16  *** bitcoin-git has joined #bitcoin-core-dev
1692020-05-19T10:08:16  <bitcoin-git> [bitcoin] Sjors opened pull request #19013: test: add v0.20.0 to backwards compatibility test  (master...2020/05/previous_release_0.20) https://github.com/bitcoin/bitcoin/pull/19013
1702020-05-19T10:08:18  *** bitcoin-git has left #bitcoin-core-dev
1712020-05-19T10:22:31  *** promag has quit IRC
1722020-05-19T10:23:05  *** promag has joined #bitcoin-core-dev
1732020-05-19T10:25:07  *** promag has quit IRC
1742020-05-19T10:25:20  *** promag has joined #bitcoin-core-dev
1752020-05-19T10:42:45  *** promag_ has quit IRC
1762020-05-19T10:53:38  *** Guyver2_ has joined #bitcoin-core-dev
1772020-05-19T10:57:24  *** Guyver2 has quit IRC
1782020-05-19T10:59:46  *** Chris_Stewart_5 has joined #bitcoin-core-dev
1792020-05-19T11:02:11  *** promag_ has joined #bitcoin-core-dev
1802020-05-19T11:08:02  *** justanotheruser has quit IRC
1812020-05-19T11:10:12  *** bitcoin-git has joined #bitcoin-core-dev
1822020-05-19T11:10:13  <bitcoin-git> [bitcoin] MarcoFalke opened pull request #19014: test: Replace TEST_PREVIOUS_RELEASES env var with test_framework option (master...2005-testPrevReleases) https://github.com/bitcoin/bitcoin/pull/19014
1832020-05-19T11:10:14  *** bitcoin-git has left #bitcoin-core-dev
1842020-05-19T11:11:37  *** bitcoin-git has joined #bitcoin-core-dev
1852020-05-19T11:11:38  <bitcoin-git> [bitcoin] fanquake closed pull request #18903: test: fix TEST_PREVIOUS_RELEASES check (master...getenv_defaults_to_None) https://github.com/bitcoin/bitcoin/pull/18903
1862020-05-19T11:11:39  *** bitcoin-git has left #bitcoin-core-dev
1872020-05-19T11:27:56  *** Jeremie89Monahan has quit IRC
1882020-05-19T11:33:20  *** promag has quit IRC
1892020-05-19T11:33:45  *** promag has joined #bitcoin-core-dev
1902020-05-19T11:37:39  *** justanotheruser has joined #bitcoin-core-dev
1912020-05-19T11:45:24  *** promag_ has quit IRC
1922020-05-19T11:48:36  *** promag_ has joined #bitcoin-core-dev
1932020-05-19T11:53:42  *** promag has quit IRC
1942020-05-19T11:54:15  *** promag has joined #bitcoin-core-dev
1952020-05-19T11:54:47  *** Highway61 has joined #bitcoin-core-dev
1962020-05-19T11:58:09  *** shesek has joined #bitcoin-core-dev
1972020-05-19T11:58:10  *** shesek has quit IRC
1982020-05-19T11:58:10  *** shesek has joined #bitcoin-core-dev
1992020-05-19T11:59:41  *** promag_ has quit IRC
2002020-05-19T12:00:01  *** llamma1 has quit IRC
2012020-05-19T12:01:50  *** Juanicos2 has quit IRC
2022020-05-19T12:22:06  *** jbarnette has joined #bitcoin-core-dev
2032020-05-19T12:35:32  *** bitcoin-git has joined #bitcoin-core-dev
2042020-05-19T12:35:33  <bitcoin-git> [bitcoin] jonasschnelli pushed 7 commits to master: https://github.com/bitcoin/bitcoin/compare/e7736854ef6c...d44dd513226f
2052020-05-19T12:35:33  <bitcoin-git> bitcoin/master 1df7701 Hennadii Stepanov: refactor: Remove unused bool parameter in BlockNotifyGenesisWait()
2062020-05-19T12:35:33  <bitcoin-git> bitcoin/master 2bec309 Hennadii Stepanov: refactor: Remove unused bool parameter in RPCNotifyBlockChange()
2072020-05-19T12:35:34  <bitcoin-git> bitcoin/master 1dab574 Hennadii Stepanov: refactor: Pass SynchronizationState enum to GUI
2082020-05-19T12:35:36  *** bitcoin-git has left #bitcoin-core-dev
2092020-05-19T12:35:36  *** troygiorshev has joined #bitcoin-core-dev
2102020-05-19T12:35:56  *** promag_ has joined #bitcoin-core-dev
2112020-05-19T12:36:22  *** bitcoin-git has joined #bitcoin-core-dev
2122020-05-19T12:36:22  <bitcoin-git> [bitcoin] jonasschnelli merged pull request #18152: qt: Use SynchronizationState enum for signals to GUI (master...20200215-pr18121-followup2) https://github.com/bitcoin/bitcoin/pull/18152
2132020-05-19T12:36:24  *** bitcoin-git has left #bitcoin-core-dev
2142020-05-19T12:40:16  *** bitcoin-git has joined #bitcoin-core-dev
2152020-05-19T12:40:17  <bitcoin-git> [bitcoin] practicalswift opened pull request #19015: build: Enable some commonly enabled compiler diagnostics (master...compiler-diagnostics) https://github.com/bitcoin/bitcoin/pull/19015
2162020-05-19T12:40:18  *** bitcoin-git has left #bitcoin-core-dev
2172020-05-19T12:40:19  *** promag_ has quit IRC
2182020-05-19T12:56:45  *** bitcoin-git has joined #bitcoin-core-dev
2192020-05-19T12:56:46  <bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/d44dd513226f...aa8d76806c74
2202020-05-19T12:56:47  <bitcoin-git> bitcoin/master 2abe8cc Luke Dashjr: Bugfix: Include "csv","!segwit" in "rules"
2212020-05-19T12:56:48  <bitcoin-git> bitcoin/master 412d5fe Luke Dashjr: QA: feature_segwit: Check that template "rules" includes "!segwit" as appr...
2222020-05-19T12:56:48  <bitcoin-git> bitcoin/master aa8d768 MarcoFalke: Merge #17946: Fix GBT: Restore "!segwit" and "csv" to "rules" key
2232020-05-19T12:56:50  *** bitcoin-git has left #bitcoin-core-dev
2242020-05-19T12:57:30  *** bitcoin-git has joined #bitcoin-core-dev
2252020-05-19T12:57:30  <bitcoin-git> [bitcoin] MarcoFalke merged pull request #17946: Fix GBT: Restore "!segwit" and "csv" to "rules" key (master...fix_gbt_buried) https://github.com/bitcoin/bitcoin/pull/17946
2262020-05-19T12:57:31  *** bitcoin-git has left #bitcoin-core-dev
2272020-05-19T13:12:15  *** nothingmuch has quit IRC
2282020-05-19T13:12:15  *** bsm117532 has quit IRC
2292020-05-19T13:15:12  *** bsm117532 has joined #bitcoin-core-dev
2302020-05-19T13:15:17  *** nothingmuch has joined #bitcoin-core-dev
2312020-05-19T13:19:19  *** setpill has quit IRC
2322020-05-19T13:21:45  *** Relis has joined #bitcoin-core-dev
2332020-05-19T13:23:16  *** Guyver2_ is now known as Guyver2
2342020-05-19T13:26:38  <fanquake> Anyone want to offer an opinion in #18956
2352020-05-19T13:26:40  <gribble> https://github.com/bitcoin/bitcoin/issues/18956 | build: enforce minimum required Windows version (7) by fanquake · Pull Request #18956 · bitcoin/bitcoin · GitHub
2362020-05-19T13:27:06  <fanquake> I'll take a "couldn't care less"
2372020-05-19T13:31:14  *** troygiorshev has quit IRC
2382020-05-19T13:31:35  *** troygiorshev has joined #bitcoin-core-dev
2392020-05-19T13:38:23  *** promag has quit IRC
2402020-05-19T13:38:38  *** promag has joined #bitcoin-core-dev
2412020-05-19T13:42:20  *** Relis has quit IRC
2422020-05-19T13:43:49  *** bitcoin-git has joined #bitcoin-core-dev
2432020-05-19T13:43:49  <bitcoin-git> [bitcoin] practicalswift closed pull request #18920: doc: Document how to analyze Bitcoin Core using Clang Static Analysis, clang-tidy and cppcheck (master...static-analysis-clang-tidy) https://github.com/bitcoin/bitcoin/pull/18920
2442020-05-19T13:43:51  *** bitcoin-git has left #bitcoin-core-dev
2452020-05-19T13:44:52  *** promag_ has joined #bitcoin-core-dev
2462020-05-19T13:47:01  *** mdunnio has joined #bitcoin-core-dev
2472020-05-19T13:49:52  *** promag_ has quit IRC
2482020-05-19T13:54:01  *** filchef has joined #bitcoin-core-dev
2492020-05-19T14:00:00  *** someone235 has joined #bitcoin-core-dev
2502020-05-19T14:18:49  *** pinheadmz has quit IRC
2512020-05-19T14:30:03  *** Relis has joined #bitcoin-core-dev
2522020-05-19T14:30:56  *** pinheadmz has joined #bitcoin-core-dev
2532020-05-19T14:44:26  *** kristapsk has joined #bitcoin-core-dev
2542020-05-19T14:48:11  *** Pavlenex has joined #bitcoin-core-dev
2552020-05-19T14:51:06  *** Pavlenex has quit IRC
2562020-05-19T14:59:23  *** Pavlenex has joined #bitcoin-core-dev
2572020-05-19T15:00:02  *** jbarnette has quit IRC
2582020-05-19T15:00:24  *** Pavlenex1 has joined #bitcoin-core-dev
2592020-05-19T15:03:50  *** Pavlenex has quit IRC
2602020-05-19T15:03:50  *** Pavlenex1 is now known as Pavlenex
2612020-05-19T15:13:10  *** EagleTM has joined #bitcoin-core-dev
2622020-05-19T15:21:50  *** mathepauker has joined #bitcoin-core-dev
2632020-05-19T15:24:28  <michaelfolkson> fanquake: What do we know about how many people (if any) are running on these versions of these Windows?
2642020-05-19T15:26:18  <michaelfolkson> fanquake: By enforce you mean not only do we not wish to support it we also want to do everything in our power that people don't try to run on these Windows versions?
2652020-05-19T15:26:18  *** hebasto has quit IRC
2662020-05-19T15:26:21  *** Pavlenex1 has joined #bitcoin-core-dev
2672020-05-19T15:26:43  *** _flow_ has quit IRC
2682020-05-19T15:27:06  *** hebasto has joined #bitcoin-core-dev
2692020-05-19T15:27:13  <michaelfolkson> Doesn't impact me personally so I guess that is a "couldn't care less" :)
2702020-05-19T15:27:38  *** promag has quit IRC
2712020-05-19T15:28:15  *** promag has joined #bitcoin-core-dev
2722020-05-19T15:28:25  *** Pavlenex has quit IRC
2732020-05-19T15:28:26  *** Pavlenex1 is now known as Pavlenex
2742020-05-19T15:45:25  *** justanotheruser has quit IRC
2752020-05-19T15:48:37  *** EagleTM has quit IRC
2762020-05-19T15:56:09  *** bitcoin-git has joined #bitcoin-core-dev
2772020-05-19T15:56:09  <bitcoin-git> [bitcoin] MarcoFalke closed pull request #16756: test: Connection eviction logic tests (master...201908_test_eviction) https://github.com/bitcoin/bitcoin/pull/16756
2782020-05-19T15:56:10  *** bitcoin-git has left #bitcoin-core-dev
2792020-05-19T15:56:29  *** bitcoin-git has joined #bitcoin-core-dev
2802020-05-19T15:56:29  <bitcoin-git> [bitcoin] MarcoFalke reopened pull request #16756: test: Connection eviction logic tests (master...201908_test_eviction) https://github.com/bitcoin/bitcoin/pull/16756
2812020-05-19T15:56:30  *** bitcoin-git has left #bitcoin-core-dev
2822020-05-19T16:00:04  *** proofofkeags has joined #bitcoin-core-dev
2832020-05-19T16:00:37  *** justanotheruser has joined #bitcoin-core-dev
2842020-05-19T16:20:10  *** vasild_ has joined #bitcoin-core-dev
2852020-05-19T16:22:48  *** timothy has quit IRC
2862020-05-19T16:23:23  *** vasild has quit IRC
2872020-05-19T16:23:24  *** vasild_ is now known as vasild
2882020-05-19T16:23:36  *** promag has quit IRC
2892020-05-19T16:23:52  *** promag has joined #bitcoin-core-dev
2902020-05-19T16:25:18  *** ctrlbreak_MAD has quit IRC
2912020-05-19T16:25:45  *** ctrlbreak_MAD has joined #bitcoin-core-dev
2922020-05-19T16:40:20  *** proofofkeags has quit IRC
2932020-05-19T16:42:45  *** a5m0 has quit IRC
2942020-05-19T16:43:30  *** bitcoin-git has joined #bitcoin-core-dev
2952020-05-19T16:43:31  <bitcoin-git> [bitcoin] limpbrains opened pull request #19018: docs: fixing description of the field sequence in walletcreatefundedpsbt RPC method (master...walletcreatefundedpsbt-fix-docs) https://github.com/bitcoin/bitcoin/pull/19018
2962020-05-19T16:43:32  *** bitcoin-git has left #bitcoin-core-dev
2972020-05-19T16:47:46  *** _flow_ has joined #bitcoin-core-dev
2982020-05-19T16:47:52  *** a5m0 has joined #bitcoin-core-dev
2992020-05-19T16:50:07  *** mol_ has joined #bitcoin-core-dev
3002020-05-19T16:51:15  *** Dean_Guss has joined #bitcoin-core-dev
3012020-05-19T16:53:02  *** mol has quit IRC
3022020-05-19T16:53:20  *** proofofkeags has joined #bitcoin-core-dev
3032020-05-19T16:53:40  *** Relis has quit IRC
3042020-05-19T17:01:33  *** promag has quit IRC
3052020-05-19T17:06:09  *** ironhelix has quit IRC
3062020-05-19T17:09:52  *** jarthur has joined #bitcoin-core-dev
3072020-05-19T17:12:11  *** Relis has joined #bitcoin-core-dev
3082020-05-19T17:21:56  *** a5m0 has quit IRC
3092020-05-19T17:24:38  *** a5m0 has joined #bitcoin-core-dev
3102020-05-19T17:44:51  *** emilengler has joined #bitcoin-core-dev
3112020-05-19T17:51:26  *** promag has joined #bitcoin-core-dev
3122020-05-19T17:53:09  *** Highway61 has quit IRC
3132020-05-19T17:58:45  *** jarthur_ has joined #bitcoin-core-dev
3142020-05-19T18:00:01  *** mathepauker has quit IRC
3152020-05-19T18:02:12  *** jarthur has quit IRC
3162020-05-19T18:03:13  *** jarthur_ has quit IRC
3172020-05-19T18:04:22  *** proofofkeags has quit IRC
3182020-05-19T18:04:38  *** proofofkeags has joined #bitcoin-core-dev
3192020-05-19T18:07:43  *** promag_ has joined #bitcoin-core-dev
3202020-05-19T18:09:23  *** promag has quit IRC
3212020-05-19T18:09:40  *** promag has joined #bitcoin-core-dev
3222020-05-19T18:15:48  *** promag has quit IRC
3232020-05-19T18:16:21  *** promag has joined #bitcoin-core-dev
3242020-05-19T18:16:31  *** owowo has quit IRC
3252020-05-19T18:16:52  *** owowo has joined #bitcoin-core-dev
3262020-05-19T18:21:33  *** promag_ has quit IRC
3272020-05-19T18:21:56  *** cdb has joined #bitcoin-core-dev
3282020-05-19T18:21:58  *** afk11` has quit IRC
3292020-05-19T18:22:29  *** afk11` has joined #bitcoin-core-dev
3302020-05-19T18:24:00  *** jarthur has joined #bitcoin-core-dev
3312020-05-19T18:30:27  *** tecnovert has quit IRC
3322020-05-19T18:33:09  *** jarthur has quit IRC
3332020-05-19T18:37:43  *** Highway61 has joined #bitcoin-core-dev
3342020-05-19T18:46:43  *** bitcoin-git has joined #bitcoin-core-dev
3352020-05-19T18:46:43  <bitcoin-git> [bitcoin] luke-jr opened pull request #19019: [0.20] Fix GBT: Restore "!segwit" and "csv" to "rules" key (0.20...fix_gbt_buried) https://github.com/bitcoin/bitcoin/pull/19019
3362020-05-19T18:46:45  *** bitcoin-git has left #bitcoin-core-dev
3372020-05-19T18:55:28  *** jarthur has joined #bitcoin-core-dev
3382020-05-19T18:55:53  *** jarthur has quit IRC
3392020-05-19T18:56:28  *** jarthur has joined #bitcoin-core-dev
3402020-05-19T18:58:30  *** provoostenator_ has joined #bitcoin-core-dev
3412020-05-19T18:59:30  *** provoostenator has quit IRC
3422020-05-19T19:06:08  *** lightlike has joined #bitcoin-core-dev
3432020-05-19T19:08:03  *** emilengler has quit IRC
3442020-05-19T19:12:18  *** Talkless has quit IRC
3452020-05-19T19:26:16  *** EagleTM has joined #bitcoin-core-dev
3462020-05-19T20:06:09  <phantomcircuit> sipa, any opposition to putting the generated scriptPubKey's into FillableSigningProvider::mapScripts ?
3472020-05-19T20:07:59  <sipa> phantomcircuit: achow101 may be a better person to ask at this point
3482020-05-19T20:08:13  <phantomcircuit> achow101, same question^
3492020-05-19T20:08:27  <achow101> for what purpose?
3502020-05-19T20:12:45  <sipa> also, what does generated mean, and which signingprovider?
3512020-05-19T20:12:46  *** tmoc has joined #bitcoin-core-dev
3522020-05-19T20:14:56  *** owowo has quit IRC
3532020-05-19T20:19:35  *** owowo has joined #bitcoin-core-dev
3542020-05-19T20:30:44  *** promag has quit IRC
3552020-05-19T20:30:56  *** promag has joined #bitcoin-core-dev
3562020-05-19T20:35:44  *** promag has quit IRC
3572020-05-19T20:36:20  *** promag has joined #bitcoin-core-dev
3582020-05-19T20:42:37  *** harrigan has quit IRC
3592020-05-19T20:47:46  *** Galvas has joined #bitcoin-core-dev
3602020-05-19T20:49:39  *** Dean_Guss has quit IRC
3612020-05-19T20:51:57  *** promag_ has joined #bitcoin-core-dev
3622020-05-19T20:59:38  *** promag_ has quit IRC
3632020-05-19T20:59:42  *** proofofkeags has quit IRC
3642020-05-19T21:00:01  *** cdb has quit IRC
3652020-05-19T21:00:16  *** proofofkeags has joined #bitcoin-core-dev
3662020-05-19T21:05:46  *** proofofkeags has quit IRC
3672020-05-19T21:12:12  *** harrigan has joined #bitcoin-core-dev
3682020-05-19T21:13:48  *** harrigan has quit IRC
3692020-05-19T21:14:57  *** filchef has quit IRC
3702020-05-19T21:16:14  *** roconnor has quit IRC
3712020-05-19T21:19:02  *** harrigan has joined #bitcoin-core-dev
3722020-05-19T21:19:46  *** proofofkeags has joined #bitcoin-core-dev
3732020-05-19T21:22:19  *** rule32 has joined #bitcoin-core-dev
3742020-05-19T21:31:01  *** d_t has joined #bitcoin-core-dev
3752020-05-19T21:31:56  *** Guyver2 has quit IRC
3762020-05-19T21:44:12  *** bitcoin-git has joined #bitcoin-core-dev
3772020-05-19T21:44:12  <bitcoin-git> [bitcoin] MarcoFalke opened pull request #19020: net: Use C++11 member initialization in protocol (master...2005-netCxx11MemberInit) https://github.com/bitcoin/bitcoin/pull/19020
3782020-05-19T21:44:13  *** bitcoin-git has left #bitcoin-core-dev
3792020-05-19T21:44:39  *** marcoagner has quit IRC
3802020-05-19T22:00:09  *** Aaronvan_ has joined #bitcoin-core-dev
3812020-05-19T22:02:15  *** Pavlenex has quit IRC
3822020-05-19T22:03:13  *** AaronvanW has quit IRC
3832020-05-19T22:05:50  *** promag has quit IRC
3842020-05-19T22:11:20  *** Galvas has quit IRC
3852020-05-19T22:13:20  *** justanotheruser has quit IRC
3862020-05-19T22:13:31  *** bitcoin-git has joined #bitcoin-core-dev
3872020-05-19T22:13:31  <bitcoin-git> [bitcoin] MarcoFalke closed pull request #19007: relax GUI locks: avoid unnecesarry calls to ::ChainstateActive().IsInitialBlockDownload (master...2020/05/fix_macguilock) https://github.com/bitcoin/bitcoin/pull/19007
3882020-05-19T22:13:32  *** bitcoin-git has left #bitcoin-core-dev
3892020-05-19T22:31:32  *** justanotheruser has joined #bitcoin-core-dev
3902020-05-19T22:38:29  *** tryphe has quit IRC
3912020-05-19T22:39:31  *** bitdex has joined #bitcoin-core-dev
3922020-05-19T22:41:42  *** promag has joined #bitcoin-core-dev
3932020-05-19T22:48:40  *** troygiorshev has quit IRC
3942020-05-19T22:55:46  *** troygiorshev has joined #bitcoin-core-dev
3952020-05-19T22:59:38  *** bitcoin-git has joined #bitcoin-core-dev
3962020-05-19T22:59:38  <bitcoin-git> [bitcoin] MarcoFalke opened pull request #19022: test: Fix intermittent failure in feature_dbcrash (master...2005-testFixIntermittentFailDbCrash) https://github.com/bitcoin/bitcoin/pull/19022
3972020-05-19T22:59:39  *** bitcoin-git has left #bitcoin-core-dev
3982020-05-19T23:03:34  *** ctrlbreak_MAD has quit IRC
3992020-05-19T23:04:01  *** ctrlbreak_MAD has joined #bitcoin-core-dev
4002020-05-19T23:13:25  *** Chris_Stewart_5 has quit IRC
4012020-05-19T23:13:57  *** bitcoin-git has joined #bitcoin-core-dev
4022020-05-19T23:13:58  <bitcoin-git> [bitcoin] MarcoFalke opened pull request #19023: test: Fix intermittent ETIMEDOUT on FreeBSD (master...2005-testFixIntermFreeBsdTimeout) https://github.com/bitcoin/bitcoin/pull/19023
4032020-05-19T23:13:58  *** bitcoin-git has left #bitcoin-core-dev
4042020-05-19T23:14:13  *** tmoc has quit IRC
4052020-05-19T23:22:34  *** troygiorshev has quit IRC
4062020-05-19T23:26:36  *** luke-jr has quit IRC
4072020-05-19T23:26:59  *** luke-jr has joined #bitcoin-core-dev
4082020-05-19T23:41:39  *** someone235 has quit IRC
4092020-05-19T23:48:32  *** mol_ has quit IRC
4102020-05-19T23:51:00  *** mol_ has joined #bitcoin-core-dev
4112020-05-19T23:53:47  *** dunks has joined #bitcoin-core-dev