Commit graph

82 commits

Author SHA1 Message Date
Anthony Potdevin
cedd5b5bf0
chore: 🔧 pending htlcs 2020-09-23 19:00:13 +02:00
Anthony Potdevin
01f0db8456
fix: 🐛 check lnurl tag 2020-09-23 15:13:19 +02:00
Anthony Potdevin
3ffc0fac34
chore: 🔧 ln-url 2020-09-23 14:47:31 +02:00
Anthony Potdevin
7dddb9a3d2
fix: 🐛 forward report channels 2020-09-03 08:31:41 +02:00
Anthony Potdevin
2f2da04bb7
fix: mtokens basefee (#138)
* fix: 🐛 updating fee policies does not support sub-satoshi values (issue #136) (#137)

Co-authored-by: CSW.lol <lol@csw.lol>

* chore: 🔧 cleanup

Co-authored-by: initfortherekt <66783125+initfortherekt@users.noreply.github.com>
Co-authored-by: CSW.lol <lol@csw.lol>
2020-09-03 07:00:22 +02:00
Anthony Potdevin
e0e6c3b45d
chore: 🔧 expires at for invoice 2020-08-31 11:20:38 +02:00
Anthony Potdevin
1750b71340
chore: 🔧 description for create invoice 2020-08-31 10:28:36 +02:00
Anthony Potdevin
426a3b84fc
fix: 🐛 fee health default value 2020-08-31 09:58:10 +02:00
Anthony Potdevin
af6d6ac11c
Revert "chore: 🔧 debugging"
This reverts commit 70bb14e509.
2020-08-31 09:06:51 +02:00
Anthony Potdevin
6972b25529
chore: 🔧 invoice status 2020-08-31 09:05:11 +02:00
Anthony Potdevin
70bb14e509
chore: 🔧 debugging 2020-08-31 07:23:26 +02:00
Anthony Potdevin
9d45273c5c
fix: 🐛 bos rebalance 2020-08-27 18:46:44 +02:00
Anthony Potdevin
51eeef595e
fix: 🐛 query ssr and login redirect 2020-08-25 08:47:43 +02:00
Anthony Potdevin
dbcb4ef57c
chore: 🔧 add bos pay 2020-08-19 08:35:17 +02:00
Anthony Potdevin
0f5d1db852
chore: 🔧 select-component (#127)
* chore: 🔧 select-component

* chore: 🔧 peer select

* chore: 🔧 loading select
2020-08-18 09:32:11 +02:00
Anthony Potdevin
fceecafefa
chore: 🔧 bos rebalance changes 2020-08-17 20:23:23 +02:00
Anthony Potdevin
f2f1b40a38
chore: 🔧 new channel details (#126)
* chore: 🔧 new channel details

* chore: 🔧 add mutation

* chore: 🔧 cleanup

* refactor: ♻️ views

* fix: 🐛 correct query
2020-08-16 18:09:22 +02:00
Anthony Potdevin
3c2e24f815
refactor: ♻️ channel fees query 2020-08-14 21:11:49 +02:00
Anthony Potdevin
d03ab06cbd
chore: 🔧 add block time to closed channel 2020-08-14 19:02:05 +02:00
Anthony Potdevin
5b68684015
fix: 🐛 getnode request limiter 2020-08-14 18:27:42 +02:00
Anthony Potdevin
43a20cdb93
chore: 🔧 mempool space for tx 2020-08-12 16:46:30 +02:00
Anthony Potdevin
f985e51b98
feat: add leaderboard (#119)
* feat:  add leaderboard

* chore: 🔧 add leaderboard

* chore: 🔧 leaderboard card

* style: 🎨 node card

* chore: 🔧 cleanup

* chore: 🔧 remove ssr query
2020-08-09 23:16:44 +02:00
Anthony Potdevin
2de92be074
chore: 🔧 sso and login help 2020-08-05 23:44:05 +02:00
Anthony Potdevin
87f27d39bd
chore: 🔧 more logging 2020-08-05 22:58:48 +02:00
Anthony Potdevin
db3b0d39b5
chore: 🔧 open channel push tokens 2020-08-05 22:23:48 +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
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
AP
26cd42bf78 fix: 🐛 hash password change 2020-07-16 00:08:46 +02:00
AP
bf76e0baa0 feat: hash config passwords 2020-07-15 12:14: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
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
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
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
830586b6bd feat: balance from channel view 2020-06-27 19:15:49 +02:00
Anthony Potdevin
9a860ee141
feat: accounting (#75)
* feat:  accounting

* chore: 🔧 accounting params

* chore: 🔧 remove log

* chore: 🔧 remove null year

* chore: 🔧 disabled payment report

* chore: 🔧 rebalance filters
2020-06-27 11:44:43 +02:00
AP
b33242e7cd refactor: ♻️ probe route resolver 2020-06-21 21:37:29 +02:00
AP
a4a5902dd2 fix: 🐛 handle probe error 2020-06-21 21:18:50 +02:00
Anthony Potdevin
f1b0fa52a0
feat: advanced rebalance (#71)
* feat:  initial bos wip

* test: 🚨 mock balanceofsatoshis

* test: 🚨 correct mock

* chore: 🔧 rebalance mutation

* chore: 🔧 add options

* chore: 🔧 rebalance settings

* chore: 🔧 value for inputs

* fix: 🐛 styles and input

* chore: 🔧 update bos

* chore: 🔧 update deps

* fix: 🐛 change rebalance invoice desc

* style: 🎨 transparent header
2020-06-20 12:52:59 +02:00
AP
ce17743eb8 fix: 🐛 authentication error throw 2020-06-16 18:56:10 +02:00
AP
3e6bc6428f test: 🚨 query tests 2020-06-14 14:49:54 +02:00
Anthony Potdevin
a78b6e96d5
test: 🚨 more server unit tests (#70)
* chore: 🔧 add tests

* fix: 🐛 network info resolver

* feat:  init tests

* chore: 🔧 improve test

* chore: 🔧 more tests

* chore: 🔧 bitcoin resolvers

* chore: 🔧 more tests
2020-06-13 11:46:20 +02:00
AP
7d5133a39b chore: 🔧 sso auth improvements 2020-06-11 07:50:49 +02:00
AP
6535f06202 feat: value server accounts 2020-06-10 06:28:33 +02:00