JimmyMow
7186b6939a
Merge pull request #413 from LN-Zap/fix/new-invoice-timestamp
fix(addInvoice): decode payreq and send all invoice data back after n…
7 years ago
Jack Mallers
225adf6a97
fix(addInvoice): decode payreq and send all invoice data back after newly created invoice
7 years ago
JimmyMow
5915e20f1b
Merge pull request #412 from LN-Zap/fix/activity-ordering
fix(daily activity sort): sort the activity within a day from new to old
7 years ago
Jack Mallers
8339c0b04d
fix(daily activity sort): sort the activity within a day from new to old
7 years ago
JimmyMow
590ac80785
Merge pull request #411 from LN-Zap/fix/invoice-creation
fix(convert): return value if converting with same to and from currency
7 years ago
Jack Mallers
498b09ca35
fix(convert): return value if converting with same to and from currency
7 years ago
JimmyMow
d9a2276942
Merge pull request #397 from mrfelton/fix/channel-search-node-alias
fix(channels): filter channel list on node alias
7 years ago
JimmyMow
d42ebd27fd
Merge pull request #409 from NahomAgidew/fix/link-to-lnd-binary
fix(link-to-lnd-binary): update link to lnd-binary in ADVANCED.md
7 years ago
Nahom Abi
1d20ac2e10
fix(link-to-lnd-binary): update link to lnd-binary in ADVANCED.md
7 years ago
JimmyMow
5cb6863bcb
Merge pull request #408 from LN-Zap/fix/dynamic-explorer-links
Fix/dynamic explorer links
7 years ago
Jack Mallers
0611a9a99b
fix(lint): fix lint errors
7 years ago
Jack Mallers
5ab19cd19b
fix(dynamic-showTransaction): add isTestnet param to function and update function calls
7 years ago
Ben Woosley
2b266d8d07
Merge pull request #332 from Empact/enhance/lnd-error-handling
Make LND errors visible to users via a message box
7 years ago
JimmyMow
b36071a424
Merge pull request #398 from mrfelton/fix/payment-form-on-top
fix(pay-form): ensure payment form shows on top
7 years ago
Tom Kirkpatrick
e8e6e9fe6b
fix(channels): filter channel list on node alias
Update channel filter handlers to correctly consider the node alias.
Fix #396
7 years ago
JimmyMow
0c78db4140
Merge pull request #407 from LN-Zap/feature/link-pending-and-closing-channels-to-explorer
feature(external block explorer link): change icon to external link a…
7 years ago
Ben Woosley
483064f95f
Shut down app when lnd closes
7 years ago
Ben Woosley
aff656a809
Show a message box when lnd errors occur
7 years ago
Jack Mallers
cc9921a6d9
fix(lint): fix lint errors
7 years ago
Ben Woosley
8143e5344f
Merge pull request #403 from Empact/fix/lnd-already-running
Fix the local lnd already running usecase
7 years ago
JimmyMow
4c20554663
Merge pull request #401 from mrfelton/fix/wallet-unlock-password
fix(passwords): convert password to Buffer
7 years ago
JimmyMow
b43ed52c15
Merge pull request #406 from mrfelton/fix/rpc-proto-dup
Consolidate lnd build resources
7 years ago
Ben Woosley
73d2686ba2
Fix the local lnd already running usecase
Absent this fix, Zap is stuck at the loading page on startup with local LND running.
7 years ago
Ben Woosley
db45e84b48
Fix typo in 'SAVED CONFIG TO' log entry
7 years ago
Tom Kirkpatrick
9e2b7d0ea7
fix(travis): set DEBUG=electron-builder on travis
Enable electron-builder debugging on travis to ensure that output is
produced whilst long running electron (re)build steps are running. This
can prevent build timeouts.
7 years ago
Tom Kirkpatrick
5a062715dd
fix(build): include lnd resources in builds
Ensure that the lnd binary and rpc.proto files are properly included in the
final electron build, regardless of the build platform.
7 years ago
Tom Kirkpatrick
86c4f08ec7
fix(build): update electron-builder to v20.15.1
The latest version of electron-builder lets us use file macros in the file
patterns such as `$platform`, which is useful for us to be able to
include platform specific files in the build as DRY as possible.
7 years ago
Tom Kirkpatrick
6eda55de0c
fix(resources): fix up resource paths
Move rpc.proto into the resources directory along with all of the other
external resources.
Fix up the resource paths to reference external resources correctly
depending on wether the app is being run locally or from a release.
7 years ago
Ben Woosley
6d5ca1ab90
fix(lnd-proto-dup): Fix that we had redundant lnd rpc.proto files
Only one of these files was being used, and they were going out of step
relative to one another.
Put rpc.proto in the resources directory for consistency with other
vendored resources, i.e. the lnd binary
Updated the def from:
https://github.com/lightningnetwork/lnd/blob/master/lnrpc/rpc.proto
7 years ago
Jack Mallers
ca268b8e85
feature(external block explorer link): change icon to external link and allow users to link to channels in explorer
7 years ago
Tom Kirkpatrick
80dfa8c461
fix(passwords): convert password to Buffer
The wallet password is defined as `bytes` in the rpc.proto spec and we are
passing it as a string, resulting in an incorrect password being set on a
new wallet and an inability to unlock an existing wallet.
Convert the wallet password to a Buffer before passing to `initWallet` and
`unlockWallet`, which is the default data type used to represent bytes in
the node grpc client. This is sures that the password is passed correctly
to lnd.
Fix #400
7 years ago
JimmyMow
4ae088e56e
Merge pull request #405 from mrfelton/fix/grpc-build-issues
fix(grpc): update grpc to v1.12.1
7 years ago
Tom Kirkpatrick
3c2d94fc5b
fix(grpc): update grpc to v1.12.1
Update grpc to v1.12.1 in order to fix issues with builds that are failing
on Node 10.3.0.
Fix #404
7 years ago
Tom Kirkpatrick
e586dc5bb8
fix(pay-form): ensure payment form shows on top
This fixes an issue where the payment form - initiated from an external
request payment link - would display under the connect dialog if that was
already open. This change ensures that the payment form always displays
on the top most layer.
Fix #284
7 years ago
Tom Kirkpatrick
1fdccaffeb
fix(channels): do not show suggested nodes on empty search
Do not show the suggested nodes text block when a channel search does
not return any results. Instead, in this case retain the search query
input filter on the screen so that the user can go back and edit their
search query.
Fix #394
7 years ago
JimmyMow
f127c37270
Merge pull request #351 from mrfelton/feaure/connection-onboarding
Configure LND connection as part of onboarding process
7 years ago
Tom Kirkpatrick
3c4a651764
feature(lnd-config): add connection type onboarding screen
Add a new set of screens into the connection onboarding flow that
allow the user to select wether to connect to a local or remote
LND node.
Fix #326
7 years ago
Tom Kirkpatrick
1adb334146
feature(lnd-config): simplify handling of macaroons
Use grpc.credentials.combineChannelCredentials to combine the ssl
credentials with the macaroons when initializing the lnd rcp client.
This avoids the need to pass the macaroon metadata throughout the
codebase.
7 years ago
JimmyMow
807cca254f
Merge pull request #387 from LN-Zap/fix/disallow-closing-pending-channel
Fix/disallow closing pending channel
7 years ago
Jack Mallers
78afbb05f2
fix(lint): fix linting errors
7 years ago
Jack Mallers
086de08342
fix(disconnect): only show disconnect when channel is established
7 years ago
JimmyMow
c1c2e445f1
Merge pull request #385 from LN-Zap/fix/WaitingCloseChannel
Fix/waiting close channel
7 years ago
Jack Mallers
a42b1a04e6
fix(lint/tests): fix lint/tests and remove hard coded data
7 years ago
Jack Mallers
6be387291d
feature(waitingChannels): add waiting close channels support to allChannels selector
7 years ago
JimmyMow
492d448301
Merge pull request #384 from LN-Zap/fix/wallet-address-copy
fix(wallet modal): change copy from deposit to bitcoin
7 years ago
Jack Mallers
992e6d36fd
fix(wallet modal): change copy from deposit to bitcoin
7 years ago
JimmyMow
a122a5ddfa
Merge pull request #383 from LN-Zap/fix/loading-channels
fix(loading-channels): fix loadingchannels messed up styles
7 years ago
JimmyMow
e6019205a5
Merge pull request #382 from LN-Zap/fix/submit-channel-form
fix(SubmitChannelForm): fix conditional so form can submit
7 years ago
Jack Mallers
dd284550eb
fix(loading-channels): fix loadingchannels messed up styles
7 years ago
Jack Mallers
cc13564a39
fix(SubmitChannelForm): fix conditional so form can submit
7 years ago