12018-10-05T00:34:55  *** morcos has quit IRC
  22018-10-05T00:35:13  *** morcos has joined #bitcoin-core-dev
  32018-10-05T01:03:40  *** bralyclow has quit IRC
  42018-10-05T01:04:21  *** bralyclow has joined #bitcoin-core-dev
  52018-10-05T01:20:57  *** Victorsueca has quit IRC
  62018-10-05T01:22:10  *** Victorsueca has joined #bitcoin-core-dev
  72018-10-05T01:31:29  *** tryphe_ has quit IRC
  82018-10-05T01:31:50  *** tryphe_ has joined #bitcoin-core-dev
  92018-10-05T01:34:14  <instagibbs> i think im finally over my jetlag, which means i missed the meeting
 102018-10-05T01:47:11  *** Murch has quit IRC
 112018-10-05T01:48:50  *** IceHard has joined #bitcoin-core-dev
 122018-10-05T01:50:45  <IceHard> hello all :0
 132018-10-05T01:57:04  <IceHard> :) good day to all
 142018-10-05T02:08:54  *** Krellan has quit IRC
 152018-10-05T03:04:39  *** bralyclow has quit IRC
 162018-10-05T03:09:13  *** mr_burdell has quit IRC
 172018-10-05T03:09:31  *** bralyclow has joined #bitcoin-core-dev
 182018-10-05T03:10:17  *** mr_burdell has joined #bitcoin-core-dev
 192018-10-05T04:52:08  *** treyzania has quit IRC
 202018-10-05T04:52:08  *** go1111111 has quit IRC
 212018-10-05T04:52:08  *** gribble has quit IRC
 222018-10-05T04:54:39  *** nullptr| has quit IRC
 232018-10-05T04:57:08  *** go1111111 has joined #bitcoin-core-dev
 242018-10-05T04:57:09  *** gribble has joined #bitcoin-core-dev
 252018-10-05T04:59:06  *** nullptr| has joined #bitcoin-core-dev
 262018-10-05T05:36:04  *** games_ has quit IRC
 272018-10-05T06:09:54  *** esotericnonsense has quit IRC
 282018-10-05T06:11:56  *** esotericnonsense has joined #bitcoin-core-dev
 292018-10-05T06:24:25  *** IGHOR has quit IRC
 302018-10-05T06:25:48  *** IGHOR has joined #bitcoin-core-dev
 312018-10-05T06:28:37  *** rex4539 has joined #bitcoin-core-dev
 322018-10-05T06:54:28  *** ghost43 has quit IRC
 332018-10-05T06:54:51  *** ghost43 has joined #bitcoin-core-dev
 342018-10-05T07:30:09  *** Krellan has joined #bitcoin-core-dev
 352018-10-05T07:34:46  <jonasschnelli> crash in 0.17.0:
 362018-10-05T07:34:47  <jonasschnelli> Assertion failed: (nBytes_ <= uint64_t(std::numeric_limits<int64_t>::max())), function GetFee, file policy/feerate.cpp, line 25.
 372018-10-05T07:34:52  * jonasschnelli is investigating
 382018-10-05T07:39:11  *** IGHOR has quit IRC
 392018-10-05T07:40:59  *** promag has joined #bitcoin-core-dev
 402018-10-05T07:46:39  *** promag has quit IRC
 412018-10-05T07:52:47  <jonasschnelli> is guess returing a -1 into change_spend_size (size_t) is not a good idea
 422018-10-05T08:06:41  *** setpill has joined #bitcoin-core-dev
 432018-10-05T08:07:30  *** promag has joined #bitcoin-core-dev
 442018-10-05T08:15:24  *** jeremyrubin has joined #bitcoin-core-dev
 452018-10-05T08:19:39  *** ken2812221_ has joined #bitcoin-core-dev
 462018-10-05T08:20:22  *** timothy has joined #bitcoin-core-dev
 472018-10-05T08:22:33  *** ken2812221 has quit IRC
 482018-10-05T08:24:25  *** AaronvanW has joined #bitcoin-core-dev
 492018-10-05T08:25:09  *** jeremyrubin has quit IRC
 502018-10-05T08:27:02  *** Aaronvan_ has joined #bitcoin-core-dev
 512018-10-05T08:29:36  *** AaronvanW has quit IRC
 522018-10-05T08:32:48  <echeveria> jonasschnelli: so a crasher in the wallet, specifically.
 532018-10-05T08:33:29  <jonasschnelli> echeveria: edge case crasher... in the wallet when using watch-only in conjunction with fundrawtx
 542018-10-05T08:33:41  <jonasschnelli> Not urgent
 552018-10-05T08:38:44  *** promag has quit IRC
 562018-10-05T08:39:13  *** promag has joined #bitcoin-core-dev
 572018-10-05T08:41:08  *** promag has quit IRC
 582018-10-05T08:57:28  *** elichai2 has joined #bitcoin-core-dev
 592018-10-05T08:57:55  *** Jmabsd has joined #bitcoin-core-dev
 602018-10-05T08:58:07  <Jmabsd> Do NULL data outputs need to have value == 0 to satisfy IsStandard (= be gossiped)?
 612018-10-05T08:58:17  <Jmabsd> Can you please provide code reference (meanwhile checking)
 622018-10-05T09:02:20  <sipa> null data outputs are just outputs that starts with OP_RETURN
 632018-10-05T09:03:15  <sipa> oh, you mean their amount? doesn't matter
 642018-10-05T09:03:38  <jonasschnelli> sipa: are you sure?
 652018-10-05T09:03:45  <sipa> jonasschnelli: yes
 662018-10-05T09:04:24  <jonasschnelli> sipa: GetDustThreshold() would result 0 in case of an OP_RETURN, right?
 672018-10-05T09:04:38  <sipa> Dust rule is not applied for OP_RETURNs
 682018-10-05T09:05:05  <jonasschnelli> sipa: oh. your right! nm
 692018-10-05T09:07:35  <jonasschnelli> while your here sipa: IMO the dummySigner fails on VerifyScript() when you import a P2SH & the P2WPKH redeemscript
 702018-10-05T09:07:57  <jonasschnelli> but currently checking...
 712018-10-05T09:08:22  <sipa> jonasschnelli: hmm! it shouldn't
 722018-10-05T09:08:30  * sipa off to scaling bitcoin opening party
 732018-10-05T09:08:35  <jonasschnelli> have fun. :)
 742018-10-05T09:10:24  *** Jmabsd has quit IRC
 752018-10-05T09:16:45  *** Guyver2 has joined #bitcoin-core-dev
 762018-10-05T09:30:18  *** IGHOR has joined #bitcoin-core-dev
 772018-10-05T10:02:31  <jonasschnelli> sipa: I think I know why it can't be solved. P2SH(P2PWKH) also needs to pubkey in VerifyWitnessProgram (I think avoidable because the key must be compressed anyways)
 782018-10-05T10:05:13  *** arubi has quit IRC
 792018-10-05T10:39:55  *** sipa has quit IRC
 802018-10-05T10:40:21  *** sipa has joined #bitcoin-core-dev
 812018-10-05T10:41:00  *** ExtraCrispy has joined #bitcoin-core-dev
 822018-10-05T11:46:19  *** Aaronvan_ has quit IRC
 832018-10-05T12:03:16  *** Krellan has quit IRC
 842018-10-05T12:03:32  *** AaronvanW has joined #bitcoin-core-dev
 852018-10-05T12:03:55  *** Krellan has joined #bitcoin-core-dev
 862018-10-05T12:08:20  *** AaronvanW has quit IRC
 872018-10-05T12:30:30  *** instagibbs has quit IRC
 882018-10-05T12:38:48  *** instagibbs has joined #bitcoin-core-dev
 892018-10-05T13:04:46  *** reallll has joined #bitcoin-core-dev
 902018-10-05T13:06:18  *** belcher_ has quit IRC
 912018-10-05T13:13:16  *** reallll is now known as belcher_
 922018-10-05T13:14:46  *** Guyver2 has quit IRC
 932018-10-05T13:16:00  *** smaho___ has joined #bitcoin-core-dev
 942018-10-05T13:16:21  *** arubi has joined #bitcoin-core-dev
 952018-10-05T13:18:12  *** kexkey has joined #bitcoin-core-dev
 962018-10-05T13:20:15  <smaho___> hi all
 972018-10-05T13:27:35  *** smaho___ has quit IRC
 982018-10-05T13:32:12  <sipa> hai
 992018-10-05T13:32:27  *** smaho has joined #bitcoin-core-dev
1002018-10-05T13:36:18  *** kexkey has quit IRC
1012018-10-05T13:37:42  *** smaho has quit IRC
1022018-10-05T13:51:25  *** Jmabsd has joined #bitcoin-core-dev
1032018-10-05T13:58:00  <Jmabsd> (repeat of #bitcoin question:) What is the Bitcoin Core policy for the *minimum value that a tx output must have* for the tx to still be gossiped? (as an absolute value number of satoshis)
1042018-10-05T14:15:50  *** AaronvanW has joined #bitcoin-core-dev
1052018-10-05T14:17:16  <jonasschnelli> Oh. Since BRB you also need to know the pubkey or the changeaddress in fundrawtx...
1062018-10-05T14:20:56  *** AaronvanW has quit IRC
1072018-10-05T14:33:00  *** treyzania has joined #bitcoin-core-dev
1082018-10-05T14:46:29  *** michaelsdunn1 has joined #bitcoin-core-dev
1092018-10-05T14:48:21  *** games_ has joined #bitcoin-core-dev
1102018-10-05T14:55:34  *** games_ has left #bitcoin-core-dev
1112018-10-05T14:55:57  *** kexkey has joined #bitcoin-core-dev
1122018-10-05T14:56:07  <wumpus> Jmabsd: see https://github.com/bitcoin/bitcoin/blob/master/src/policy/policy.cpp#L20
1132018-10-05T14:57:29  <Jmabsd> yep see
1142018-10-05T14:58:22  *** Murch has joined #bitcoin-core-dev
1152018-10-05T14:59:59  <Jmabsd> example of tx kicked out of gossip network because of being considered dust:
1162018-10-05T14:59:59  <Jmabsd>  1 BTC TXFEE, 1 BTC-value null data, and sending 1 satoshi to address A
1172018-10-05T15:05:42  *** Jmabsd has quit IRC
1182018-10-05T15:10:15  *** rex4539 has quit IRC
1192018-10-05T15:16:26  *** Guyver2 has joined #bitcoin-core-dev
1202018-10-05T15:17:33  *** Murch has quit IRC
1212018-10-05T15:17:35  *** rex4539 has joined #bitcoin-core-dev
1222018-10-05T15:26:40  *** Victor_sueca has joined #bitcoin-core-dev
1232018-10-05T15:27:00  *** Victorsueca has quit IRC
1242018-10-05T15:45:44  *** AaronvanW has joined #bitcoin-core-dev
1252018-10-05T15:50:54  *** AaronvanW has quit IRC
1262018-10-05T16:00:51  *** AaronvanW has joined #bitcoin-core-dev
1272018-10-05T16:22:56  *** escrivner has joined #bitcoin-core-dev
1282018-10-05T16:30:32  *** Murch has joined #bitcoin-core-dev
1292018-10-05T16:33:09  *** ken2812221_ has quit IRC
1302018-10-05T16:39:09  *** no_input_found has quit IRC
1312018-10-05T16:39:10  *** Krellan has quit IRC
1322018-10-05T16:39:29  *** no_input_found has joined #bitcoin-core-dev
1332018-10-05T16:39:54  *** Krellan has joined #bitcoin-core-dev
1342018-10-05T16:41:35  *** AaronvanW has quit IRC
1352018-10-05T16:45:54  *** grubles has quit IRC
1362018-10-05T17:01:22  *** arubi has quit IRC
1372018-10-05T17:01:46  *** arubi has joined #bitcoin-core-dev
1382018-10-05T17:17:33  *** setpill has quit IRC
1392018-10-05T17:23:37  *** booyah_ has joined #bitcoin-core-dev
1402018-10-05T17:24:22  *** booyah has quit IRC
1412018-10-05T17:32:15  *** ken2812221 has joined #bitcoin-core-dev
1422018-10-05T17:35:16  *** AaronvanW has joined #bitcoin-core-dev
1432018-10-05T17:35:29  *** timothy has quit IRC
1442018-10-05T17:36:37  *** escrivner has left #bitcoin-core-dev
1452018-10-05T17:38:56  *** ken2812221 has quit IRC
1462018-10-05T17:39:26  *** ken2812221 has joined #bitcoin-core-dev
1472018-10-05T17:39:42  *** AaronvanW has quit IRC
1482018-10-05T18:22:19  *** Murch has quit IRC
1492018-10-05T18:48:39  *** schmidty has joined #bitcoin-core-dev
1502018-10-05T19:05:16  *** AaronvanW has joined #bitcoin-core-dev
1512018-10-05T19:09:54  *** AaronvanW has quit IRC
1522018-10-05T19:47:12  *** murchandamus1 has quit IRC
1532018-10-05T20:04:20  *** kexkey has quit IRC
1542018-10-05T20:34:31  *** Victor_sueca has quit IRC
1552018-10-05T20:35:25  *** AaronvanW has joined #bitcoin-core-dev
1562018-10-05T20:35:40  *** Victor_sueca has joined #bitcoin-core-dev
1572018-10-05T20:39:45  *** AaronvanW has quit IRC
1582018-10-05T20:47:11  *** grubles has joined #bitcoin-core-dev
1592018-10-05T21:17:48  *** Guyver2 has quit IRC
1602018-10-05T21:31:24  <instagibbs> jonasschnelli, https://github.com/bitcoin/bitcoin/pull/14380#pullrequestreview-161909466
1612018-10-05T21:35:56  <instagibbs> known crash, it's not watchonly per-se, it's watchonly for a p2sh it doesn't know
1622018-10-05T21:44:04  *** Krellan has quit IRC
1632018-10-05T21:45:17  *** Krellan has joined #bitcoin-core-dev
1642018-10-05T21:45:29  *** promag has joined #bitcoin-core-dev
1652018-10-05T22:05:34  *** AaronvanW has joined #bitcoin-core-dev
1662018-10-05T22:10:11  *** AaronvanW has quit IRC
1672018-10-05T22:33:27  *** michaelsdunn1 has quit IRC
1682018-10-05T23:15:38  *** justanotheruser has quit IRC
1692018-10-05T23:15:59  *** justanotheruser has joined #bitcoin-core-dev
1702018-10-05T23:35:41  *** AaronvanW has joined #bitcoin-core-dev
1712018-10-05T23:38:49  *** rex4539 has quit IRC
1722018-10-05T23:38:54  *** unholymachine has joined #bitcoin-core-dev
1732018-10-05T23:40:30  *** AaronvanW has quit IRC
1742018-10-05T23:47:09  *** promag has quit IRC
1752018-10-05T23:51:01  *** rh0nj has quit IRC
1762018-10-05T23:51:11  *** dqx has joined #bitcoin-core-dev
1772018-10-05T23:52:07  *** rh0nj has joined #bitcoin-core-dev
1782018-10-05T23:59:07  *** hebasto_ has joined #bitcoin-core-dev