Use bitcoinj 0.15.8 (commit 0d98efb)

This commit is contained in:
Oscar Guindzberg 2020-09-09 13:18:21 -03:00
parent 4de39fc2a3
commit daaacecafb
No known key found for this signature in database
GPG key ID: 209796BF2E1D4F75
3 changed files with 3 additions and 3 deletions

View file

@ -28,7 +28,7 @@ configure(subprojects) {
ext { // in alphabetical order
bcVersion = '1.63'
bitcoinjVersion = '0d7762b'
bitcoinjVersion = '0d98efb'
btcdCli4jVersion = '27b94333'
codecVersion = '1.13'
easybindVersion = '1.0.3'

View file

@ -101,7 +101,7 @@ public class WalletAppSetup {
Runnable downloadCompleteHandler,
Runnable walletInitializedHandler) {
log.info("Initialize WalletAppSetup with BitcoinJ version {} and hash of BitcoinJ commit {}",
VersionMessage.BITCOINJ_VERSION, "0d7762b");
VersionMessage.BITCOINJ_VERSION, "0d98efb");
ObjectProperty<Throwable> walletServiceException = new SimpleObjectProperty<>();
btcInfoBinding = EasyBind.combine(walletsSetup.downloadPercentageProperty(),

View file

@ -28,7 +28,7 @@ dependencyVerification {
'com.github.JesusMcCloud.tor-binary:tor-binary-macos:db5aef1082fdd8afb4f7f21cf0956f46a76e93aad75bed6ed149dd3e3767c0a7',
'com.github.JesusMcCloud.tor-binary:tor-binary-windows:1bb83786a71449d8edb152e40ce5efc129eaca6a0900f4912d7555b6df2f52a2',
'com.github.JesusMcCloud:jtorctl:389d61b1b5a85eb2f23c582c3913ede49f80c9f2b553e4762382c836270e57e5',
'com.github.bisq-network:bitcoinj:06aa2aac966471d662031811474322ca16481e93b38648448998b212ebc48186',
'com.github.bisq-network:bitcoinj:a7c6496490bc03dd4fca4a3bdf8844e3d751ae6a4df339c05cc6c4bc61aec4d3',
'com.github.ravn:jsocks:3c71600af027b2b6d4244e4ad14d98ff2352a379410daebefff5d8cd48d742a4',
'com.github.sarxos:webcam-capture:d960b7ea8ec3ddf2df0725ef214c3fccc9699ea7772df37f544e1f8e4fd665f6',
'com.google.android:annotations:ba734e1e84c09d615af6a09d33034b4f0442f8772dec120efb376d86a565ae15',