Update Bitcoin to 4.71 (261)

This commit is contained in:
Boris Kraut 2016-10-01 11:24:23 +02:00
parent c9832e00f0
commit cf3ffade5f

View file

@ -658,6 +658,16 @@ Build:4.69,259
scandelete=wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
build=$$MVN3$$ clean install -DskipTests -f $$BitcoinJWallet$$/pom.xml
Build:4.71,261
commit=22d213f81e7765197fb4f4f4b33b3e99e5b52448
subdir=wallet
gradle=yes
srclibs=BitcoinJWallet@v0.14.3
prebuild=sed -i -e '/<module>examples/d' -e '/<module>tools/d' -e '/<module>wallettemplate/d' $$BitcoinJWallet$$/pom.xml && \
echo 'task wrapper(type: Wrapper) { gradleVersion = "2.10" }' >> ../build.gradle
scandelete=wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
build=$$MVN3$$ clean install -DskipTests -f $$BitcoinJWallet$$/pom.xml
Maintainer Notes:
See wallet/{README,CHANGES} or git log for info about what BitcoinJ tag to use.
Use latest commit in 'prod' branch, which is a rebase on top of the latest tag.