3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-01-31 07:12:17 +00:00
Commit Graph

6 Commits

Author SHA1 Message Date
Mike Hearn
af371677fd Take some Block setters out of the public API. The ability to create/solve blocks is intended only for unit testing in this library. 2011-03-25 21:19:52 +00:00
Mike Hearn
ebfd7e4147 Refresh JavaDocs 2011-03-24 09:25:54 +00:00
Mike Hearn
c40b7ce668 Refresh JavaDocs. 2011-03-15 14:04:38 +00:00
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
Mike Hearn
c3f5496a8e Fix a typo in ECKey JavaDocs.
Remove the timestamp from the generated JavaDoc output to minimize subversion diffs in future.
Make the broadcastTransaction method of Peer package private. It's no longer needed to send coins.
2011-03-07 13:37:47 +00:00
Mike Hearn
fbb93e4c27 Initial checkin of BitCoinJ 2011-03-07 10:17:10 +00:00