This website requires JavaScript.
Explore
RingTools-web
Help
Sign In
mirrors
/
bitcoinj
Watch
1
Star
0
Fork
0
You've already forked bitcoinj
mirror of
https://github.com/bitcoinj/bitcoinj.git
synced
2025-01-19 05:33:44 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
d13665c22f
bitcoinj
/
wallettemplate
History
Carlos Lopez-Camey
48401a0af1
Removes deprecation warnings. In pom.xml artifactId is project.artifactId. Sha256Hash.createHash is Sha256Hash.hashTwice. LazyECPoint.getX and getY use getXCoord and getYCoord while forcing normalization.
2015-03-22 17:07:17 +01:00
..
src
/main
Rewrite TxConfidenceTable to actually track confidence objects. Make Transaction.getConfidence() fetch the object from the table via the context. This allows us to simplify large chunks of code quite considerably. Note that confidence listeners are not yet pinning the attached confidence to the root set, so the same old bugs remain if you don't pin the tx object. That will be fixed next.
2015-03-21 17:07:44 +01:00
pom.xml
Removes deprecation warnings. In pom.xml artifactId is project.artifactId. Sha256Hash.createHash is Sha256Hash.hashTwice. LazyECPoint.getX and getY use getXCoord and getYCoord while forcing normalization.
2015-03-22 17:07:17 +01:00