bitcoinj/tests/com/google/bitcoin/core
2012-03-01 18:07:30 +01:00
..
AddressTest.java 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
AlertMessageTest.java Slight redesign of the ECKey API to allow you to have public only ("watching") keys. 2012-01-26 16:23:29 +01:00
Base58Test.java Fix bug in Base58.decode that caused failures when the MSB of the decoded byte array was 1. Thanks to BitterTea and sipa for help with debugging this. 2011-05-24 20:19:18 +00:00
BitcoinSerializerTest.java Get rid of some warnings 2012-02-02 14:51:31 -08:00
BlockChainTest.java Fix an issue in block chain handling, whereby a duplicate block received that was not the chain head could result in wallet corruption and bogus "block forks the chain" messages. Resolves issue 135. 2012-02-13 21:36:09 +01:00
BlockTest.java Get rid of some warnings 2012-02-02 14:51:31 -08:00
ChainSplitTests.java Fix a minor bug in the ChainSplitTests 2012-02-19 15:04:02 +01:00
ECKeyTest.java Be lenient in parsing tx confidence protobuf, store pubkeys, cleanup 2012-02-02 10:18:08 -08:00
LazyParseByteCacheTest.java Get rid of some warnings 2012-02-02 14:51:31 -08:00
MockNetworkConnection.java Note that there is a race in MockNetworkConnection. Fixing it will have to wait until I am less tired. 2012-02-13 23:32:14 +01:00
old1.wallet Migrate old wallets to use transaction confidences, as much as possible, and add a unit test for deserializing old wallets. 2012-02-03 12:29:36 +01:00
PeerAddressTest.java 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
PeerGroupTest.java Fast shutdown for PeerGroup. 2012-02-10 09:09:56 -08:00
PeerTest.java Fix a minor bug in Peer.java where it wasn't always correctly constructing the block locator. Resolves issue 138. Bug found by Vasile Rotaru. 2012-02-12 22:41:03 +01:00
ScriptTest.java 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
TestUtils.java Announce pending transactions in wallets when a peer connects (both self-created spends and relevant received transactions). Allow creation of transactions without broadcast, for offline wallets. 2012-01-09 10:54:03 -08:00
TestWithNetworkConnections.java First cut at a pending transactions patch. This isn't the final API, which will 2012-01-09 10:35:41 -08:00
UtilsTest.java BIP21 bitcoin URI implementation. 2012-02-23 11:29:48 -08:00
VarIntTest.java Improve VarInt: simplify, fix some minor bugs and increase test coverage. 2011-03-13 21:29:25 +00:00
WalletTest.java Change how wallet callbacks are run in the case of a tx that both sends and receives coins from the wallet (common case). 2012-02-24 15:25:38 +01:00