Re: [Bitcoin-development] vtxPrev

2011-10-05 Thread Michael Grønager
Oups - I was reading the code wrongly - going through AddSupportingTransactions carefully again... The vtxPrev contains a list of the supporting confirmations up to 3 confirmations back. So it is only of relevance (and only gets filled) if you accept coins that are less than 3 confirmations old

Re: [Bitcoin-development] vtxPrev

2011-10-05 Thread Gregory Maxwell
On Wed, Oct 5, 2011 at 8:31 AM, Michael Grønager wrote: > The vtxPrev stores 3 transactions back, but as transactions need 7 block to > maturity and respendability isn't it overkill - I mean it is highly unlikely > that a transaction gets invalid after 7 confirmations and They don't need 7 bloc

[Bitcoin-development] vtxPrev

2011-10-05 Thread Michael Grønager
Hi ! I am looking into enabling a split between thin clients holding the wallet and server(s) holding the blocks and txdb. To that end I am considering to simplify the WalletTx a bit and I came across the vtxPrev in the code. As I see it vtxPrev is only used for keeping a list of supporting tr