Commit graph

17 commits

Author SHA1 Message Date
apotdevin
f980e3c256
fix: pending channels and balance 2021-04-10 18:13:31 +02:00
Anthony Potdevin
7fa7cfc3c2
chore: 🔧 add score query 2020-12-15 16:29:58 +01:00
Anthony Potdevin
e957b3c552
chore: 🔧 encrypted macaroon (#173) 2020-11-28 12:40:12 +01:00
Anthony Potdevin
9a0e607754
chore: 🔧 boltz 2020-11-19 13:11:05 +01:00
Anthony Potdevin
65bd0ef0c2
chore: 🔧 lnmarkets integration 2020-11-16 19:45:51 +01:00
Anthony Potdevin
56b690753b
chore: 🔧 add ln-auth (#148) 2020-09-25 18:50:39 +02:00
Anthony Potdevin
cedd5b5bf0
chore: 🔧 pending htlcs 2020-09-23 19:00:13 +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
87f27d39bd
chore: 🔧 more logging 2020-08-05 22:58:48 +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
bf76e0baa0 feat: hash config passwords 2020-07-15 12:14:16 +02:00
apotdevin
ce6be64de4 refactor: ♻️ change api folder 2020-05-31 10:23:26 +02:00
Anthony Potdevin
aa60d618f9
Feat/nextjs (#25)
* feat: initial nextjs commit

* chore: general card styles changes

* chore: add storybook

* chore: small changes and fixes

* fix: trading filter encoding

* fix: add link to node

* chore: set to correct version
2020-04-12 18:27:01 +02:00
Anthony Potdevin
22196e8468
Feat/v0.2.0 (#19)
* chore: bump version

* style: password field changes

* Feat/lerna integration (#17)

* chore: move into package folder

* chore: initial lerna setup

* chore: yarn lock cleanup

* chore: package organization

* chore: yarn lock update

* chore: update packages

* chore: wip lerna integration

* chore: downgrade date-fns

* chore: lerna cleanup

* chore: add env file

* docs: update README

* chore: organize configs

* Feat/hodlhodl integration (#18)

* feat: hodl integration start

* chore: add pagination and more

* chore: change filter flow

* chore: change offer card ui

* chore: more offer card changes

* chore: small refactors and stylings

* v0.2.0

* docs: update README
2020-04-08 20:06:59 +02:00
AP
e696fe36d3 chore(server): move server into subdir 2020-02-26 18:45:23 +01:00