Max Fang
Max Fang
The `bitcoind` / `electrsd` crates have been enormously helpful for our integration testing, and we (Lexe) think they could be very useful in production as well. **Our interest in a...
Creating a separate issue to continue the discussion from https://github.com/lightningdevkit/rust-lightning/pull/3707#issuecomment-2786758263. This may be fixed by https://github.com/lightningdevkit/rust-lightning/pull/3707 but I'm not sure. ### Summary > We're currently dealing with issues in prod...
For convenience, here's the scenario in #3685 which is fixed by #3707: > - Alice -> Bob 200k and 300k sat channels > - Bob -> Charlie 600k sat private...
For a single path, two-hop payment Sender -> LSP -> Receiver, define the `max_sendable` amount as `sum(next_outbound_htlc_limit) / (1 + lsp_prop_feerate)` We've have confirmed in our tests that if the...
# `ProjectDiffScreen` UX Improvements, Features, and Fixes ## Demo [Video link](https://drive.google.com/file/d/10N3P_Vww8-8Wtrbne_xVUWDNE3ww4Faw/view?usp=sharing) In this demo you can see me pressing tab to toggle the cursor between the file list and the...
When `GitFile(filename)` was created with a relative path, `git_repo.discover()` resolved it relative to the current working directory. If the user `:cd`'d to a subdirectory, paths got resolved incorrectly and staging...