This website requires JavaScript.
Explore
Help
Register
Sign In
Qortal
/
altcoinj
Watch
3
Star
0
Fork
0
You've already forked altcoinj
mirror of
https://github.com/Qortal/altcoinj.git
synced
2025-01-31 15:22:16 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
dd2be6eeb4
altcoinj
/
tests
/
com
/
google
/
bitcoin
History
Mike Hearn
dd2be6eeb4
Make ECKey store its creation time. Implement fast catchup using the getheaders command. You can now set a date on a Peer/PeerGroup, before which block bodies will not be fetched. After that they will. Using the date of the earliest key in the wallet means new users can get started faster and with less battery drain as they aren't parsing blocks that are guaranteed to have no relevant transactions.
2011-12-29 23:52:08 +00:00
..
core
Make ECKey store its creation time. Implement fast catchup using the getheaders command. You can now set a date on a Peer/PeerGroup, before which block bodies will not be fetched. After that they will. Using the date of the earliest key in the wallet means new users can get started faster and with less battery drain as they aren't parsing blocks that are guaranteed to have no relevant transactions.
2011-12-29 23:52:08 +00:00
discovery
Fix a typo bug in IrcDiscoveryTest. Patch from Nathan Baulch. Resolves issue 33.
2011-06-30 19:00:52 +00:00
store
Use RandomAccessFile in DiskBlockStore to fix corruption. Resolves issue 76
2011-09-06 20:40:15 +00:00