From da10e0ca691bb893019f95df45703a0705430c49 Mon Sep 17 00:00:00 2001 From: Mike Hearn Date: Thu, 29 Dec 2011 20:27:45 +0000 Subject: [PATCH] Update TODO file. --- TODO | 6 ------ 1 file changed, 6 deletions(-) diff --git a/TODO b/TODO index 1ef70a8c9..43167c610 100644 --- a/TODO +++ b/TODO @@ -1,12 +1,8 @@ Here is a brief list of things that still need to be done. -More unit tests: - - Create a MockNetworkConnection and use it to test the Peer. - API: - Reorganize the package layout to be more modular. - Support multiple active wallets. - - Allow sorting of transactions by time. Protocol: - Start up faster @@ -23,8 +19,6 @@ Cleanup: - Implement a BitCoin class that encapsulates a BigInteger and formatting. - Make NetworkParameters use subclasses instead of static methods to construct. - - ========== Impacts from Steves changes: