Merge pull request #1309 from lamassu/release-8.1

Release 8.1
This commit is contained in:
Rafael Taranto 2022-07-21 10:32:04 +01:00 committed by GitHub
commit 5ff1a98768
2 changed files with 7 additions and 7 deletions

View file

@ -29,12 +29,12 @@ const BINARIES = {
dir: 'bitcoin-23.0/bin'
},
ETH: {
url: 'https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.10.19-23bee162.tar.gz',
dir: 'geth-linux-amd64-1.10.19-23bee162'
url: 'https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.10.20-8f2416a8.tar.gz',
dir: 'geth-linux-amd64-1.10.20-8f2416a8'
},
ZEC: {
url: 'https://z.cash/downloads/zcash-5.0.0-linux64-debian-bullseye.tar.gz',
dir: 'zcash-5.0.0/bin'
url: 'https://z.cash/downloads/zcash-5.1.0-linux64-debian-bullseye.tar.gz',
dir: 'zcash-5.1.0/bin'
},
DASH: {
url: 'https://github.com/dashpay/dash/releases/download/v0.17.0.3/dashcore-0.17.0.3-x86_64-linux-gnu.tar.gz',
@ -52,8 +52,8 @@ const BINARIES = {
files: [['bitcoind', 'bitcoincashd'], ['bitcoin-cli', 'bitcoincash-cli']]
},
XMR: {
url: 'https://downloads.getmonero.org/cli/monero-linux-x64-v0.17.3.2.tar.bz2',
dir: 'monero-x86_64-linux-gnu-v0.17.3.2',
url: 'https://downloads.getmonero.org/cli/monero-linux-x64-v0.18.0.0.tar.bz2',
dir: 'monero-x86_64-linux-gnu-v0.18.0.0',
files: [['monerod', 'monerod'], ['monero-wallet-rpc', 'monero-wallet-rpc']]
}
}

View file

@ -92,7 +92,7 @@ function handleError (error, method) {
function openWallet () {
return fetch('open_wallet', { filename: 'Wallet' })
.catch(err => handleError(err, 'openWallet'))
.catch(() => openWalletWithPassword())
}
function openWalletWithPassword () {