< 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>
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?