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
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
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
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
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
Jack Mallers
992e6d36fd
fix(wallet modal): change copy from deposit to bitcoin
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
Jack Mallers
497e5c5547
fix(log): remove console.log statement
7 years ago
Jack Mallers
63707b0b40
fix(lint/tests): fix lint and test errors
7 years ago
Jack Mallers
f01924f2a2
feature(suggested-peers): hook up suggested peers form
7 years ago
Jack Mallers
0f8ed62e7d
feature(suggestedNodes): style the component and render the nodes
7 years ago
Jack Mallers
c292984f17
feature(SuggestedNodes): create suggested nodes component
7 years ago
Jack Mallers
0ebfc46d60
fix(lint): fix lint errors
7 years ago
Jack Mallers
d9ed3f2c8b
fix(recovery_window): fix wallet recovery by specifying default recovery window
7 years ago
Jack Mallers
e12f6b8412
fix(proto): update lnd proto fil
7 years ago
Jack Mallers
14f73c6472
fix(lint): fix lint errors
7 years ago
Jack Mallers
d0d562808c
feature(activity-search): implement new activity search
7 years ago
Jack Mallers
cc3cfbcbdc
fix(currencyName): add currencyName to all activity
7 years ago
Jack Mallers
3a1d008466
fix(lint): fix lint errors
7 years ago
Jack Mallers
e661f9b371
feature(groupAll): abstract grouping logic out and apply it to all filters
7 years ago
Jack Mallers
e85a9b2dd1
fix(activity): grouped data by day and redesign payment, invoice and transaction components
7 years ago
Jack Mallers
d797b18d3a
fix(lint/tests): fix lint/tests
7 years ago
Jack Mallers
1e7d992edd
fix(wallet-header): wire up currency switching from the home page wallet header
7 years ago
Jack Mallers
0ea5cc743e
fix(lint/tests): fix lint errors and gen new snapshots
7 years ago
Jack Mallers
eca44c9b34
feature(close-channel): hook up new UI
7 years ago
Jack Mallers
a2e0f48bb7
feature(close-channel): wire up close channel to UI
7 years ago
odb366
0182d4b351
fix(reformat-pay-form): fixed bad formatting
7 years ago
odb366
1df69c067b
fix(reformat-request-form): fixed bad formatting
7 years ago
Jack Mallers
920cd7edd2
fix(ReceiveMOdal): remove hardcoded alias and replace with dynamic alias or pubkey
7 years ago
Jack Mallers
9a73b90f3d
fix(lint): fix max-len with eslint hack for now
7 years ago
Jack Mallers
efc5cf0f02
fix(onchain): fix the UX for on-chain payments to be like the UX for LN payments
7 years ago
Jack Mallers
08d263ca94
fix(contactsform): fix performance hit when searching the network for nodes. limit the amount thats returned so we arent rendering thousands of nodes ever.
7 years ago
Jack Mallers
7cff397a4c
fix(lint + grpc): fix lint errors and a bug where gRPC connection starts too early
7 years ago
Jack Mallers
4b35c5f1aa
fix(channelform): remove old unused reducer
7 years ago
Jack Mallers
813585a2ec
fix(cleanup): remove hard-coded initialState data and set PropTypes on ConnectManually
7 years ago
Jack Mallers
de9dffb28c
feature(ConnectManually): wire up ConnectManually component
7 years ago
Jack Mallers
3eb2263ff4
feature(SubmitChannel): wire up backend to new submit channel form + loading pubkeys UI
7 years ago
Jack Mallers
a0f9027180
feature(contactsform): tie up new contacts form to reducer
7 years ago
Jack Mallers
ef03dccf47
fix(submit wallet): dont allow user to move on if the aezeedPass doesnt match the confirmation pass
7 years ago
Jack Mallers
9893fb4214
fix(aezeed): make aezeedPassword component stateless
7 years ago
Jack Mallers
00a93b3aec
fix(): small console logs and errors
7 years ago
Jack Mallers
2bb28e0bbd
fix(lint): fix linting errors
7 years ago
Jack Mallers
c1f9ec58bc
fix(grpcInit): remove old file
7 years ago
Ben Woosley
266692368c
enhance(invoice expiry): Exclude expired invoices from the pending activity view
Because they're not pending. They're still present in the Requested view.
7 years ago