ACINQ / eclair

A scala implementation of the Lightning Network.
Apache License 2.0
1.24k stars 266 forks source link

Update Bitcoin Core to v26.1 #2851

Closed t-bast closed 6 months ago

t-bast commented 6 months ago

Bitcoin Core 26.1 contains ancestor-aware funding: it will automatically fetch unconfirmed ancestors during funding and adapt the fee to apply the target feerate to the whole unconfirmed package.

We had custom code to implement this entirely in eclair, which we can now remove.