This website requires JavaScript.
Explore
Help
Sign In
Qortal
/
altcoinj
Watch
1
Star
0
Fork
1
You've already forked altcoinj
mirror of
https://github.com/Qortal/altcoinj.git
synced
2025-11-02 05:27:17 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
06ad3e5bb1147af007ff68c7d83f930f64cdb5c7
altcoinj
/
src
/
com
/
google
/
bitcoin
History
Mike Hearn
06ad3e5bb1
Patch 6 from Steves lazy parsing patchset:
...
Deduping related optimizations. This code will be removed later.
2011-10-14 12:27:16 +00:00
..
core
Patch 6 from Steves lazy parsing patchset:
2011-10-14 12:27:16 +00:00
discovery
Fix IrcDiscovery to not expect the IRC server to return the user list when joining the server automatically. This does not happen for all IRC server implementations. Rather the NAMES command should be sent to ensure that the user list is returned. It also fixes that the returned lines start with a colon that has to be removed before sending the line to the parseUserList method. Patch from Wolfgang Nagele. Resolves issue 50.
2011-07-18 20:39:00 +00:00
examples
Make WalletEventListener an interface with a no-op implementation. Add an onChange() method to the default implementation that is called by the others, for cases where you don't care about what specifically changed, just that a change happened.
2011-09-18 20:09:26 +00:00
store
Make a field static. Resolves comments by Miron on r194.
2011-09-15 16:22:33 +00:00