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
Mike Hearn 4003eee3fe Add getters/setters and a solve method to the Block object. Use this in a new proof of work unit test.
Introduce a unit test NetworkParameters that has very easy difficulty.
Correct some assertTrue(false) type checks to use fail() instead.
Make ALLOWED_TIME_DRIFT non-public until I have a good explanation in the javadocs of what it's for.
Simplify Block.equals
2011-03-08 15:23:06 +00:00
..
AddressTest.java Initial checkin of BitCoinJ 2011-03-07 10:17:10 +00:00
Base58Test.java Initial checkin of BitCoinJ 2011-03-07 10:17:10 +00:00
BlockChainTest.java Add getters/setters and a solve method to the Block object. Use this in a new proof of work unit test. 2011-03-08 15:23:06 +00:00
BlockTest.java Add getters/setters and a solve method to the Block object. Use this in a new proof of work unit test. 2011-03-08 15:23:06 +00:00
ECKeyTest.java Initial checkin of BitCoinJ 2011-03-07 10:17:10 +00:00
ScriptTest.java Initial checkin of BitCoinJ 2011-03-07 10:17:10 +00:00
VarIntTest.java Initial checkin of BitCoinJ 2011-03-07 10:17:10 +00:00
WalletTest.java Initial checkin of BitCoinJ 2011-03-07 10:17:10 +00:00