1 2016-09-12 00:18:50	0|GitHub105|[13bitcoin] 15SCDeveloper opened pull request #8703: Addition of ImmatureCreditCached to MarkDirty() (06master...06patch-5) 02https://github.com/bitcoin/bitcoin/pull/8703
 2 2016-09-12 02:08:20	0|GitHub63|[13bitcoin] 15achow101 opened pull request #8704: [RPC] Transaction details in getblock (06master...06getblock-extraverbose) 02https://github.com/bitcoin/bitcoin/pull/8704
 3 2016-09-12 11:18:18	0|jonasschnelli|Any good recommendations how to store a HD pubkey (assume we are doing public child key derivation) in the wallet? I think most simplest way is probably adding a hdpubkey object together with the seed-keyid and the keypath.
 4 2016-09-12 11:26:21	0|wumpus|yes, I guess so
 5 2016-09-12 11:28:05	0|wumpus|sounds like a lot of metadata, is that only for 'parent keys' or for every single derived key?
 6 2016-09-12 11:37:52	0|jonasschnelli|wumpus: Would be required for every derived key
 7 2016-09-12 11:38:21	0|jonasschnelli|The 32byte private key would be not required,.. just a hash160 for the master-keyid.
 8 2016-09-12 11:38:29	0|jonasschnelli|And the keypath (couple of bytes).
 9 2016-09-12 11:38:56	0|jonasschnelli|I guess its not very much larger
10 2016-09-12 11:39:13	0|wumpus|right
11 2016-09-12 11:47:09	0|btcdrak|https://github.com/bitcoin-core/bitcoincore.org/pull/212
12 2016-09-12 13:29:24	0|jonasschnelli|Is it possible to get a inv containing blocks together with txs as an answer on a getblocks message? Is picking out hashes instead of just trowing the whole inv buffer to the getdata required?
13 2016-09-12 13:29:45	0|jonasschnelli|(assume non-cmp-block peers)
14 2016-09-12 16:28:15	0|jl2012|is there a limit for the size of debug.log?
15 2016-09-12 21:17:19	0|BlueMatt|someone wanna close #8705 as notabug?