[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 transactions to enable resubmit of these in case the transaction it 
self and all its supporting transactions are lost due to some blocks becoming 
invalid as they are part of a dead-end part of the chain. However...

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 the vtxPrev are 
guarding against resubmission of transaction more than 21 confirmations back. 
Further, we cannot guarantee that the transaction owner is online at the time 
and the money could have been re-spent for others anyway.

So bottom line:
Do we need the vtxPrev at all ? Or did I miss out something ?

Cheers,

Michael



--
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
___
Bitcoin-development mailing list
Bitcoin-development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bitcoin-development


Re: [Bitcoin-development] Transaction Delivery and Storage

2011-10-05 Thread Mike Hearn
I imagine a lot of the things on the contracts page will be implemented by
specialized software that interacts with the Bitcoin network directly.
Transactions would then be moved around, for example, by having clients do
HTTP POSTs of protocol buffers to servers that are listening and know how to
interpret the received messages.
--
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1___
Bitcoin-development mailing list
Bitcoin-development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bitcoin-development


Re: [Bitcoin-development] Mac libboost_thread or thread-mt?

2011-10-05 Thread Douglas Huff
Bad update. Macports has a couple of boost packages. Install the newer 1.46
ones.

-- 
Douglas Huff
On Oct 5, 2011 1:43 PM, Gavin Andresen gavinandre...@gmail.com wrote:
 I updated src/makefile.osx and doc/build-osx.txt today, assuming that
 the MacPorts versions of dependencies will be used and the -mt boost
 libraries will be used.

 I also modified makefile.unix and makefile.osx to auto-build
 dependencies using gcc's -MMD option.

 --
 --
 Gavin Andresen


--
 All the data continuously generated in your IT infrastructure contains a
 definitive record of customers, application performance, security
 threats, fraudulent activity and more. Splunk takes this data and makes
 sense of it. Business sense. IT sense. Common sense.
 http://p.sf.net/sfu/splunk-d2dcopy1
 ___
 Bitcoin-development mailing list
 Bitcoin-development@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bitcoin-development
--
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1___
Bitcoin-development mailing list
Bitcoin-development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bitcoin-development