Commit Graph

204 Commits (2070fc4bbc683668f607bfde8547abfe397954c0)
 

Author SHA1 Message Date
edouard 2070fc4bbc bump lnd 0.14.1-beta & go mod tidy 2 years ago
Edouard 6017a69415
Merge pull request #47 from rkfg/aliases
Add forced aliases
2 years ago
Edouard a05908af1b
Merge pull request #48 from ibz/envconfig
Ability to read initial config from environment.
2 years ago
Ioan Bizău e8b0f2e1ee Update README to documment the new env vars. 2 years ago
rkfg 172b30c557 Add forced aliases 2 years ago
Edouard 62596a65b8
Merge pull request #46 from ibz/master
Replace broken dependency to fix build.
2 years ago
Ioan Bizău f70a59cf2d Ability to read initial config from environment. 2 years ago
Ioan Bizău 471de65018 Replace broken dependency to fix build. 2 years ago
Edouard 650f1420d3
Merge pull request #45 from juhi24/vim
Vim style vertical movement
3 years ago
Jussi Tiira 261f50d7ea cleanup: if instead of switch-case with single case 3 years ago
Jussi Tiira e4788bace8 ADD: h/l for horizontal movement 3 years ago
Jussi Tiira 12c7114c3e RM: remove help panel 3 years ago
Jussi Tiira 204881e649 vim/less style first/last line movement 3 years ago
Jussi Tiira 673eb4c491 vim style vertical movement 3 years ago
edouard c52e7a8062 gofmt -s -w app/app.go 3 years ago
Edouard f94ab66280
Merge pull request #41 from edouardparis/add-version-v0.2.0
v0.2.0
3 years ago
edouard 60d35c5911 v0.2.0 3 years ago
Edouard ea2b2addec
Merge pull request #32 from mmilata/readonly-macaroon
Use readonly macaroon by default
3 years ago
Martin Milata 4715524bae use readonly macaroon by default 3 years ago
Edouard a9250154fc
Merge pull request #38 from edouardparis/bump-lnd-v0.13.2
Bump lnd v0.13.2
3 years ago
edouard 4f06903141 go mod tidy 3 years ago
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
3 years ago
edouard 6e49d91e48 README: go versions 3 years ago
Edouard b272758f10
Merge pull request #34 from rkfg/sort
Allow sorting by all columns
3 years ago
rkfg 651cdfb98b Allow sorting by all columns 3 years ago
Edouard f96c501f63
Merge pull request #33 from mmilata/short-chan-id
Add short channel id columns
3 years ago
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).
3 years ago
Edouard 1cec71afa6
Merge pull request #29 from rkfg/policies
Improve policies view and restrict cursor in detail views
3 years ago
rkfg 2351421622 Limit cursor movement in detail views 3 years ago
rkfg b9253086e1 Show incoming/outgoing policies stably 3 years ago
Edouard f50f077d94
Merge pull request #27 from rkfg/pagination
Add better list navigation
3 years ago
rkfg 62f9eca83c Add Home/End/PgUp/PgDn navigation 3 years ago
rkfg c6dfed56cc Fix formatting 3 years ago
edouard ca190b3822 Revert "fix pubsub config flag"
This reverts commit 590f7ab83c.

590f7ab83c (r52422601)
3 years ago
edouard d3afc3223e fix link README 3 years ago
edouard c996b64c5c add lntop v0.1.0 png 3 years ago
edouard 49ffb0dccf clean README 3 years ago
edouard 590f7ab83c fix pubsub config flag 3 years ago
Edouard 17f04a6924
Merge pull request #26 from mmilata/failure-first-line
routing: truncate failure detail after first line
3 years ago
Edouard 5a7213deef
Merge pull request #24 from rkfg/segfault-fix
Fix segfault on network errors
3 years ago
Martin Milata 4c36fd5987 routing: truncate failure detail after first line 3 years ago
rkfg bee425c763 Fix segfaults on network errors 3 years ago
Edouard c923d7ab57
Merge pull request #22 from mmilata/routing-view
Add routing view
3 years ago
Martin Milata 2e9cced9c3 increase default pool capacity
Ignore lower values, lntop won't start with pool_capacity <= 3 due to
router rpc handle.
3 years ago
Martin Milata f0dedd5d2a add routing view 3 years ago
Martin Milata 266bad658c cli: add usage 3 years ago
Edouard bee3118ee2
Merge pull request #23 from rkfg/cursor_fix
Constrain the cursor and prevent segfaults
3 years ago
rkfg 52e7098908 Constrain the cursor and prevent segfaults 3 years ago
Edouard 5443fbac0c
Merge pull request #21 from mmilata/dependencies
Update module dependencies
3 years ago
Martin Milata 0952c00860 update dependencies, remove vendor directory 3 years ago