Ken Sedgwick

Results 31 issues of Ken Sedgwick

This PR (includes and) extends #228 ; only the final commits of this PR are unique ... Addresses #229 Addresses #227 **IMPORTANT - This PR makes a schema change and...

The `EarningsTracker` records fees earned from forwarding and fees spent on rebalancing. But it does not record the amount of principle volume that was forwarded or rebalanced. If we record...

### Current Earnings Tracking: Currently fee income from routing and expense due to rebalancing are held in the `EarningsTracker` table on a per-peer basis: ```sql CREATE TABLE IF NOT EXISTS...

Very much work-in-progress ... Mostly trying async approach to writing higher-level task code ... hoping to find factoring of common utility to make future tasks much easier to write. Currently...

Seeing: `debug_assert: Widget changed layer_id during the frame` - built w/ debug (w/o `--release`) - `cargo run -- --pub npub1s5rq2ztdh76shy578znvympa2mzz2vjushs9mc5mwkdupewke67qeuf7u3` - click on a note body (normally would open thread),...

technical

--features debug-widget-callstack Show callstack for the current widget on hover if all modifier keys are pressed down --features debug-interactive-widgets Show an overlay on all interactive widgets Notes: - debug-widget-callstack asserts...

reported by @king-11: ``` 410.1 /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: ./.libs/libclboss.a(libclboss_la-Signature.o):Signature.cpp:(.text._ZN4Util18BacktraceExceptionISt16invalid_argumentEC2IJRA23_KcEEEDpOT_[_ZN4Util18BacktraceExceptionISt16invalid_argumentEC5IJRA23_KcEEEDpOT_]+0x89): more undefined references to `backtrace' follow RUN apk add --repository=https://dl-cdn.alpinelinux.org/alpine/v3.16/main/ libexecinfo-dev RUN apk add elfutils-dev before that the error was about missing header...

Two problems: - The link to the current release (https://github.com/ZmnSCPxj/clboss/releases) shows 4 tarballs, 2 of which (labeled Source Code) are not usable because they weren't constructed w/ `make dist` and...

Users want to know if their CLBOSS/CLN node instance is running well. Create HOWTO style directions to audit logs and run commands for debugging and performance audit. The following topics...