2
0
mirror of https://github.com/edouardparis/lntop synced 2024-11-04 06:00:14 +00:00
Commit Graph

189 Commits

Author SHA1 Message Date
Edouard
f94ab66280
Merge pull request #41 from edouardparis/add-version-v0.2.0
v0.2.0
2021-09-02 18:01:50 +02:00
edouard
60d35c5911 v0.2.0 2021-09-02 17:56:29 +02:00
Edouard
ea2b2addec
Merge pull request #32 from mmilata/readonly-macaroon
Use readonly macaroon by default
2021-09-02 17:30:47 +02:00
Martin Milata
4715524bae use readonly macaroon by default 2021-09-02 14:27:57 +02:00
Edouard
a9250154fc
Merge pull request #38 from edouardparis/bump-lnd-v0.13.2
Bump lnd v0.13.2
2021-09-02 09:24:13 +02:00
edouard
4f06903141 go mod tidy 2021-08-24 12:12:30 +02:00
edouard
b6d121437b dep: bump lnd-v0.13.2-beta
replace to go.etcd.io/etcd v0.5.0-alpha.5.0.20201125193152-8a03d2e9614b
see https://github.com/lightningnetwork/lnd/issues/5624
2021-08-24 12:12:30 +02:00
edouard
6e49d91e48 README: go versions 2021-08-24 11:10:18 +02:00
Edouard
b272758f10
Merge pull request #34 from rkfg/sort
Allow sorting by all columns
2021-08-15 11:51:43 +02:00
rkfg
651cdfb98b Allow sorting by all columns 2021-08-11 18:06:31 +03:00
Edouard
f96c501f63
Merge pull request #33 from mmilata/short-chan-id
Add short channel id columns
2021-08-08 10:50:58 +02: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
Edouard
1cec71afa6
Merge pull request #29 from rkfg/policies
Improve policies view and restrict cursor in detail views
2021-06-30 11:11:40 +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
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