Update Bitcoin to 4.69 (259)

This commit is contained in:
Boris Kraut 2016-08-31 18:07:03 +02:00
parent 7232a28f49
commit abd542704e

View file

@ -648,6 +648,16 @@ Build:4.68,258
scandelete=wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet scandelete=wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
build=$$MVN3$$ clean install -DskipTests -f $$BitcoinJWallet$$/pom.xml build=$$MVN3$$ clean install -DskipTests -f $$BitcoinJWallet$$/pom.xml
Build:4.69,259
commit=a58d26dbf0cf57617bcfd016b863a73f70e2e22b
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: Maintainer Notes:
See wallet/{README,CHANGES} or git log for info about what BitcoinJ tag to use. 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. Use latest commit in 'prod' branch, which is a rebase on top of the latest tag.