Bastien Teinturier

Results 454 comments of Bastien Teinturier

> They cannot create this chain to begin with as from any single unconfirmed transaction with confirmed parents, you can only make 25 transactions. Right, I had forgotten that restriction!...

I have added a first set of tests to eclair that exercise the package-rbf logic: https://github.com/ACINQ/eclair/commit/4f583b5725cba6594388d54c0b31affc1bf8cddf I extracted the transactions as test vectors here: https://gist.github.com/t-bast/7c553e61ff2bee3720ff4f7db04cc1b3 I'm not sure how easy...

> Here's my reasoning for the current value (4000vB), but open to feedback and I will of course add the rationale to the version3_transactions.md doc Thanks for the explanation! >...

We're migrating Phoenix to a new stack: - https://github.com/acinq/lightning-kmp - https://github.com/acinq/phoenix-kmm We'll work on reproducibility on this new stack.

We've been working on migrating Phoenix to a completely new stack based on Kotlin multi-platform: - https://github.com/acinq/lightning-kmp - https://github.com/acinq/phoenix-kmm Any work on deterministic builds will be done over there.

We've been working on migrating Phoenix to a completely new stack based on Kotlin multi-platform: - https://github.com/acinq/lightning-kmp - https://github.com/acinq/phoenix-kmm Any work on deterministic builds will be done over there.

Addressing this scenario is important, but it's unclear yet how it should be addressed. Keysend was never standardized and is being deprecated (in favor of AMP but there is no...

I don't think we need to go in that direction by adding explicit support (and thus custom code). We are going to replace swap-in with splice-in: that means users will...

What I meant in my previous answer is that the current sequential two-transactions scheme is going to disappear anyway, so it doesn't make sense to implement a PayJoin on it...

> You mean current two-transaction scheme will be replaced with a different two-transaction scheme? It's better than that, with splicing the existing two-transaction scheme will be replaced by a single...