edouard
53c3bec033
v0.3.0
2022-01-14 10:21:35 +01:00
Edouard
5da8f3c043
Merge pull request #55 from edouardparis/bump-lnd-0.14.1-beta
...
bump lnd 0.14.1-beta & go mod tidy
2022-01-14 10:16:06 +01:00
edouard
86638ef104
rm replace directive for yawning/bsaes
2022-01-13 14:55:46 +01:00
edouard
2070fc4bbc
bump lnd 0.14.1-beta & go mod tidy
2022-01-13 14:43:36 +01:00
Edouard
6017a69415
Merge pull request #47 from rkfg/aliases
...
Add forced aliases
2021-12-05 18:29:20 +01:00
Edouard
a05908af1b
Merge pull request #48 from ibz/envconfig
...
Ability to read initial config from environment.
2021-12-03 18:11:32 +01:00
Ioan Bizău
e8b0f2e1ee
Update README to documment the new env vars.
2021-11-29 15:07:26 +02:00
rkfg
172b30c557
Add forced aliases
2021-11-29 12:43:02 +03:00
Edouard
62596a65b8
Merge pull request #46 from ibz/master
...
Replace broken dependency to fix build.
2021-11-29 10:17:28 +01:00
Ioan Bizău
f70a59cf2d
Ability to read initial config from environment.
2021-11-29 08:11:43 +02:00
Ioan Bizău
471de65018
Replace broken dependency to fix build.
2021-11-25 11:13:52 +02:00
Edouard
650f1420d3
Merge pull request #45 from juhi24/vim
...
Vim style vertical movement
2021-11-16 10:42:20 +01:00
Jussi Tiira
261f50d7ea
cleanup: if instead of switch-case with single case
2021-11-15 21:07:37 +00:00
Jussi Tiira
e4788bace8
ADD: h/l for horizontal movement
2021-11-15 20:49:32 +00:00
Jussi Tiira
12c7114c3e
RM: remove help panel
2021-11-15 20:40:56 +00:00
Jussi Tiira
204881e649
vim/less style first/last line movement
2021-10-20 19:58:24 +00:00
Jussi Tiira
673eb4c491
vim style vertical movement
2021-10-20 19:05:16 +00:00
edouard
c52e7a8062
gofmt -s -w app/app.go
2021-09-02 18:11:11 +02:00
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