It would be great to have a JSON-RPC method for listing new transactions that are newer than a particular transaction id. This would enable developpers to watch new transactions easily, by just keeping track of the latest known txid and polling that method at the rate of their choice.
A possible way to do it would be to extend listttransactions so that it accepts an optional txid argument: Code: