bitcoinj/tests/com/google/bitcoin/core
Mike Hearn 7aa485110a First cut at a pending transactions patch. This isn't the final API, which will
involve some changes to the wallet event listener/tx to have a concept of
confidence levels.
2012-01-09 10:35:41 -08: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 Set length field to fix a unit test. 2011-12-16 14:30:01 +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 Remove an unnecessary import. 2011-12-16 14:23:33 +01:00
BlockChainTest.java Rename Block.getTime() to Block.getTimeSeconds() and note the metric used in the javadoc. 2011-08-05 14:10:57 +00:00
BlockTest.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
ChainSplitTests.java First cut at a pending transactions patch. This isn't the final API, which will 2012-01-09 10:35:41 -08:00
ECKeyTest.java Fix key array handling in importing/exporting private keys. Resolves issue 48. 2011-08-30 21:09:51 +00:00
LazyParseByteCacheTest.java Cleanup of lazy block parsing, patch from shadders 2011-11-12 23:20:04 +00:00
MockNetworkConnection.java Make ECKey store its creation time. Implement fast catchup using the getheaders command. You can now set a date on a Peer/PeerGroup, before which block bodies will not be fetched. After that they will. Using the date of the earliest key in the wallet means new users can get started faster and with less battery drain as they aren't parsing blocks that are guaranteed to have no relevant transactions. 2011-12-29 23:52:08 +00: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 First cut at a pending transactions patch. This isn't the final API, which will 2012-01-09 10:35:41 -08:00
PeerTest.java First cut at a pending transactions patch. This isn't the final API, which will 2012-01-09 10:35:41 -08: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 Fix a bug that could cause transactions to not move from the unspent to spent maps (efficiency issue but not a correctness issue). Add change outputs to the fake transactions created by TestUtils to reveal the issue and add more pool size tests. Resolves issue 89. 2011-12-27 23:40:45 +00: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 Implement ReverseDwordBytes. Resolves issue 100 2011-10-31 17:28:01 +00:00
VarIntTest.java Improve VarInt: simplify, fix some minor bugs and increase test coverage. 2011-03-13 21:29:25 +00:00
WalletTest.java First cut at a pending transactions patch. This isn't the final API, which will 2012-01-09 10:35:41 -08:00