Commit graph

6 commits

Author SHA1 Message Date
Anthony Potdevin
fceecafefa
chore: 🔧 bos rebalance changes 2020-08-17 20:23:23 +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
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
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