This website requires JavaScript.
Explore
RingTools-web
Help
Sign in
mirrors
/
bitcoinj
Watch
1
Star
0
Fork
You've already forked bitcoinj
0
mirror of
https://github.com/bitcoinj/bitcoinj.git
synced
2025-03-04 01:54:18 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
0d4daee3c4
bitcoinj
/
src
/
com
/
google
/
bitcoin
History
Miron Cuperman (devrandom)
0d4daee3c4
Java 5 compatibility - remove some @Override pragmas
2011-07-20 20:17:01 +00:00
..
bouncycastle
Initial checkin of BitCoinJ
2011-03-07 10:17:10 +00:00
core
Java 5 compatibility - remove some @Override pragmas
2011-07-20 20:17:01 +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
Java 5 compatibility - remove some @Override pragmas
2011-07-20 20:17:01 +00:00
store
Optimize chain download further by skipping merkle root verification unless there are transactions relevant to a wallet in the block. Refactor some code out of WalletTest into a new static TestUtils class.
2011-07-10 15:52:06 +00:00