Carsten Otto

Results 145 issues of Carsten Otto

I migrated my code from version 2.0 to 3.1.5. Both with the new `@Command` syntax and with the old `@ShellMethod` variant I fail to get tab completion to work when...

type/enhancement

According to the method name and it's documentation I expect `assertThat(emptyMap()).containsOnlyKeys("x")` to NOT fail. There's one example in the Javadoc that helps me understand the real semantics. However, I'd like...

See https://github.com/lightningnetwork/lnd/issues/3801. This bug resurfaced with `v0.17.3-beta` or before: This is the output (in `lnd.log`) with `lncli stop` (v0.17.3-beta) and then re-starting lnd (v0.18.0-beta.rc1). ``` 2024-04-30 15:21:12.886 [INF] RPCS: Stopping...

bug
beginner
good first issue
logging
P4
missing reproduction

### Background I had some fun on testnet and breached one of my channels: - have channel between nodes A and B - enable watchtower server on node C and...

watchtower
missing reproduction

Related to #86 which has been closed (by accident?) and https://github.com/lightningnetwork/lnd/issues/6059. When using bbolt as part of https://github.com/lightningnetwork/lnd/ to open a ~10 GByte DB file, the file is read with...

area/performance
stale

**Describe the bug** With too many nodes/channels/warnings that could be computed, using the `/api/warnings` endpoint shortly after a restart causes lnd-manageJ to freeze. **To Reproduce** Restart lnd-manageJ on a node...

bug

**Describe the bug** As per c7c84016298d4b29efeb224a0ba51ebe628bbc77 Spotbugs complains about Jacoco code, which shouldn't be scanned. Furthermore, there are warnings/errors related to test (fixtures) classes that should also not be part...

bug

### Background A peer opened a channel to my node. This channel is listed in `lncli listchannels`. However, `lncli getchaninfo X` shows an error (with X being the channel ID):...

bug
graph
P2
gossip

The `sphinxreplay.db` on my node is larger than my `channel.db` (2.2 GByte vs. 1.8 GByte), which seems odd. Please add a feature that reduces the size of `sphinxreplay.db`. (And, while...

bug
database
htlcswitch
P1

## Summary I'd like to only see content that was created by people I follow, and possibly also content those people liked/shared/zapped. Currently, the feed list also shows me global...

enhancement