3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-01-31 15:22:16 +00:00
altcoinj/tests/com/google/bitcoin/core
2011-08-05 14:37:48 +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 Rename Block.getTime() to Block.getTimeSeconds() and note the metric used in the javadoc. 2011-08-05 14:10:57 +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 Rename Block.getTime() to Block.getTimeSeconds() and note the metric used in the javadoc. 2011-08-05 14:10:57 +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
PeerGroupTest.java Rename Block.getTime() to Block.getTimeSeconds() and note the metric used in the javadoc. 2011-08-05 14:10:57 +00:00
ScriptTest.java Delete some dead code in Script that was confusing people; BitCoinJ does not run scripts. 2011-08-05 14:37:48 +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 Don't mark outputs that spend to non-wallet addresses as spent. This avoids a problem in the case where you send somebody coins with change and they immediately send you the coins back. Add a unit test to prove the bug is solved. Existing wallets will need to be refreshed. Resolves issue 64. 2011-08-05 12:36:05 +00:00