Antoine Poinsot

Results 549 comments of Antoine Poinsot

There's been some interest in using absolute timelocks with Liana recently. Unfortunately it would require some pretty involved changes, especially to the user interface.

Well.. The software needs to work with those descriptors before we let users import them.

I think another goal of such an effort is to reduce the number of potential crashes. The software very often crashes today which is a large UX burden. Especially since...

Some of the things mentioned here which already have issues: - https://github.com/wizardsardine/liana/issues/425 - https://github.com/wizardsardine/liana/issues/378

More related ones: - https://github.com/wizardsardine/liana/issues/509 - https://github.com/wizardsardine/liana/issues/839

We can say we "should" use a specific approach without first considering the import side of things.

Hi, giving an additional implicit meaning to derivation paths (what scripts to look for) is a brittle legacy way of backing up a Bitcoin wallet. Nowadays [output script descriptors](https://github.com/bitcoin/bips/blob/master/bip-0380.mediawiki) should...

I think you are missing a bit of context. This choice was made in order to not duplicate the rescan screen / functionality. Import never rescans the chain, it needs...

Here is how it looks like after this change

Some archeology: - The EOM status was introduced in https://github.com/bitcoin-core/bitcoincore.org/pull/37 (09593208) - The original EOL policy was discussed in [this IRC meeting](https://www.erisian.com.au/bitcoin-dev/log-2016-01-21.html#l-1185), though as far as i can tell there...