Tom Kirkpatrick
d16b6e4ced
fix: lnd log levels
Use `info` log level when logging successful results
7 years ago
Tom Kirkpatrick
a989c038fc
feat(wallet): remember last wallet address
Only generate a new wallet address after the last one has been used.
Fix #519
7 years ago
Tom Kirkpatrick
9a6b886901
feat(logging): add more logging for lnd service
Log all calls to lnd service methods so that we can get a better picture
of our intraprocess communication.
7 years ago
Ben Woosley
dc29c80ad0
style(line length): Drop prettier line length from 120 to 100
Subjectively, this increases general readability, while the higher max-length
limit allows for longer strings and comments, etc.
7 years ago
Ben Woosley
4d876ae930
style(line length): Limit max length to 120, including comments, etc.
7 years ago
Ben Woosley
f87236495a
style(line length): Limit prettier line length to 120 chars
150 is a bit too long
7 years ago
Tom Kirkpatrick
0846bcb772
style(lint): lint and format all code
7 years ago
Ben Woosley
2cebba7a57
enhance(linting): Enable the eslint:recommended rules
Among other things, this makes no-console an error rather than a warning.
https://eslint.org/docs/rules/no-console
Given that we now have a proper logging facility, good to prevent incidental
introduction in the future.
7 years ago
Ben Woosley
e2ac8729d1
enhance(logging); Output app/lnd logs to the lnd log, rather than console.log
7 years ago
Jack Mallers
42344065f4
fix(lint): fix lint errors
7 years ago
Jack Mallers
225adf6a97
fix(addInvoice): decode payreq and send all invoice data back after newly created invoice
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
357cf4e0ef
fix(lint): fix all lint errors except a few (will fix the rest after i finish the rest of the modals)
7 years ago
Ben Woosley
313078cfc6
fix(eslint-promise): Enable the recommended eslint-plugin-promise config
And fix related errors.
I extracted ensurePeerConnected from connectAndOpen to solve some code
duplication.
7 years ago
Jack Mallers
962d79bb88
fix(lint): fix linting errors
7 years ago
Jack Mallers
4f97d1311b
fix(lint): fix lint errors
7 years ago
Jack Mallers
75673ca5a9
fix(contacts): small bug fixes with contacts error and UI
7 years ago
Jack Mallers
1b14242e93
feature(contacts): start contacts feature
7 years ago
Jack Mallers
e793efa1ed
fix(lint): fix linting errors
7 years ago
Jack Mallers
eb913b0367
fix(lint): fix lint errors
7 years ago
Jack Mallers
86f38adb77
fix(contacts): small bug fixes with contacts error and UI
7 years ago
Jack Mallers
37be5c0e1e
feature(contacts): start contacts feature
7 years ago
João Almeida
98e005938d
feature(auth-macaroon): Add macaroon auth support
7 years ago
Jack Mallers
10d6544986
fix(lint): fix so many linting errors lol
7 years ago
Jack Mallers
4f86a90ee0
fix(proto): fix merge conflicts and errors with new proto file
7 years ago
Jack Mallers
bf0227ec96
feature(networkmap): working with some performance enhancements
7 years ago
Jack Mallers
c08f56e6ca
fix(lint): fixed some linting errors
7 years ago
Jack Mallers
3d16235e83
fix(payment): fix no error payments
7 years ago
Jack Mallers
e08f7802c3
fix(lnd): update lnd
7 years ago
Torkel Rogstad
ef54915c11
Removes unused code, adds proper semicolon rule and reduces lint errors
7 years ago
Jack Mallers
c00eff3a1c
fix(main.dev.js): onboarding bugs
7 years ago
Jack Mallers
5ea59e17fc
fix(lint): fix linting errors
7 years ago
Jack Mallers
9ad4beb03f
fix(lint, tests): fix linting errors and tests
7 years ago
Jack Mallers
e80dd91880
feature(request global error): hook up back end global errors for request form
7 years ago
Jack Mallers
ed11aaa460
feature(connect peer error): hook up global error handling for connecting to a peer
7 years ago
Jack Mallers
3dedf6c522
feature(payment error): error handling for LN payment
7 years ago
Jack Mallers
d61bc585cf
feature(global-errors): hook up global errors reducer to component and set error on transaction fail
7 years ago
Jack Mallers
335646f0f7
fix(loading): fix loading bolt
7 years ago
Jack Mallers
cb7f49d646
fix(production): build is working
7 years ago
Jack Mallers
ee5a3a540e
IT FUCKING WORKED
7 years ago
Jack Mallers
5af63d7ea7
feature(global-errors): hook up global errors reducer to component and set error on transaction fail
7 years ago
Jack Mallers
31d6731c5d
fix(ln payments): update to new payreqs
7 years ago
Jack Mallers
1096be73c1
feature(setAlias): add setAlias to API
7 years ago
Jack Mallers
c6a26b2c07
fix(lint): fix linting error
7 years ago
Jack Mallers
35f8235b68
fix(copy, live updates): fix copy change, add timestamp to new invoices, dispatch fetch payments after successful payment
7 years ago
Jack Mallers
704e803f40
fix(lint): fix linting errors
7 years ago
Jack Mallers
e7a819c386
fix(sendcoins): move sendcoins to new transaction reducer, remove unused code from payments
7 years ago
Jack Mallers
a6111c3dd5
feature(txs): setup getTransactions and hook up to new reducer
7 years ago
Jack Mallers
934b7e6f57
feature(sendcoins): hook up error handling backend -> frontend for sendcoins
7 years ago
Jack Mallers
48bab0561c
feature(successmodal): successmodal + fix linting errors
7 years ago