novitski / bitcoinj

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

Wallet.toString() improvements #373

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1. Should print both balance types. Currently only AVAILABLE balance is 
printed, but for debugging often ESTIMATED is more useful.

2. Would be nice to by default just print the "overview header" only, without 
any keys or transactions. Basically the first 8 lines of toString(...) up until 
the "// Do the keys" comment. The full dump is only needed in special cases.

Original issue reported on code.google.com by andreas....@gmail.com on 27 Mar 2013 at 1:34

GoogleCodeExporter commented 9 years ago
3. Sort transactions (inside their pools) by height, if available. Pending tx 
perhaps can be sorted by date instead. I'd prefer "blockexplorer ordering", 
that means latest tx to the top.

Original comment by andreas....@gmail.com on 8 Jul 2013 at 10:47

GoogleCodeExporter commented 9 years ago
4. Print timestamps as ISO9660 formatted dates

Original comment by andreas....@gmail.com on 28 Nov 2013 at 4:43

GoogleCodeExporter commented 9 years ago
I have implemented 1 and 3 some time ago.

Original comment by andreas....@gmail.com on 1 Jun 2014 at 7:59

GoogleCodeExporter commented 9 years ago
I think two is done these days too, right.

Original comment by mh.in.en...@gmail.com on 21 Oct 2014 at 4:22

GoogleCodeExporter commented 9 years ago
I'm not aware of 2, but at least I'm not much interested in it any more. So 
"fixed" is a good state.

Original comment by andreas....@gmail.com on 21 Oct 2014 at 4:29