Antoine Riard

Results 46 issues of Antoine Riard

Inspired by https://bitcoindevkit.org/blog/2021/01/fee-estimation-for-light-clients-part-1/ For now, the only covered sections are Fee-Estimation, Liveliness & Watchtowers, Chain Validation. Future sections could be Key-Management, Backups, Routing, Liquidity management, General Security & Privacy Recommendations....

The LDK project start to be spread across different repositories. Also the type of helpful contributions start to expand (technical writing, infrastructure deployment, product management). I think we should consider...

This one is up to me to get it started, detailing how to build a lightclient with LDK and what options you're offered.

Our documentation about a specific feature (e.g zero-conf chan) might be an advanced, subsection of the "Opening a channel" one, thus making it hard to find the information. Once the...

This is the top commit from #30572, where the new node service bit support commit is extracted on its own. See the corresponding BIP draft for motivation: https://github.com/bitcoin/bips/pull/1663 Dissociating this...

CI failed

This is a re-work of #21224. Motivation is still the same to limit the DoS exposure in face of some DoSy behaviors from tx-relay peers. Difference w.r.t 21224 is adding...

P2P
Needs rebase
CI failed

I think it would be good to add some moderation rules in this issue tracker, at the image of what has beeing done for the bitcoin core project, see https://github.com/bitcoin-core/meta/blob/main/MODERATION-GUIDELINES.md...

This introducing a BIP for the unrequested transaction processing for the mechanism itself. This is building on top of `bip-txrelayv2` proposal. Bitcoin Core conceptual discussion: https://github.com/bitcoin/bitcoin/pull/30572 Partially related ML post:...

New BIP
PR Author action required

If we find a better way to implement reject unrequested transactions in a backward compatible fashion, I’ll withdraw it. ML post: https://groups.google.com/g/bitcoindev/c/nWUcXBQbLGU Bitcoin Core conceptual discussion: https://github.com/bitcoin/bitcoin/pull/30572

New BIP
PR Author action required

With the same end-goal of refactoring some part of the code base, improving code readability would be great too Per @valentinewallace idea.