novitski / bitcoinj

Automatically exported from code.google.com/p/bitcoinj
Apache License 2.0
0 stars 0 forks source link

Re-org handling needs work #360

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The reorganize() method in the wallet is very old and can be 
simplified/improved:

1) It still assumes the wallet doesn't support having inbound payments in the 
pending pool.
2) It has a lot of custom handling for dead/resurrected transactions
3) It doesn't use the new "unified" double spend handling so it won't benefit 
when I fix it to recursively kill transactions. 

Overall it's too complicated, too buggy and needs a refactoring.

Original issue reported on code.google.com by hearn@google.com on 21 Mar 2013 at 3:59

GoogleCodeExporter commented 9 years ago
This was fixed in the 0.9 release. Resolved by aa883b48b11e.

Original comment by hearn@google.com on 11 Jul 2013 at 1:03