Mike Hearn
|
21c5e14700
|
Fix a minor bug in AddressMessage. Patch from Vasile Rotaru. Resolves issue 138.
|
2012-02-10 16:44:57 +01:00 |
|
Mike Hearn
|
11a87317a4
|
Split transaction creation into building a template and then completing it. Completing a tx means adding inputs and possibly a change output to make the transaction valid. Also add a convenience addOutput() overload to Transaction. This makes it easier to create multi-sends.
Patch from Chris Rico.
|
2012-02-07 21:47:21 +01:00 |
|
Mike Hearn
|
457ef5f318
|
Add HeadersMessage and parsing support for it. Patch from Roman Mandeleil.
|
2011-12-05 18:35:10 +01:00 |
|
Mike Hearn
|
2ef36efcce
|
Add Steve to the AUTHORS file.
|
2011-09-16 07:50:22 +00:00 |
|
Mike Hearn
|
49d676160c
|
Remove the built-in copy of Bouncy Castle. Instead, make it a dependency in the Maven POM. Also include the shade plugin so the final JARs won't cause conflicts on Android. Resolves issue 42. Patch by Jonny Heggheim.
|
2011-08-05 20:25:00 +00:00 |
|
Miron Cuperman (devrandom)
|
89adfe62d3
|
Merge peergroup branch into trunk
|
2011-07-19 18:22:11 +00:00 |
|
Mike Hearn
|
440b2d28ac
|
Fix IrcDiscovery to not expect the IRC server to return the user list when joining the server automatically. This does not happen for all IRC server implementations. Rather the NAMES command should be sent to ensure that the user list is returned. It also fixes that the returned lines start with a colon that has to be removed before sending the line to the parseUserList method. Patch from Wolfgang Nagele. Resolves issue 50.
|
2011-07-18 20:39:00 +00:00 |
|
Mike Hearn
|
2c74beb9f5
|
Fix a bug in Transaction.getValueSentFromMe() in which inputs connected to outputs that existed in the wallet but were not actually owned by us were counted. Resolves issue 36. Patch from Jan Møller.
|
2011-07-06 12:12:18 +00:00 |
|
Mike Hearn
|
61ec87d4b5
|
Refresh AUTHORS file.
|
2011-06-14 13:58:53 +00:00 |
|
Mike Hearn
|
062f87553a
|
Implement ASN.1 key export. Patch from Thilo Planz.
Resolves issue 8.
|
2011-03-31 20:38:33 +00:00 |
|