Anthony Potdevin
4834c209d3
chore: 🔧 disable eslint from generator
2020-08-14 18:38:02 +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
d793d12900
chore(release): 🚀 0.9.3
2020-08-12 09:16:30 +02:00
Anthony Potdevin
e1bced2c7b
fix: 🐛 assets with base path
2020-08-12 09:12:58 +02:00
Anthony Potdevin
1fb674bcd3
chore(release): 🚀 0.9.2
2020-08-09 23:25:32 +02:00
Anthony Potdevin
13fd79e25a
fix: 🐛 ppm input value
2020-08-09 23:20:47 +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
70197209e0
docs: 📚 ️ update readme
2020-08-09 16:39:55 +02:00
Anthony Potdevin
74d12f4daa
chore: 🔧 update deps
2020-08-09 16:15:56 +02:00
Anthony Potdevin
46d6ac74f6
Revert "chore: 🔧 update deps"
...
This reverts commit 97b12dd5df
.
2020-08-09 16:12:05 +02:00
Anthony Potdevin
e274e3d57b
fix: 🐛 docker files
2020-08-09 16:03:18 +02:00
Anthony Potdevin
56998d0c90
fix: 🐛 input add peer
2020-08-06 13:27:09 +02:00
Anthony Potdevin
d48fcf3683
chore(release): 🚀 0.9.0
2020-08-06 08:25:33 +02:00
Anthony Potdevin
42237a3416
Merge pull request #112 from apotdevin/release/0.9.0
...
feat: release 0.9.0
2020-08-06 08:20:14 +02:00
Anthony Potdevin
e456944f8a
chore: 🔧 update deps
2020-08-06 08:13:03 +02:00
Anthony Potdevin
2de92be074
chore: 🔧 sso and login help
2020-08-05 23:44:05 +02:00
Anthony Potdevin
82c052d0df
chore: 🔧 qrcode white padding
2020-08-05 23:14:42 +02:00
Anthony Potdevin
87f27d39bd
chore: 🔧 more logging
2020-08-05 22:58:48 +02:00
Anthony Potdevin
151f931bdf
refactor: ♻️ close channel modal
2020-08-05 22:42:12 +02:00
Anthony Potdevin
db3b0d39b5
chore: 🔧 open channel push tokens
2020-08-05 22:23:48 +02:00
Anthony Potdevin
d5b3486d3b
chore: 🔧 regenerate graphql
2020-08-05 21:39:36 +02:00
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