Update Bitcoin to 5.18 (298)

This commit is contained in:
Boris Kraut 2017-03-26 12:50:21 +02:00
parent c546db4608
commit a214411493

View file

@ -819,6 +819,13 @@ Build:5.17,297
prebuild=echo 'task wrapper(type: Wrapper) { gradleVersion = "2.10" }' >> ../build.gradle
scanignore=wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
Build:5.18,298
commit=f596982c252462e350a4dbf24dc951d414db6fbc
subdir=wallet
gradle=yes
prebuild=echo 'task wrapper(type: Wrapper) { gradleVersion = "2.10" }' >> ../build.gradle
scanignore=wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
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.
@ -826,6 +833,8 @@ Use latest commit in 'prod' branch, which is a rebase on top of the latest tag.
Note also that the 'prod:' commits seem to disappear, as if the developer is
removing them and force-pushing the branch. We need to take an alternative
approach to building this in future.
Pick last from https://github.com/bitcoin-wallet/bitcoin-wallet/commits/prod
.
Auto Update Mode:None