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-07-06 12:01:05 +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 Use Sha256Hash more consistently, improve the class a bit. 2011-06-30 20:33:41 +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
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 Remove the test prefix from WalletTest methods. It's unnecessary with JUnit 4. 2011-07-06 12:01:05 +00:00