From 2fb4daa1b2768eaab132b2e3058842be705fffeb Mon Sep 17 00:00:00 2001 From: CapDog <34176400+capitalistdog@users.noreply.github.com> Date: Mon, 29 Nov 2021 15:55:28 -0500 Subject: [PATCH 1/3] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 383d45c0..325b66a9 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,6 @@ For easy setup on your Laptop/Desktop, [a node wizard is available here.](https: #### Steps: 1) Run [LND](https://github.com/shocknet/lnd/releases) - *Example mainnet startup*: -(Neutrino example requires builds with experimental flags, [our binaries](https://github.com/shocknet/lnd/releases) include them.) - ``` ./lnd --bitcoin.active --bitcoin.mainnet --bitcoin.node=neutrino --neutrino.connect=neutrino.shock.network --routing.assumechanvalid --accept-keysend --allow-circular-route --feeurl=https://nodes.lightning.computer/fees/v1/btc-fee-estimates.json ``` From 763178c57826e8fe187ce305d1d44945fd79ab3a Mon Sep 17 00:00:00 2001 From: Daniel Lugo Date: Mon, 6 Dec 2021 16:38:44 -0400 Subject: [PATCH 2/3] Encryption related keywords to dictionary --- .vscode/settings.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index 5bfc0abb..5c0e42b5 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -7,7 +7,10 @@ "cSpell.words": [ "acked", "Authing", + "ciphertext", + "eccrypto", "endregion", + "ephem", "epriv", "Epub", "falsey", From b5c81370a15b70855ef4bb6f7e03b42289c59c8f Mon Sep 17 00:00:00 2001 From: Daniel Lugo Date: Tue, 7 Dec 2021 11:44:22 -0400 Subject: [PATCH 3/3] Remove call to non existant fn --- src/routes.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/routes.js b/src/routes.js index 260ede51..18bd3e82 100644 --- a/src/routes.js +++ b/src/routes.js @@ -518,10 +518,6 @@ module.exports = async ( await recreateLnServices() - if (GunDB.isAuthenticated()) { - GunDB.instantiateGun() - } - const publicKey = await GunDB.authenticate(alias, password) if (!publicKey) {