# Gavin Andresen # 2011-02-01 18:00:39 # https://bitcointalk.org/index.php?topic=3092.msg43212#msg43212 0.3.20 will support listtransactions '*' for all transactions. @p{par} Transactions since @p{lt}txid@s{gt} .... sounds dangerous. Are you trying to mirror the transaction database that bitcoin keeps? If you are, are you sure you'll deal properly with (rare) block chain re-organizations where transactions that you thought had one confirmation turn out to be invalid in a new fork of the chain? @p{par} I can imagine subtle bugs@p{--} you ask for transactions since @p{lt}txid@s{gt} but that txid turns out to be an orphan transaction (double-spend on the losing side of a block chain re-org) so bitcoin returns... what? @p{par} All non-orphan transactions with transaction time equal to or greater than a given timestamp might work@p{--} but what is your use case? @p{brk}