Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
feat(lnd): update lnd to v0.13.1-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulbile committed Aug 15, 2021
1 parent 4da5c63 commit 835d0b6
Show file tree
Hide file tree
Showing 3 changed files with 140 additions and 125 deletions.
3 changes: 2 additions & 1 deletion config/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,10 @@ module.exports = {
testnet: ['testnet3-btcd.zaphq.io', 'testnet4-btcd.zaphq.io'],
mainnet: ['mainnet3-btcd.zaphq.io', 'mainnet4-btcd.zaphq.io'],
},
validatechannels: true,
},

assumechanvalid: true,
assumechanvalid: false,
recoveryWindow: 2500,
whitelistPeers: false,
},
Expand Down
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@
},
"config": {
"lnd-binary": {
"binaryVersion": "0.12.0-beta-2-g2dd779205",
"binarySite": "https://github.com/LN-Zap/lnd/releases/download"
"binaryVersion": "0.13.1-beta"
}
},
"browserslist": [
Expand Down Expand Up @@ -255,7 +254,7 @@
"cross-env": "7.0.2",
"cross-spawn": "7.0.3",
"csp-html-webpack-plugin": "4.0.0",
"electron": "9.4.0",
"electron": "9.4.4",
"electron-builder": "22.9.1",
"electron-devtools-installer": "3.1.1",
"electron-notarize": "1.0.0",
Expand Down Expand Up @@ -288,7 +287,7 @@
"husky": "4.3.0",
"jest": "26.5.3",
"jest-styled-components": "6.3.4",
"lnd-binary": "0.3.18",
"lnd-binary": "0.3.22",
"minimist": "1.2.5",
"mock-spawn": "0.2.6",
"native-ext-loader": "2.3.0",
Expand Down Expand Up @@ -324,7 +323,7 @@
"@ln-zap/bolt11": "1.2.8-beta.3",
"@rebass/forms": "4.0.6",
"@styled-system/theme-get": "5.1.2",
"axios": "0.19.2",
"axios": "0.21.1",
"bech32": "1.1.4",
"bignumber.js": "9.0.1",
"bip21": "2.0.3",
Expand Down Expand Up @@ -352,7 +351,7 @@
"is-electron-renderer": "2.0.1",
"jstimezonedetect": "1.0.7",
"keytar": "5.6.0",
"lnd-grpc": "0.4.8",
"lnd-grpc": "https://github.com/rahulbile/node-lnd-grpc#9257bdd77b030a03cdacbcbdc1c8dcd255d6f8d6",
"lndconnect": "0.2.10",
"lodash": "4.17.21",
"new-github-issue-url": "0.2.1",
Expand Down
Loading

0 comments on commit 835d0b6

Please sign in to comment.