Commit graph

546 commits

Author SHA1 Message Date
Anthony Potdevin
97b12dd5df
chore: 🔧 update deps 2020-08-05 21:24:46 +02:00
Anthony Potdevin
c0053ae642
fix: 🐛 new chat on mobile 2020-08-05 12:01:42 +02:00
Anthony Potdevin
c48b074f9c
docs: 📚️ cleanup readme 2020-08-05 08:38:55 +02:00
AP
f60495edaa
refactor: ♻️ node info context 2020-08-05 08:38:45 +02:00
Anthony Potdevin
c8a9869062
chore: 🔧 remove hodlhodl (#113)
* chore: 🔧 remove hodlhodl

* chore: 🔧 cleanup package json
2020-08-05 08:38:38 +02:00
Anthony Potdevin
581185e6b0
chore: 🔧 remove client (#111)
* chore: 🔧 remove client

* chore: 🔧 change cookie name

* chore: 🔧 remove auth param

* chore: 🔧 remove auth components

* chore: 🔧 add getaccount query

* fix: 🐛 tests

* chore: 🔧 get account

* chore: 🔧 status check

* chore: 🔧 remove log

* chore: 🔧 update apollo client

* refactor: ♻️ server side props

* chore: 🔧 ssr queries

* chore: 🔧 more ssr queries

* chore: 🔧 type check

* chore: 🔧 increase nodeinfo limit

Co-authored-by: apotdevin <apotdevincab@gmail.com>
2020-08-05 08:37:02 +02: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
Anthony Potdevin
34d4586a41
chore: 🔧 update standard version 2020-08-05 08:32:51 +02:00
Anthony Potdevin
c5917f5769
chore(release): 🚀 0.8.14 2020-08-05 08:20:10 +02:00
Anthony Potdevin
dfc42279e6
docs: 📚️ sign release 2020-08-05 08:18:05 +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
AP
14526696e8 fix: 🐛 release-drafter 2020-07-17 17:59:32 +02:00
AP
59a3983abb ci: 👷 add release-drafter 2020-07-17 16:58:21 +02:00
AP
c05f02ac9c chore: 🔧 change min htlc warnings 2020-07-17 11:37:51 +02:00
AP
7cadc0938a chore(release): 🚀 0.8.13 2020-07-16 22:51:46 +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
AP
27b5e832b4 docs: 📚️ update README 2020-07-16 00:18:53 +02:00
AP
fa1e438115 chore(release): 🚀 0.8.12 2020-07-16 00:10:50 +02:00
AP
26cd42bf78 fix: 🐛 hash password change 2020-07-16 00:08:46 +02:00
AP
688d552847 docs: 📚️ update readme 2020-07-15 22:40:00 +02:00
AP
a7dd38f87a chore(release): 🚀 0.8.11 2020-07-15 12:18:19 +02:00
AP
bf76e0baa0 feat: hash config passwords 2020-07-15 12:14:16 +02:00
AP
9c4fcb5f37 chore(release): 🚀 0.8.10 2020-07-14 18:28:42 +02:00
AP
9044c37e2b chore: 🔧 qr code chain address 2020-07-14 14:33:08 +02:00
AP
b29a32277c Merge branch 'master' of https://github.com/apotdevin/thunderhub 2020-07-14 13:57:16 +02:00
AP
d4e01f5cf0 fix: 🐛 null checks 2020-07-14 11:10:21 +02:00
Anthony Potdevin
5bdb299d85
chore: add FUNDING.yml (#86) 2020-07-12 23:50:29 +02:00
AP
c2dedf6314 chore(release): 🚀 0.8.9 2020-07-12 17:55:40 +02:00
AP
6be165c79c refactor: ♻️ connect widget 2020-07-12 17:38:43 +02:00
AP
3a52b00e89 refactor: ♻️ tooltip 2020-07-12 17:17:43 +02:00
AP
6a6faf4f72 chore: 🔧 renable payment report 2020-07-12 16:40:56 +02:00
AP
f8c4e53388 chore: 🔧 bump deps 2020-07-12 16:35:16 +02:00
AP
5dd94af06a refactor: ♻️ forward report 2020-07-12 16:01:27 +02:00
AP
77b597dd7a refactor: ♻️ forward report 2020-07-12 00:55:31 +02:00
AP
1c6c9dbedf refactor: ♻️ transaction report 2020-07-11 23:30:43 +02:00
AP
2bd0fdc69b style: 🎨 fix typo 2020-07-11 20:09:29 +02:00
AP
eee103a4f8 chore: 🔧 reset repo before update 2020-07-09 14:37:15 +02:00
AP
9d0c802561 chore(release): 🚀 0.8.8 2020-07-08 23:19:31 +02:00
AP
704b04c542 chore: 🔧 change to mempool api for fees 2020-07-08 23:09:56 +02:00
AP
1b45f57180 chore: 🔧 url to add peer 2020-07-08 23:04:47 +02:00
AP
0a01c00fc9 chore(release): 🚀 0.8.7 2020-07-05 12:48:39 +02:00
AP
b2aaee378d fix: 🐛 incorrect asset url 2020-07-05 12:47:43 +02:00
AP
3051fdd5d5 chore: 🔧 sort by channel age 2020-07-03 08:14:38 +02:00
AP
fdcf6d00ff chore: 🔧 add commit fee 2020-07-03 07:15:10 +02:00
AP
4d93c9951e style: 🎨 hide intro homepage 2020-07-02 07:02:54 +02:00
AP
cf07dd0aca chore(release): 🚀 0.8.6 2020-06-29 20:15:53 +02:00
Anthony Potdevin
83031a63bd
feat: recommended channels (#77)
* feat:  recommended channels

* chore: 🔧 change ui

* style: 🎨 loading card

* chore: 🔧 remove console logs

* refactor: ♻️ node filter

* chore: 🔧 check if peer

* chore: 🔧 format peer capacity
2020-06-29 19:46:39 +02:00
AP
fdda98f1cb chore(release): 🚀 0.8.5 2020-06-27 19:20:20 +02:00
AP
830586b6bd feat: balance from channel view 2020-06-27 19:15:49 +02:00
AP
76aacd3c52 chore: 🔧 channel sort by deviation 2020-06-27 15:10:24 +02:00