LN-Zap / zap-iOS

Zap Wallet - Native iOS lightning wallet focused on user experience and ease of use ⚡️
http://zaphq.io
MIT License
181 stars 47 forks source link

Disabling the LND REST API #325

Closed chitowncrispy closed 4 years ago

chitowncrispy commented 4 years ago

Description

I added a new option to the local LND configuration to disable the TCP REST API for LND. This will help with network interference since different wallets will no longer try to listen on the same interface/port.

Motivation and Context

This is to address issue #253.

How Has This Been Tested?

I compiled the app and ran it on the iOS simulator without crashing.

Types of changes

Checklist:

codecov-io commented 4 years ago

Codecov Report

Merging #325 into master will increase coverage by 0.07%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #325      +/-   ##
=========================================
+ Coverage   10.73%   10.8%   +0.07%     
=========================================
  Files         247     247              
  Lines        9761    9761              
=========================================
+ Hits         1048    1055       +7     
+ Misses       8713    8706       -7
Impacted Files Coverage Δ
...htning/Services/Misc/BlockChainHeightUpdater.swift 95.83% <0%> (+14.58%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c79cb55...d15166f. Read the comment docs.

ottosuess commented 4 years ago

nice.

closes #253