3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-01-31 07:12:17 +00:00
altcoinj/tests/com/google/bitcoin/core
Mike Hearn 0315b3a5e6 Add a create method to Sha256Hash.
Don't deserialize block or tx messages that were already seen, to avoid wasting battery and causing memory spikes that can trigger OOM conditions. Updates issue 73.
2011-09-15 16:11:32 +00: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
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 Add a create method to Sha256Hash. 2011-09-15 16:11:32 +00: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 Rename Block.getTime() to Block.getTimeSeconds() and note the metric used in the javadoc. 2011-08-05 14:10:57 +00:00
ECKeyTest.java Fix key array handling in importing/exporting private keys. Resolves issue 48. 2011-08-30 21:09:51 +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 Make PeerGroup remember discovery sources and retry them after a while. 2011-09-05 17:09:30 +00:00
PeerTest.java Yet more PeerTest cleanup 2011-08-12 22:06:44 +00: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 Unit tests for Peer 2011-08-11 22:10:54 +00:00
UtilsTest.java Allow formatting of negative BitCoin amounts, add a test for this. 2011-04-25 21:51:59 +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 When confirming a transaction as sent, move connected newly spent transactions from unspent->spent. Introduce a method to do this, so as to avoid duplication with updateForSpends(). Add a getPoolSize() method and use it in unit tests to verify the pools at various points. Resolves issue 72. 2011-09-05 13:06:33 +00:00