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

102 Commits

Author SHA1 Message Date
rkfg
66b0b3e134 Better color gradients for channel age 2022-09-19 12:48:56 +03:00
rkfg
76454a420a Replace the color library, colorize channel age 2022-09-19 12:48:56 +03:00
rkfg
9cdac2a3d4 Add channel age column 2022-09-19 12:48:56 +03:00
rkfg
2d8e6ea6cc Rename Policy1/2 to LocalPolicy/RemotePolicy 2022-09-14 16:34:14 +03:00
rkfg
520e23fb92 Show disabled channels 2022-09-14 16:30:34 +03:00
rkfg
6c6372f740 Remove WeFirst parameter altogether 2022-09-14 16:29:34 +03:00
rkfg
a2590193d0 Show closed channels, fix policy order 2022-09-14 16:29:34 +03:00
rkfg
336c6c2994 Show disabled channel percent 2022-09-13 14:42:27 +03:00
rkfg
91bd48bcac Show disabled channel count for node 2022-09-13 14:42:27 +03:00
Édouard
3f8f17cf87
Merge pull request #80 from rkfg/amount_formatting
Add pretty amount formatting
2022-09-13 11:10:10 +02:00
rkfg
ee26c19141 Format base fee 2022-09-12 00:12:20 +03:00
rkfg
c7ee21824a Show max htlc 2022-09-11 19:45:54 +03:00
rkfg
d804c9eab1 Format wallet and total channel balances 2022-09-07 14:48:28 +03:00
rkfg
8187bfdf0e Add pretty amount formatting 2022-09-06 18:11:10 +03:00
rkfg
88ec989b20 Fix crash on missing policies 2022-09-02 18:44:39 +03:00
Slyghtning
e93f3dcefe #70: Display channel fees 2022-07-13 09:53:29 -04:00
Edouard
504a936492
Merge pull request #61 from rkfg/htlcs
Display pending HTLCs in channel view
2022-02-13 18:13:54 +01:00
Edouard
82acda22f5
Merge pull request #59 from rkfg/sort
Make gauge sort more stable
2022-02-13 18:07:27 +01:00
rkfg
30a7adfc64 Add remote balance and update count columns 2022-02-08 18:46:14 +03:00
rkfg
ceb8bb7578 Display pending HTLCs in channel view 2022-01-30 14:12:06 +03:00
rkfg
1b278fff12 Make gauge sort more stable 2022-01-29 16:00:32 +03:00
rkfg
172b30c557 Add forced aliases 2021-11-29 12:43:02 +03:00
Jussi Tiira
261f50d7ea cleanup: if instead of switch-case with single case 2021-11-15 21:07:37 +00:00
Jussi Tiira
12c7114c3e RM: remove help panel 2021-11-15 20:40:56 +00:00
edouard
60d35c5911 v0.2.0 2021-09-02 17:56:29 +02:00
rkfg
651cdfb98b Allow sorting by all columns 2021-08-11 18:06:31 +03:00
Martin Milata
af2ea1c717 Add short channel id columns
SCID represents the same information as channel id but uses different
representation made of three components (block height, transaction
index, output index).
2021-08-03 13:13:13 +02:00
rkfg
2351421622 Limit cursor movement in detail views 2021-06-26 15:27:36 +03:00
rkfg
b9253086e1 Show incoming/outgoing policies stably 2021-06-22 16:22:27 +03: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
Martin Milata
f0dedd5d2a add routing view 2021-06-09 14:32:37 +02:00
rkfg
52e7098908 Constrain the cursor and prevent segfaults 2021-06-05 19:48:10 +03: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 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
Edouard Paris
aacc9602d5 fix cli, ui: add version 2019-04-16 13:40:56 +02:00
Edouard Paris
caa0b4a397 fix summary: gauge total 2019-04-16 09:16:52 +02:00
Edouard Paris
ea3115f7ef fix ui: separate channel 2019-04-12 16:18:17 +02:00
Edouard Paris
f869a471b5 add doc.go 2019-04-11 13:18:11 +02:00
Edouard Paris
480040c09c fix ui channels 2019-04-11 09:57:00 +02:00
Edouard Paris
fb61bdb09a fix models channel: use ChannelPoint 2019-04-10 15:02:09 +02:00
Edouard Paris
92f33b2a48 ft channels 2019-04-10 13:37:55 +02:00
Edouard Paris
f21c9d5bc5 views: cursor 2019-04-10 13:32:11 +02:00
Edouard Paris
1bc8bffcfc refac view: add cursor method 2019-04-10 13:16:51 +02:00