bitcoinj/tests/com/google/bitcoin/core
Mike Hearn c3933a7773 Make the unit tests more realistic and fix two bugs this revealed:
1) Receiving coins regressed after the last optimization. Resolves issue 49.
2) Reorg handling expected to be able to connect all inputs.

Also other minor fixes and small additions.
2011-07-18 20:15:39 +00:00
..
AddressTest.java Fix a bug in Base58 decoding. Refactor how it is handled and introduce a new DumpedPrivateKey class that can be used to load keys generated by the dumpprivkey RPC. Use a new VersionedChecksummedBytes class to share the code. 2011-05-24 21:42:08 +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 Refactor the serialization logic: 2011-06-13 10:27:15 +00:00
BlockChainTest.java Make the unit tests more realistic and fix two bugs this revealed: 2011-07-18 20:15:39 +00:00
BlockTest.java Switch to using SLF4J + the simple logger, allowing people to integrate BitCoinJ with whatever logging system they 2011-05-02 12:35:10 +00:00
ChainSplitTests.java Move some classes into new packages. 2011-06-29 17:45:18 +00:00
ECKeyTest.java Test that you can sign with the roundtrip key and verify with the original key, and vice versa. 2011-04-21 05:48:27 +00:00
PeerAddressTest.java Bugfix from Noa Resare. Resolves issue 29. 2011-06-27 11:25:43 +00:00
ScriptTest.java Initial checkin of BitCoinJ 2011-03-07 10:17:10 +00:00
TestUtils.java Make the unit tests more realistic and fix two bugs this revealed: 2011-07-18 20:15:39 +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 Optimize chain download further by skipping merkle root verification unless there are transactions relevant to a wallet in the block. Refactor some code out of WalletTest into a new static TestUtils class. 2011-07-10 15:52:06 +00:00