12020-08-23T00:00:01 *** tronical has quit IRC
22020-08-23T00:21:35 *** sipsorcery has quit IRC
32020-08-23T00:22:01 *** Rennex1 has joined #bitcoin-core-dev
42020-08-23T00:38:23 *** bitcoin-git has joined #bitcoin-core-dev
52020-08-23T00:38:23 <bitcoin-git> [bitcoin] theStack opened pull request #19781: test: add parameterized constructor for msg_sendcmpct() (master...20200823-test-extend-msg_sendcmpct_ctor) https://github.com/bitcoin/bitcoin/pull/19781
62020-08-23T00:38:24 *** bitcoin-git has left #bitcoin-core-dev
72020-08-23T01:02:23 *** S3RK has joined #bitcoin-core-dev
82020-08-23T01:07:00 *** S3RK has quit IRC
92020-08-23T01:19:51 *** ghost43_ has joined #bitcoin-core-dev
102020-08-23T01:20:43 *** ghost43 has quit IRC
112020-08-23T01:42:49 *** EagleTM has quit IRC
122020-08-23T01:43:41 *** EagleTM has joined #bitcoin-core-dev
132020-08-23T01:57:19 *** Emcy has quit IRC
142020-08-23T02:00:38 *** Emcy has joined #bitcoin-core-dev
152020-08-23T02:35:08 *** davec has quit IRC
162020-08-23T02:35:14 *** arowser has quit IRC
172020-08-23T02:36:03 *** arowser has joined #bitcoin-core-dev
182020-08-23T02:43:53 *** davec has joined #bitcoin-core-dev
192020-08-23T02:51:04 *** davec has quit IRC
202020-08-23T02:52:56 *** jeremyrubin has quit IRC
212020-08-23T02:53:13 *** arowser has quit IRC
222020-08-23T02:53:59 *** arowser has joined #bitcoin-core-dev
232020-08-23T02:57:59 *** davec has joined #bitcoin-core-dev
242020-08-23T03:00:02 *** Rennex1 has quit IRC
252020-08-23T03:01:57 *** jeremyrubin has joined #bitcoin-core-dev
262020-08-23T03:17:45 *** davec has quit IRC
272020-08-23T03:23:48 *** jeremyrubin has quit IRC
282020-08-23T03:29:08 *** S3RK has joined #bitcoin-core-dev
292020-08-23T03:32:45 *** jeremyrubin has joined #bitcoin-core-dev
302020-08-23T03:33:31 *** S3RK has quit IRC
312020-08-23T03:36:03 *** justanotheruser has quit IRC
322020-08-23T03:37:00 *** davec has joined #bitcoin-core-dev
332020-08-23T03:40:56 *** jeremyrubin has quit IRC
342020-08-23T03:41:30 *** jeremyrubin has joined #bitcoin-core-dev
352020-08-23T03:51:46 <jeremyrubin> re https://github.com/bitcoin/bitcoin/pull/17509, should there be a savepsbt RPC interface which keeps track of psbts submitted? Could be useful to keep track of the idea that we have a pending spend of some outputs.
362020-08-23T03:55:45 *** nigel_c has joined #bitcoin-core-dev
372020-08-23T03:56:08 *** jeremyrubin has quit IRC
382020-08-23T03:57:37 *** jeremyrubin has joined #bitcoin-core-dev
392020-08-23T03:58:22 <jeremyrubin> I think my prev message dropped
402020-08-23T03:58:30 <jeremyrubin> re https://github.com/bitcoin/bitcoin/pull/17509, should there be a savepsbt RPC interface which keeps track of psbts submitted? Could be useful to keep track of the idea that we have a pending spend of some outputs.
412020-08-23T03:58:37 <jeremyrubin> (sorry if repaste)
422020-08-23T04:05:06 <gwillen> this might be something that walletsignpsbt could (maybe optionally on-by-default?) track, if we sign a spend of wallet coins?
432020-08-23T04:05:32 <jeremyrubin> I want it before then though as well
442020-08-23T04:05:34 <gwillen> I don't know if there's an equivalent on the non-PSBT side, when we sign a raw transaction
452020-08-23T04:05:57 <jeremyrubin> You should be able to store and manage a bunch of PSBTs
462020-08-23T04:06:50 <jeremyrubin> E.g., we could stick them in the wallet with a couple special flags to promise not to mine them till final or something...
472020-08-23T04:07:39 <jeremyrubin> It's useful if you're using Core as a wallet DB e.g. for a protocol. You might want to store a watchonly PSBT txn unsigned
482020-08-23T04:11:46 *** davec has quit IRC
492020-08-23T04:18:54 *** sr_gi has quit IRC
502020-08-23T04:19:29 *** sr_gi has joined #bitcoin-core-dev
512020-08-23T04:25:28 *** S3RK has joined #bitcoin-core-dev
522020-08-23T04:29:23 *** Dean_Guss has quit IRC
532020-08-23T04:29:45 *** Dean_Guss has joined #bitcoin-core-dev
542020-08-23T04:32:13 *** davec has joined #bitcoin-core-dev
552020-08-23T04:32:55 *** S3RK has quit IRC
562020-08-23T04:43:11 *** S3RK has joined #bitcoin-core-dev
572020-08-23T04:52:03 *** justanotheruser has joined #bitcoin-core-dev
582020-08-23T05:08:30 *** S3RK has quit IRC
592020-08-23T05:56:45 <achow101> jeremyrubin: there should be an option in walletcreatefundedpsbt to lock utxos after funding
602020-08-23T05:57:02 <achow101> IIRC there's an option in fundrawtransaction to do that, and walletcreatefundedpsbt has the same options
612020-08-23T05:57:38 <jeremyrubin> hm
622020-08-23T05:57:55 <jeremyrubin> But there's not a notion of storing the PSBT for later retrieval?
632020-08-23T05:58:07 <achow101> no
642020-08-23T05:58:07 <jeremyrubin> E.g., "get me the PSBT that is locking X output"
652020-08-23T05:59:18 <jeremyrubin> is there a reason not to add something like this conceptually?
662020-08-23T05:59:30 <jeremyrubin> some kind of psbtindex
672020-08-23T05:59:56 <achow101> it can take up a bunch of space?
682020-08-23T06:00:01 *** nigel_c has quit IRC
692020-08-23T06:00:11 <achow101> would probably also require reworking transaction creation to operate on PSBTs
702020-08-23T06:00:14 <jeremyrubin> Well it's your own txns...
712020-08-23T06:00:39 <achow101> not every transaction funded is signed and broadcast though
722020-08-23T06:00:54 <jeremyrubin> Correct, so it could be optional to store them
732020-08-23T06:00:54 <achow101> although I guess locking the utxos implies that you actually plan on doing something
742020-08-23T06:01:51 <jeremyrubin> I just think it would be generically useful to store PSBTs that I expect to use in the future. Otherwise where should I store a txn waiting for a signature from a vault keu?
752020-08-23T06:02:23 <jeremyrubin> I want to send an witness-stripped PSBT to the vault key, and then finalize it later on my node
762020-08-23T06:02:41 <jeremyrubin> If I store the PSBT I can check what I got back was the same thing
772020-08-23T06:02:59 <achow101> sure
782020-08-23T06:03:00 <jeremyrubin> If they're just locked it would prevent new txs from using them, but doesn't guarantee the right tx uses them
792020-08-23T06:04:44 <sipa> why do you need to store it in the first place?
802020-08-23T06:04:58 <sipa> what you'll get back from the vault will be a fully-signed transaction, no?
812020-08-23T06:05:02 <jeremyrubin> Nope!
822020-08-23T06:05:38 <jeremyrubin> i send it to the vault unsigned by anyone
832020-08-23T06:05:48 <jeremyrubin> and then only sign after the vault has signed
842020-08-23T06:05:55 <sipa> ok
852020-08-23T06:06:22 <jeremyrubin> You can imagine that this is more normally the case when dealing with e.g. 10 vault keys that you want to sign in parallel with
862020-08-23T06:06:51 <sipa> i can see a use for something that keeps track of "in progress" transactions
872020-08-23T06:06:59 <sipa> i'm not sure if the bitcoin core wallet is the right place
882020-08-23T06:07:33 <jeremyrubin> I think it's more that bitcoin core wallet is the de-facto security perimiter for storing/handling the sensitive info and backups
892020-08-23T06:08:03 <jeremyrubin> So anything that you implemented as a diff layer you would want to likely have identical state for consistency
902020-08-23T06:08:20 <jeremyrubin> which leads me to believe the natural place is core wallet
912020-08-23T06:11:02 <jeremyrubin> (The context in which this came up is I have a tool which creates a bitcoin smart contract, and then I create a PSBT for it, locking the outputs I need. I then also have sub-transactions in that smart contract which i want to store somewhere, and they could be partially signed because they're lacking e.g. a vault key or a preimage.
922020-08-23T06:12:08 <jeremyrubin> Otherwise if you lose the specific transactions you would need to re-generate from the smart contract script the binary, which is currently not possible because I'm using Policy language for creating the contract
932020-08-23T06:15:31 <sipa> i've told you that's the problem
942020-08-23T06:16:49 <jeremyrubin> I'm not disagreeing or countering what you've said previously, merely noting. Were I to use a deterministic engine, then the issue would be lesser, but still present for convenience in finalizing txns.
952020-08-23T06:22:19 *** HedgeMage1 has joined #bitcoin-core-dev
962020-08-23T06:54:02 *** S3RK has joined #bitcoin-core-dev
972020-08-23T06:58:42 *** S3RK has quit IRC
982020-08-23T07:07:12 *** sipsorcery has joined #bitcoin-core-dev
992020-08-23T07:30:39 *** marcoagner has joined #bitcoin-core-dev
1002020-08-23T07:40:25 *** jonatack has quit IRC
1012020-08-23T07:47:09 *** mdunnio has joined #bitcoin-core-dev
1022020-08-23T07:52:09 *** mdunnio has quit IRC
1032020-08-23T08:14:47 *** bitcoin-git has joined #bitcoin-core-dev
1042020-08-23T08:14:48 <bitcoin-git> [bitcoin] hebasto closed pull request #19780: build, qt: Add SVG support, and replace bitcoin PNG image with SVG one (master...200822-svg) https://github.com/bitcoin/bitcoin/pull/19780
1052020-08-23T08:14:48 *** bitcoin-git has left #bitcoin-core-dev
1062020-08-23T08:17:39 *** mariorz has quit IRC
1072020-08-23T08:17:48 *** fjahr has quit IRC
1082020-08-23T08:17:50 *** mmitech__ has quit IRC
1092020-08-23T08:17:51 *** NicolasDorier has quit IRC
1102020-08-23T08:17:52 *** CodeShark____ has quit IRC
1112020-08-23T08:17:59 *** endogenic has quit IRC
1122020-08-23T08:18:32 *** fjahr has joined #bitcoin-core-dev
1132020-08-23T08:18:34 *** mmitech__ has joined #bitcoin-core-dev
1142020-08-23T08:18:52 *** NicolasDorier has joined #bitcoin-core-dev
1152020-08-23T08:18:56 *** digi_james has quit IRC
1162020-08-23T08:19:23 *** mariorz has joined #bitcoin-core-dev
1172020-08-23T08:20:38 *** endogenic has joined #bitcoin-core-dev
1182020-08-23T08:21:19 *** digi_james has joined #bitcoin-core-dev
1192020-08-23T08:21:54 *** CodeShark____ has joined #bitcoin-core-dev
1202020-08-23T08:24:53 *** wallet42_ has quit IRC
1212020-08-23T08:25:27 *** jakesyl has quit IRC
1222020-08-23T08:25:27 *** elichai2 has quit IRC
1232020-08-23T08:27:46 *** elichai2 has joined #bitcoin-core-dev
1242020-08-23T08:27:50 *** jakesyl has joined #bitcoin-core-dev
1252020-08-23T08:30:08 *** elichai2 has quit IRC
1262020-08-23T08:30:24 *** go11111111111 has joined #bitcoin-core-dev
1272020-08-23T08:30:56 *** elichai2 has joined #bitcoin-core-dev
1282020-08-23T08:31:47 *** CubicEarth has quit IRC
1292020-08-23T08:32:13 *** wallet42_ has joined #bitcoin-core-dev
1302020-08-23T08:33:14 *** go1111111 has quit IRC
1312020-08-23T08:35:35 *** CubicEarth has joined #bitcoin-core-dev
1322020-08-23T08:40:01 *** sipsorcery has quit IRC
1332020-08-23T08:47:51 *** S3RK has joined #bitcoin-core-dev
1342020-08-23T08:50:26 *** bosch has joined #bitcoin-core-dev
1352020-08-23T08:52:34 *** S3RK has quit IRC
1362020-08-23T08:56:07 *** mdunnio has joined #bitcoin-core-dev
1372020-08-23T09:00:02 *** HedgeMage1 has quit IRC
1382020-08-23T09:21:00 *** no_cluez has joined #bitcoin-core-dev
1392020-08-23T09:21:23 *** Deacyde has quit IRC
1402020-08-23T09:21:29 *** jonatack has joined #bitcoin-core-dev
1412020-08-23T09:26:33 *** sipsorcery has joined #bitcoin-core-dev
1422020-08-23T09:47:16 *** jonatack has quit IRC
1432020-08-23T09:47:53 *** S3RK has joined #bitcoin-core-dev
1442020-08-23T09:52:33 *** S3RK has quit IRC
1452020-08-23T09:52:43 *** jonatack has joined #bitcoin-core-dev
1462020-08-23T09:56:00 *** mdunnio has quit IRC
1472020-08-23T10:18:30 *** Mandy13Balistrer has joined #bitcoin-core-dev
1482020-08-23T10:21:08 *** arowser has quit IRC
1492020-08-23T10:22:14 *** arowser has joined #bitcoin-core-dev
1502020-08-23T10:22:16 *** AaronvanW has quit IRC
1512020-08-23T10:22:26 *** sipsorcery has quit IRC
1522020-08-23T10:27:56 *** adiabat has quit IRC
1532020-08-23T10:33:12 *** sipsorcery has joined #bitcoin-core-dev
1542020-08-23T10:35:24 *** mdunnio has joined #bitcoin-core-dev
1552020-08-23T10:39:45 *** mdunnio has quit IRC
1562020-08-23T10:41:37 *** Mandy13Balistrer has quit IRC
1572020-08-23T10:54:28 *** AaronvanW has joined #bitcoin-core-dev
1582020-08-23T10:55:44 *** vasild_ has joined #bitcoin-core-dev
1592020-08-23T10:58:43 *** vasild has quit IRC
1602020-08-23T10:58:44 *** vasild_ is now known as vasild
1612020-08-23T10:58:45 *** AaronvanW has quit IRC
1622020-08-23T11:21:50 *** Talkless has joined #bitcoin-core-dev
1632020-08-23T11:37:43 *** AaronvanW has joined #bitcoin-core-dev
1642020-08-23T12:00:01 *** no_cluez has quit IRC
1652020-08-23T12:05:25 *** mdunnio has joined #bitcoin-core-dev
1662020-08-23T12:08:48 *** Guyver2 has joined #bitcoin-core-dev
1672020-08-23T12:09:45 *** mdunnio has quit IRC
1682020-08-23T12:10:30 *** AaronvanW has quit IRC
1692020-08-23T12:16:07 *** mdunnio has joined #bitcoin-core-dev
1702020-08-23T12:19:42 *** S3RK has joined #bitcoin-core-dev
1712020-08-23T12:20:35 *** mdunnio has quit IRC
1722020-08-23T12:21:59 *** LoRez has joined #bitcoin-core-dev
1732020-08-23T12:22:18 *** bitcoin-git has joined #bitcoin-core-dev
1742020-08-23T12:22:18 <bitcoin-git> [bitcoin] hebasto opened pull request #19783: build, doc: Correct and complete zlib info and usage (master...200823-zlib) https://github.com/bitcoin/bitcoin/pull/19783
1752020-08-23T12:22:19 *** bitcoin-git has left #bitcoin-core-dev
1762020-08-23T12:22:23 *** LoRez is now known as Guest92209
1772020-08-23T12:23:56 *** S3RK has quit IRC
1782020-08-23T12:33:41 *** Pavlenex has joined #bitcoin-core-dev
1792020-08-23T12:46:01 *** davterra has quit IRC
1802020-08-23T12:46:20 *** davterra has joined #bitcoin-core-dev
1812020-08-23T12:50:08 *** illuschwo has joined #bitcoin-core-dev
1822020-08-23T12:53:02 *** adiabat has joined #bitcoin-core-dev
1832020-08-23T13:03:07 *** arowser has quit IRC
1842020-08-23T13:03:59 *** arowser has joined #bitcoin-core-dev
1852020-08-23T13:06:07 *** arowser has quit IRC
1862020-08-23T13:07:56 *** arowser has joined #bitcoin-core-dev
1872020-08-23T13:08:09 *** arowser has quit IRC
1882020-08-23T13:08:59 *** arowser has joined #bitcoin-core-dev
1892020-08-23T13:09:06 *** illuschwo has quit IRC
1902020-08-23T13:09:07 *** arowser has quit IRC
1912020-08-23T13:09:49 *** arowser has joined #bitcoin-core-dev
1922020-08-23T13:10:07 *** arowser has quit IRC
1932020-08-23T13:10:49 *** arowser has joined #bitcoin-core-dev
1942020-08-23T13:11:08 *** arowser has quit IRC
1952020-08-23T13:11:55 *** arowser has joined #bitcoin-core-dev
1962020-08-23T13:12:08 *** arowser has quit IRC
1972020-08-23T13:12:36 *** arowser has joined #bitcoin-core-dev
1982020-08-23T13:35:36 *** Pavlenex has quit IRC
1992020-08-23T13:40:01 *** Guyver2_ has joined #bitcoin-core-dev
2002020-08-23T13:43:04 *** Guyver2__ has joined #bitcoin-core-dev
2012020-08-23T13:44:02 *** Guyver2 has quit IRC
2022020-08-23T13:45:49 *** Guyver2_ has quit IRC
2032020-08-23T14:07:44 *** AaronvanW has joined #bitcoin-core-dev
2042020-08-23T14:16:09 *** arowser has quit IRC
2052020-08-23T14:17:00 *** arowser has joined #bitcoin-core-dev
2062020-08-23T14:40:55 *** AaronvanW has quit IRC
2072020-08-23T14:45:11 *** arowser has quit IRC
2082020-08-23T14:45:53 *** arowser has joined #bitcoin-core-dev
2092020-08-23T14:53:14 *** arowser has quit IRC
2102020-08-23T14:53:58 *** arowser has joined #bitcoin-core-dev
2112020-08-23T15:00:01 *** Guest92209 has quit IRC
2122020-08-23T15:00:27 *** S3RK has joined #bitcoin-core-dev
2132020-08-23T15:04:58 *** S3RK has quit IRC
2142020-08-23T15:05:27 *** S3RK has joined #bitcoin-core-dev
2152020-08-23T15:07:17 *** arowser has quit IRC
2162020-08-23T15:08:05 *** arowser has joined #bitcoin-core-dev
2172020-08-23T15:09:23 *** S3RK has quit IRC
2182020-08-23T15:21:11 *** Pawka has joined #bitcoin-core-dev
2192020-08-23T15:25:12 *** arowser has quit IRC
2202020-08-23T15:26:04 *** arowser has joined #bitcoin-core-dev
2212020-08-23T15:33:28 *** S3RK has joined #bitcoin-core-dev
2222020-08-23T15:44:22 *** S3RK has quit IRC
2232020-08-23T15:51:25 *** justanotheruser has quit IRC
2242020-08-23T16:00:14 *** bitcoin-git has joined #bitcoin-core-dev
2252020-08-23T16:00:15 <bitcoin-git> [bitcoin] hebasto opened pull request #19785: build: lrelease requires xml if not cross-building (master...200823-xml) https://github.com/bitcoin/bitcoin/pull/19785
2262020-08-23T16:00:16 *** bitcoin-git has left #bitcoin-core-dev
2272020-08-23T16:15:40 *** justanotheruser has joined #bitcoin-core-dev
2282020-08-23T16:38:16 *** AaronvanW has joined #bitcoin-core-dev
2292020-08-23T16:53:30 *** AaronvanW has quit IRC
2302020-08-23T16:53:48 *** AaronvanW has joined #bitcoin-core-dev
2312020-08-23T16:54:09 *** arowser has quit IRC
2322020-08-23T16:54:56 *** arowser has joined #bitcoin-core-dev
2332020-08-23T16:57:07 *** justanotheruser has quit IRC
2342020-08-23T17:00:48 *** justanotheruser has joined #bitcoin-core-dev
2352020-08-23T17:21:22 *** adiabat has quit IRC
2362020-08-23T17:22:31 *** adiabat has joined #bitcoin-core-dev
2372020-08-23T17:22:36 *** sipsorcery has quit IRC
2382020-08-23T17:43:37 *** Pavlenex has joined #bitcoin-core-dev
2392020-08-23T17:45:24 *** Pavlenex has quit IRC
2402020-08-23T17:56:02 *** watersnake1 has joined #bitcoin-core-dev
2412020-08-23T18:00:01 *** Pawka has quit IRC
2422020-08-23T18:10:02 *** watersnake1 has quit IRC
2432020-08-23T18:22:46 *** CyBrChRsT has joined #bitcoin-core-dev
2442020-08-23T18:59:52 *** Deacyde has joined #bitcoin-core-dev
2452020-08-23T19:05:38 *** sipsorcery has joined #bitcoin-core-dev
2462020-08-23T19:47:23 *** AaronvanW has quit IRC
2472020-08-23T19:55:32 *** owowo has quit IRC
2482020-08-23T20:00:13 *** owowo has joined #bitcoin-core-dev
2492020-08-23T20:00:44 *** arowser has quit IRC
2502020-08-23T20:01:23 *** arowser has joined #bitcoin-core-dev
2512020-08-23T20:19:49 *** AaronvanW has joined #bitcoin-core-dev
2522020-08-23T20:20:19 *** Guyver2__ is now known as Guyver2
2532020-08-23T20:21:45 *** Talkless has quit IRC
2542020-08-23T20:24:05 *** AaronvanW has quit IRC
2552020-08-23T20:33:58 *** davterra has quit IRC
2562020-08-23T20:54:47 *** AaronvanW has joined #bitcoin-core-dev
2572020-08-23T21:00:02 *** CyBrChRsT has quit IRC
2582020-08-23T21:10:53 *** Guyver2 has quit IRC
2592020-08-23T21:21:28 *** rejon has joined #bitcoin-core-dev
2602020-08-23T21:27:32 *** AaronvanW has quit IRC
2612020-08-23T21:42:38 *** jakesyl has quit IRC
2622020-08-23T21:43:26 *** wallet42_ has quit IRC
2632020-08-23T21:43:27 *** elichai2 has quit IRC
2642020-08-23T21:45:41 *** wallet42_ has joined #bitcoin-core-dev
2652020-08-23T21:48:03 *** jakesyl has joined #bitcoin-core-dev
2662020-08-23T21:49:35 *** elichai2 has joined #bitcoin-core-dev
2672020-08-23T22:10:06 *** gzhao408 has quit IRC
2682020-08-23T22:35:55 *** sipsorcery has quit IRC
2692020-08-23T22:36:09 *** DeanWeen has joined #bitcoin-core-dev
2702020-08-23T22:36:36 *** Dean_Guss has quit IRC
2712020-08-23T22:38:40 *** davterra has joined #bitcoin-core-dev
2722020-08-23T22:39:08 *** arowser has quit IRC
2732020-08-23T22:39:51 *** arowser has joined #bitcoin-core-dev
2742020-08-23T22:53:05 *** marcoagner has quit IRC
2752020-08-23T22:55:49 *** vasild_ has joined #bitcoin-core-dev
2762020-08-23T22:58:43 *** vasild has quit IRC
2772020-08-23T22:58:44 *** vasild_ is now known as vasild
2782020-08-23T23:19:29 *** sipsorcery has joined #bitcoin-core-dev
2792020-08-23T23:22:57 *** tralfaz has joined #bitcoin-core-dev
2802020-08-23T23:23:43 *** davterra has quit IRC
2812020-08-23T23:24:35 *** AaronvanW has joined #bitcoin-core-dev
2822020-08-23T23:54:33 *** sipsorcery has quit IRC
2832020-08-23T23:58:25 *** AaronvanW has quit IRC