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-02-24 14:50:57 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
257aacf81b
bitcoinj
/
core
History
Mike Hearn
257aacf81b
Make the Context object be a global object that is propagated between threads, and created on demand in the PeerGroup constructor. This isn't complete but is a sketch of where we might go. Context propagation is mostly auto-magical at the moment and will become less so with time, making it easier to use multiple instances of the library from the same thread simultaneously. At the moment you would potentially hit issues if using multiple instances from the same thread though and we should fix that before landing (aka don't break devrandom).
2015-03-21 17:07:43 +01:00
..
src
Make the Context object be a global object that is propagated between threads, and created on demand in the PeerGroup constructor. This isn't complete but is a sketch of where we might go. Context propagation is mostly auto-magical at the moment and will become less so with time, making it easier to use multiple instances of the library from the same thread simultaneously. At the moment you would potentially hit issues if using multiple instances from the same thread though and we should fix that before landing (aka don't break devrandom).
2015-03-21 17:07:43 +01:00
findbugs.xml
Renamespace to org.bitcoinj away from com.google.bitcoin, as bitcoinj is no longer a Google project and being namespaced under com.google causes issues with Sonatype/Maven Central.
2014-09-30 17:05:07 +02:00
pom.xml
Move comment about Java 6 compilation to the appropriate places.
2014-12-06 16:03:32 +01:00