Commit graph

5 commits

Author SHA1 Message Date
Anthony Potdevin
a98b10c3b7
chore: 🔧 env vars in yaml config (#194) 2020-12-21 00:01:07 +01:00
Anthony Potdevin
e957b3c552
chore: 🔧 encrypted macaroon (#173) 2020-11-28 12:40:12 +01:00
Anthony Potdevin
bc4415cde7
chore: 🔧 enable strict tsconfig (#96)
* chore: 🔧 strict enable wip

* Improve typings, add type dependencies (#97)

We improve the TypeScript situation by enabling `noImplicitAny`. This
leads to a bunch of errors, as expected. We fix some of these by
installing the correct types, and some are fixed manually by an educated
guess. There are still a lot left, and these seem to be a big mix of
lacking types for the `ln-service` dependency and potential bugs.

* Strict null (#100)

* chore: 🔧 enable strict-null

* chore: 🔧 more checks

* chore: 🔧 some fixes

* chore: 🔧 more types

* chore: 🔧 more types

* chore: 🔧 more types

* chore: 🔧 more types

* chore: 🔧 more types

* chore: 🔧 more types

* chore: 🔧 more types

* chore: 🔧 enable strict

* fix: 🐛 input

* fix: 🐛 forward report

* fix: 🐛 chat sending

* fix: 🐛 chat bubble input

Co-authored-by: Torkel Rogstad <torkel@rogstad.io>
2020-08-05 08:35:26 +02:00
Torkel Rogstad
a95b61e60d
bug: don't throw error on missing master password (#94)
We also add tests that verify you need to input either a master password
or an account password.
2020-07-17 21:16:35 +02:00
Anthony Potdevin
56e6b964c9
chore: add lnd dir option to config (#92) (#93)
* chore: add lnd dir option to config (#92)

* Add lndDir and network options in AccountType

* Add BITCOIN_NETWORK environment variable

We use this as a fallback value if no network values are set for the
individual accounts.

* Update documentation

We update the documentation to cover the new LND directory and Bitcoin
network configuration parameters.

* chore: 🔧 cleanup

* docs: 📚️ cleanup

Co-authored-by: Torkel Rogstad <torkel@rogstad.io>
2020-07-16 22:50:21 +02:00