1 2016-10-10 07:22:44	0|jl2012|dcousens: "A non-witness program (defined hereinafter) txin MUST be associated with an empty witness field, represented by a 0x00." means if an input is non-witness program, its associated witness must be empty, which is a 0x00
 2 2016-10-10 07:23:26	0|jl2012|tx format is [nVersion][marker][flag](varint)[txins](varint)[txouts][witness][nLockTime]
 3 2016-10-10 07:24:03	0|jl2012|[witness] format is [varint][stack][stack].....[varint][stack][stack]...........
 4 2016-10-10 07:24:36	0|jl2012|[stack] format is [varint][data]
 5 2016-10-10 07:24:58	0|jl2012|the varint inside stack is size of data
 6 2016-10-10 07:25:22	0|jl2012|the varint(s) inside witness is the number of stack for a txin
 7 2016-10-10 07:25:54	0|jl2012|if an input is non-witness program, the corresponding varint in witness is 0x00, means no stack
 8 2016-10-10 07:26:21	0|jl2012|if all inputs are non-witness program, the tx must be serialized in the old way
 9 2016-10-10 07:29:00	0|jl2012|examples of witness serialization could be found in https://github.com/bitcoin/bips/blob/master/bip-0143.mediawiki#Native_P2WPKH
10 2016-10-10 07:29:27	0|da2ce7|good morning #bitcoin-core-dev
11 2016-10-10 07:44:03	0|jl2012|good afternoon
12 2016-10-10 10:06:26	0|GitHub188|[13bitcoin] 15fanquake closed pull request #8733: More granular debug [WIP] (06master...06MoreGranularDebug.wip) 02https://github.com/bitcoin/bitcoin/pull/8733
13 2016-10-10 11:17:06	0|GitHub180|[13bitcoin] 15sipa pushed 7 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/072116fceb22...6429cfa8a703
14 2016-10-10 11:17:07	0|GitHub180|13bitcoin/06master 1406128da 15Matt Corallo: Make GetFetchFlags always request witness objects from witness peers...
15 2016-10-10 11:17:07	0|GitHub180|13bitcoin/06master 14be7555f 15Matt Corallo: Fix overly-prescriptive p2p-segwit test for new fetch logic
16 2016-10-10 11:17:08	0|GitHub180|13bitcoin/06master 146aa28ab 15Pieter Wuille: Use cmpctblock type 2 for segwit-enabled transfer...
17 2016-10-10 11:17:11	0|GitHub12|[13bitcoin] 15sipa closed pull request #8393: Support for compact blocks together with segwit (06master...06segwitcb) 02https://github.com/bitcoin/bitcoin/pull/8393
18 2016-10-10 11:18:05	0|BlueMatt|heyyyyyyy
19 2016-10-10 11:18:08	0|BlueMatt|yay sipa
20 2016-10-10 11:18:50	0|sipa|yay BlueMatt
21 2016-10-10 11:19:08	0|sipa|i've really just been merging in your proposed changes to it the past weeks
22 2016-10-10 11:20:21	0|BlueMatt|heh
23 2016-10-10 11:29:20	0|btcdrak|woot
24 2016-10-10 11:30:48	0|GitHub142|[13bitcoin] 15MarcoFalke closed pull request #8871: Make GetFetchFlags always request witness objects from witness peers (06master...06fetchflags) 02https://github.com/bitcoin/bitcoin/pull/8871
25 2016-10-10 12:01:07	0|jtimon|mhmm, BlueMatt do you know which PR replaced #4692  ?
26 2016-10-10 12:01:40	0|jtimon|or anyone, do you remember which PR exposed verifyScript in libconsensus ?
27 2016-10-10 12:42:35	0|BlueMatt|jtimon: i dont :/
28 2016-10-10 12:44:09	0|wumpus|jtimon: git log -p src/script/bitcoinconsensus.h ?
29 2016-10-10 12:47:05	0|jtimon|wumpus: right, it was 2cf5f16c by cfields, in #5235
30 2016-10-10 13:33:24	0|jtimon|CodeShark: https://github.com/jtimon/bitcoin/commits/jt-globals https://github.com/jtimon/bitcoin/commits/jt-glbals2
31 2016-10-10 14:23:19	0|jtimon|awesome, got an ACK for #8337 !
32 2016-10-10 14:53:03	0|GitHub172|[13bitcoin] 15jonasschnelli pushed 3 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/6429cfa8a703...bf8e68aba68d
33 2016-10-10 14:53:04	0|GitHub172|13bitcoin/06master 14fa85e86 15MarcoFalke: [qt] sync-overlay: Don't show estimated number of headers left
34 2016-10-10 14:53:04	0|GitHub172|13bitcoin/06master 14faa4de2 15MarcoFalke: [qt] sync-overlay: Don't block during reindex
35 2016-10-10 14:53:05	0|GitHub172|13bitcoin/06master 14bf8e68a 15Jonas Schnelli: Merge #8821: [qt] sync-overlay: Don't block during reindex...
36 2016-10-10 14:53:18	0|GitHub62|[13bitcoin] 15jonasschnelli closed pull request #8821: [qt] sync-overlay: Don't block during reindex (06master...06Mf1609-qtSyncReindex) 02https://github.com/bitcoin/bitcoin/pull/8821
37 2016-10-10 15:00:10	0|btcdrak|jtimon: images are broken in that libconsensus repo
38 2016-10-10 15:02:20	0|wumpus|a libconsensus repo with images? cool
39 2016-10-10 15:03:29	0|sipa|preimages?
40 2016-10-10 15:08:33	0|GitHub44|[13bitcoin] 15MarcoFalke opened pull request #8906: [qt] sync-overlay: Don't show progress twice (06master...06Mf1610-qtSyncProgress) 02https://github.com/bitcoin/bitcoin/pull/8906