Antoine Poinsot

Results 207 issues of Antoine Poinsot

I just crashed my node by stopping `jitrebalance` via RPC. I could have give it a thought before issuing the command, but making the plugin static would avoid the footgun...

- A plugin that generates a QR code out of a `newaddr` to fund `lightningd`'s wallet from a mobile wallet - A Bitcoin backend plugin for your favourite data source,...

ideas

Just a summary to keep a trace of the discussion on IRC : - Don't log onions - Don't try again channels that were tried some seconds ago - Maybe...

plugin::jitrebalance

The Esplora merged regtest modes for Bitcoin and Liquid, I think we can use it to test Sauron. https://github.com/Blockstream/esplora/commit/62f89e90bc6b574025009757ebca81a7c957d33d

[Output Script Descriptor](https://github.com/bitcoin/bips/blob/master/bip-0380.mediawiki#motivation) are a sane standard for wallet backups. They express all the information necessary to locate owned (or partially owned) outputs in an engineer-readable format, avoiding the pitfalls...

This makes the Miniscript descriptors solvable. Note this introduces signing support for much more complex scripts than the wallet was previously able to solve, and the whole tooling isn't provided...

Build system
Descriptors

The wallet currently estimates the size of a signed input by doing a dry run of the signing logic. This is unnecessary since all outputs we can sign for can...

Wallet

Alternative to #23502. Currently, when estimating the size an input spending a Taproot output will have once signed, we always assume the key path will be used. Even if there...

Wallet
CI failed

Is there any plan to start supporting Miniscript inside output descriptors? Right now if i want to receive onchain payments to my wallet that makes use of Miniscript descriptors (Bitcoin...

Similarly to #28209, this introduces a fuzz target for `CCoinsViewDb` by using an in-memory LevelDB. We reuse the body of the existing fuzz target for `coins_view`.

Tests
CI failed