2
0
mirror of https://github.com/edouardparis/lntop synced 2024-11-17 21:26:12 +00:00
Commit Graph

174 Commits

Author SHA1 Message Date
Edouard
f50f077d94
Merge pull request #27 from rkfg/pagination
Add better list navigation
2021-06-21 19:11:42 +02:00
rkfg
62f9eca83c Add Home/End/PgUp/PgDn navigation 2021-06-21 20:05:59 +03:00
rkfg
c6dfed56cc Fix formatting 2021-06-21 20:05:59 +03:00
edouard
ca190b3822 Revert "fix pubsub config flag"
This reverts commit 590f7ab83c.

590f7ab83c (r52422601)
2021-06-21 18:59:34 +02:00
edouard
d3afc3223e fix link README 2021-06-19 16:37:52 +02:00
edouard
c996b64c5c add lntop v0.1.0 png 2021-06-19 16:34:23 +02:00
edouard
49ffb0dccf clean README 2021-06-19 16:33:43 +02:00
edouard
590f7ab83c fix pubsub config flag 2021-06-19 16:28:11 +02:00
Edouard
17f04a6924
Merge pull request #26 from mmilata/failure-first-line
routing: truncate failure detail after first line
2021-06-19 15:10:21 +02:00
Edouard
5a7213deef
Merge pull request #24 from rkfg/segfault-fix
Fix segfault on network errors
2021-06-19 14:24:47 +02:00
Martin Milata
4c36fd5987 routing: truncate failure detail after first line 2021-06-17 01:37:39 +02:00
rkfg
bee425c763 Fix segfaults on network errors 2021-06-13 12:38:42 +03:00
Edouard
c923d7ab57
Merge pull request #22 from mmilata/routing-view
Add routing view
2021-06-09 15:24:11 +02:00
Martin Milata
2e9cced9c3 increase default pool capacity
Ignore lower values, lntop won't start with pool_capacity <= 3 due to
router rpc handle.
2021-06-09 14:32:37 +02:00
Martin Milata
f0dedd5d2a add routing view 2021-06-09 14:32:37 +02:00
Martin Milata
266bad658c cli: add usage 2021-06-08 23:10:10 +02:00
Edouard
bee3118ee2
Merge pull request #23 from rkfg/cursor_fix
Constrain the cursor and prevent segfaults
2021-06-08 11:37:39 +02:00
rkfg
52e7098908 Constrain the cursor and prevent segfaults 2021-06-05 19:48:10 +03:00
Edouard
5443fbac0c
Merge pull request #21 from mmilata/dependencies
Update module dependencies
2021-05-31 10:43:43 +02:00
Martin Milata
0952c00860 update dependencies, remove vendor directory 2021-05-30 20:02:55 +02:00
Edouard Paris
6253b3cb5b fix goreleaser 2019-05-20 09:35:54 +02:00
Edouard Paris
c2896b289a goreleaser: add builds 2019-05-20 09:34:31 +02:00
Edouard
f72c5ca099
V0.1.0 (#10)
* config: add Views

* refac views channels

* fix config default

* views: menu

* config default: add comment

* fix config default

* README: enhance config section

* fix README

* controller: F2 Menu

* views: transactions

* fix views: set current in layout

* fix menu

* ft transactions

* fix Help

* fix controller Menu

* view: transaction

* refac controller

* fix ui controller

* try some bold

* fix cursor

* refac color

* focus column transactions

* controller: add keyBinding Menu m

* help view: add menu

* fix cursor: push to the right

* refac remove current model

* ui: txs and channels sortable

* fix focus column

* view transaction: transaction dest addresses

* fix menu

* refac controller

* channels: sort

* rename current column

* refac cursor

* refac currentColumnIndex

* set cursor if view deleted

* remove previous

* clean view.View

* controller: ToggleView

* fix menu

* view txs: add config

* feat order

* fix channels sort
* feat transactions sort
* feat help: add asc/desc
* fix README
* color: magenta
* fix color
* fix views menu
* fix views help
* network backend: SubscribeTransactions
* pubsub: transactions
* controller.Listen: refresh transactions
* fix controller
* fix controller pubsub: no need for wallet ticker
* fix models transactions
* views channels: column SENT and RECEIVED
* update version
* fix README
* fix README
* fix models sort
* fix readme and default config
* fix readme
2019-05-14 18:13:59 +02:00
Edouard Paris
314908296a version v0.0.3 2019-04-30 14:08:35 +02:00
Edouard Paris
05b82cd759 fix views channels: Index 2019-04-30 14:07:21 +02:00
Edouard
d073bf206c
Merge pull request #15 from edouardparis/v0.0.2
V0.0.2
2019-04-29 13:58:39 +02:00
Edouard
cdcb1d02c8
Merge pull request #14 from darwin/drop-docker-compose
docker: drop docker-compose dependency
2019-04-29 13:57:16 +02:00
Edouard Paris
fd0fb6d493 models refreshChannels: Debug log 2019-04-29 13:39:23 +02:00
Edouard Paris
0453b712f5 controller: add keybindings 2019-04-29 13:33:06 +02:00
Edouard Paris
884616fe40 change version 2019-04-29 13:20:38 +02:00
Edouard Paris
a4252ffdfb fix view channels: wrong current channel
issue #11
2019-04-29 09:44:55 +02:00
Edouard Paris
392fc9676b fix view channel: wrong layout
issue #12
2019-04-29 09:18:32 +02:00
Edouard Paris
7f7bc1fc72 fix view channels: truncate node alias
issue #12
2019-04-29 09:13:47 +02:00
Antonin Hildebrand
9e50120dec docker: drop docker-compose dependency
Instead of relying on docker-compose.yml, we use bash to pass
configuration to docker directly via commnad-line args.

We also use config template and prior each run we evaluate it
with current environment. So that settings like LND_GRPC_HOST
can be specified prior each run without a need to rebuild.
2019-04-28 20:05:13 +02:00
Edouard Paris
2f18d9a37c README: Compatibility 2019-04-16 14:01:46 +02:00
Edouard Paris
aacc9602d5 fix cli, ui: add version 2019-04-16 13:40:56 +02:00
Edouard Paris
a4fad4f7d9 goreleaser 2019-04-16 13:18:51 +02:00
Edouard Paris
caa0b4a397 fix summary: gauge total 2019-04-16 09:16:52 +02:00
Edouard Paris
9fc5ab2fbc pubsub: add more ticker 2019-04-15 13:34:29 +02:00
Edouard Paris
b3ea008c43 refreshChannels: log error if node not found 2019-04-15 09:28:44 +02:00
Edouard
da35545ded
Merge pull request #8 from darwin/docker-logs
docker: tail logs from host
2019-04-14 11:04:26 +02:00
Antonin Hildebrand
687475db24 docker: tail logs from host
now that we have the log mapped to host folder we can simply tail it there
2019-04-13 21:27:29 +02:00
Edouard Paris
8c77b09737 fix pubsub: stop 2019-04-13 18:45:57 +02:00
Edouard Paris
fa4de73813 fix lnd: channel without ID 2019-04-13 18:13:13 +02:00
Edouard Paris
6f0cd4afd7 fix logger: use default development 2019-04-13 17:52:33 +02:00
Edouard
238995cda8
Merge pull request #7 from darwin/lntop-volume
docker: map lntop data as a volume to host folder
2019-04-13 17:46:20 +02:00
Edouard Paris
c9f1c090c9 fix lnd: remove annoying log 2019-04-13 13:04:31 +02:00
Antonin Hildebrand
c9e0a51c69 docker: map lntop data as a volume to host folder 2019-04-13 12:41:35 +02:00
Edouard Paris
3169a9211f fix cli: removed deprecated cmd 2019-04-13 12:05:59 +02:00
Edouard Paris
b835cea10d fix README: wrong url 2019-04-13 11:27:42 +02:00