Pierre-Marie Padiou

Results 28 issues of Pierre-Marie Padiou

This guarantees that the peer will never block before processing a channel message, but implies that: - updating these values is done outside of the peer (note: instantiating the electrum...

Before this change, we were only retrieving the feerates once during the lifetime of the app. If we happen to connect to an unhealthy Electrum server (connection succeeds, but then...

In the logs below, Phoenix has initiated a mutual close, which has resulted in a closing tx being published (and seen by Phoenix). However on next restart Phoenix goes back...

bug

It should be possible to define a custom initial size for the backing array of `ByteArrayOutput`, like the jdk impl. The initial size of 32B is tiny and results in...

There are three closely related, but separate parameters: - `InteractiveTxParams`: low-level bitcoin parameters (amounts, outputs, locktime, confirmations) - `Purpose`: whether the interactive-tx is an initial funding, a splice, a rbf...

Minor changes, best reviewed commit-by-commit. In particular we enable the `FeeCredit` feature by default.

Make it possible to spend all *confirmed* funds sitting in the final wallet. The process is split in two steps, allowing a validation step in the UI that shows mining...

Otherwise we will run into unexpected `InsufficientFunds` errors when relaying payments.

bug