< GitHub105> [bitcoin] SCDeveloper opened pull request #8703: Addition of ImmatureCreditCached to MarkDirty() (master...patch-5) https://github.com/bitcoin/bitcoin/pull/8703
< GitHub63> [bitcoin] achow101 opened pull request #8704: [RPC] Transaction details in getblock (master...getblock-extraverbose) https://github.com/bitcoin/bitcoin/pull/8704
< 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.
< wumpus> yes, I guess so
< wumpus> sounds like a lot of metadata, is that only for 'parent keys' or for every single derived key?
< jonasschnelli> wumpus: Would be required for every derived key
< jonasschnelli> The 32byte private key would be not required,.. just a hash160 for the master-keyid.
< jonasschnelli> And the keypath (couple of bytes).
< jonasschnelli> I guess its not very much larger
< wumpus> right
< 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?
< jonasschnelli> (assume non-cmp-block peers)
< jl2012> is there a limit for the size of debug.log?
< BlueMatt> someone wanna close #8705 as notabug?