Commit Graph

156 Commits

Author SHA1 Message Date
apotdevin
208ca8dab8 chore: 🔧 update deps 2020-09-17 07:41:36 +02:00
Anthony Potdevin
f31c0b8dc1
chore(release): 🚀 0.9.11 2020-09-12 13:14:06 +02:00
Anthony Potdevin
faf73227cc
chore(release): 🚀 0.9.10 2020-08-31 11:58:34 +02:00
Anthony Potdevin
fc45cb90d4
chore(release): 🚀 0.9.9 2020-08-31 07:27:19 +02:00
Anthony Potdevin
42c9c6d5f3
chore(release): 🚀 0.9.8 2020-08-27 19:40:40 +02:00
Anthony Potdevin
adc935269c
chore(release): 🚀 0.9.7 2020-08-25 09:17:27 +02:00
Anthony Potdevin
b11f85d58a
chore: 🔧 update dependencies 2020-08-25 08:57:35 +02:00
Anthony Potdevin
0ed0e45763
chore(release): 🚀 0.9.6 2020-08-20 23:41:39 +02:00
Anthony Potdevin
7b5014770f
chore: 🔧 bump dependencies 2020-08-20 20:44:54 +02:00
Anthony Potdevin
1de4eefe8b
chore(release): 🚀 0.9.5 2020-08-19 08:46:18 +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
46b2361b18
chore: 🔧 update deps 2020-08-17 07:27:46 +02:00
Anthony Potdevin
d92ac9cd19
chore(release): 🚀 v0.9.4 2020-08-16 18:32:11 +02:00
Anthony Potdevin
4fd0f904a6
chore: 🔧 release changes 2020-08-16 18:30:53 +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
4834c209d3
chore: 🔧 disable eslint from generator 2020-08-14 18:38:02 +02:00
Anthony Potdevin
d793d12900
chore(release): 🚀 0.9.3 2020-08-12 09:16:30 +02:00
Anthony Potdevin
1fb674bcd3
chore(release): 🚀 0.9.2 2020-08-09 23:25:32 +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
f9ba0b64fe
chore(release): 🚀 0.9.1 2020-08-09 16:54:20 +02:00
Anthony Potdevin
74d12f4daa
chore: 🔧 update deps 2020-08-09 16:15:56 +02:00
Anthony Potdevin
d48fcf3683
chore(release): 🚀 0.9.0 2020-08-06 08:25:33 +02:00
Anthony Potdevin
e456944f8a
chore: 🔧update deps 2020-08-06 08:13:03 +02:00
Anthony Potdevin
97b12dd5df
chore: 🔧 update deps 2020-08-05 21:24:46 +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
AP
7cadc0938a chore(release): 🚀 0.8.13 2020-07-16 22:51:46 +02:00
AP
fa1e438115 chore(release): 🚀 0.8.12 2020-07-16 00:10:50 +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
c2dedf6314 chore(release): 🚀 0.8.9 2020-07-12 17:55:40 +02:00
AP
f8c4e53388 chore: 🔧 bump deps 2020-07-12 16:35:16 +02:00
AP
9d0c802561 chore(release): 🚀 0.8.8 2020-07-08 23:19:31 +02:00
AP
0a01c00fc9 chore(release): 🚀 0.8.7 2020-07-05 12:48:39 +02:00
AP
cf07dd0aca chore(release): 🚀 0.8.6 2020-06-29 20:15:53 +02:00
AP
fdda98f1cb chore(release): 🚀 0.8.5 2020-06-27 19:20:20 +02:00
AP
a3e6406b88 chore(release): 🚀 0.8.4 2020-06-27 11:46:37 +02:00
AP
cf626dcdeb chore(release): 🚀 0.8.3 2020-06-23 11:01:57 +02:00
AP
fbcd483013 chore(release): 🚀 0.8.2 2020-06-23 07:22:31 +02:00
AP
dddf895f04 chore: 🔧 add more currencies 2020-06-23 07:21:54 +02:00
AP
b42047e41d chore(release): 🚀 0.8.1 2020-06-21 21:20:40 +02:00
AP
4011cfac2b chore(release): 🚀 0.8.0 2020-06-20 12:54:44 +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
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