* [bitcoin-dev] L2s Onchain Support IRC Workshop @ 2021-04-23 15:11 Antoine Riard 2021-04-23 15:25 ` [bitcoin-dev] [Lightning-dev] " Jeremy 2021-04-26 23:06 ` [bitcoin-dev] " Gloria Zhao 0 siblings, 2 replies; 6+ messages in thread From: Antoine Riard @ 2021-04-23 15:11 UTC (permalink / raw) To: lightning-dev\\@lists.linuxfoundation.org, Bitcoin Protocol Discussion [-- Attachment #1: Type: text/plain, Size: 4295 bytes --] Hi, During the lastest years, tx-relay and mempool acceptances rules of the base layer have been sources of major security and operational concerns for Lightning and other Bitcoin second-layers [0]. I think those areas require significant improvements to ease design and deployment of higher Bitcoin layers and I believe this opinion is shared among the L2 dev community. In order to make advancements, it has been discussed a few times in the last months to organize in-person workshops to discuss those issues with the presence of both L1/L2 devs to make exchange fruitful. Unfortunately, I don't think we'll be able to organize such in-person workshops this year (because you know travel is hard those days...) As a substitution, I'm proposing a series of one or more irc meetings. That said, this substitution has the happy benefit to gather far more folks interested by those issues that you can fit in a room. # Scope I would like to propose the following 4 items as topics of discussion. 1) Package relay design or another generic L2 fee-bumping primitive like sponsorship [0]. IMHO, this primitive should at least solve mempools spikes making obsolete propagation of transactions with pre-signed feerate, solve pinning attacks compromising Lightning/multi-party contract protocol safety, offer an usable and stable API to L2 software stack, stay compatible with miner and full-node operators incentives and obviously minimize CPU/memory DoS vectors. 2) Deprecation of opt-in RBF toward full-rbf. Opt-in RBF makes it trivial for an attacker to partition network mempools in divergent subsets and from then launch advanced security or privacy attacks against a Lightning node. Note, it might also be a concern for bandwidth bleeding attacks against L1 nodes. 3) Guidelines about coordinated cross-layers security disclosures. Mitigating a security issue around tx-relay or the mempool in Core might have harmful implications for downstream projects. Ideally, L2 projects maintainers should be ready to upgrade their protocols in emergency in coordination with base layers developers. 4) Guidelines about L2 protocols onchain security design. Currently deployed like Lightning are making a bunch of assumptions on tx-relay and mempool acceptances rules. Those rules are non-normative, non-reliable and lack documentation. Further, they're devoid of tooling to enforce them at runtime [2]. IMHO, it could be preferable to identify a subset of them on which second-layers protocols can do assumptions without encroaching too much on nodes's policy realm or making the base layer development in those areas too cumbersome. I'm aware that some folks are interested in other topics such as extension of Core's mempools package limits or better pricing of RBF replacement. So l propose a 2-week concertation period to submit other topics related to tx-relay or mempools improvements towards L2s before to propose a finalized scope and agenda. # Goals 1) Reaching technical consensus. 2) Reaching technical consensus, before seeking community consensus as it likely has ecosystem-wide implications. 3) Establishing a security incident response policy which can be applied by dev teams in the future. 4) Establishing a philosophy design and associated documentations (BIPs, best practices, ...) # Timeline 2021-04-23: Start of concertation period 2021-05-07: End of concertation period 2021-05-10: Proposition of workshop agenda and schedule late 2021-05/2021-06: IRC meetings As the problem space is savagely wide, I've started a collection of documents to assist this workshop : https://github.com/ariard/L2-zoology Still wip, but I'll have them in a good shape at agenda publication, with reading suggestions and open questions to structure discussions. Also working on transaction pinning and mempool partitions attacks simulations. If L2s security/p2p/mempool is your jam, feel free to get involved :) Cheers, Antoine [0] For e.g see optech section on transaction pinning attacks : https://bitcoinops.org/en/topics/transaction-pinning/ [1] https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2020-September/018168.html [2] Lack of reference tooling make it easier to have bug slip in like https://lists.linuxfoundation.org/pipermail/lightning-dev/2020-October/002858.html [-- Attachment #2: Type: text/html, Size: 4805 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [bitcoin-dev] [Lightning-dev] L2s Onchain Support IRC Workshop 2021-04-23 15:11 [bitcoin-dev] L2s Onchain Support IRC Workshop Antoine Riard @ 2021-04-23 15:25 ` Jeremy 2021-04-23 15:39 ` Antoine Riard 2021-04-26 23:06 ` [bitcoin-dev] " Gloria Zhao 1 sibling, 1 reply; 6+ messages in thread From: Jeremy @ 2021-04-23 15:25 UTC (permalink / raw) To: Antoine Riard Cc: Bitcoin Protocol Discussion, lightning-dev\\@lists.linuxfoundation.org [-- Attachment #1: Type: text/plain, Size: 5057 bytes --] I'd be excited to join. Recommend bumping the date to mid June, if that's ok, as many Americans will be at Bitcoin 2021. I was thinking about reviving the sponsors proposal with a 100 block lock on spending a sponsoring tx which would hopefully make less controversial, this would be a great place to discuss those tradeoffs. On Fri, Apr 23, 2021, 8:17 AM Antoine Riard <antoine.riard@gmail.com> wrote: > Hi, > > During the lastest years, tx-relay and mempool acceptances rules of the > base layer have been sources of major security and operational concerns for > Lightning and other Bitcoin second-layers [0]. I think those areas require > significant improvements to ease design and deployment of higher Bitcoin > layers and I believe this opinion is shared among the L2 dev community. In > order to make advancements, it has been discussed a few times in the last > months to organize in-person workshops to discuss those issues with the > presence of both L1/L2 devs to make exchange fruitful. > > Unfortunately, I don't think we'll be able to organize such in-person > workshops this year (because you know travel is hard those days...) As a > substitution, I'm proposing a series of one or more irc meetings. That > said, this substitution has the happy benefit to gather far more folks > interested by those issues that you can fit in a room. > > # Scope > > I would like to propose the following 4 items as topics of discussion. > > 1) Package relay design or another generic L2 fee-bumping primitive like > sponsorship [0]. IMHO, this primitive should at least solve mempools spikes > making obsolete propagation of transactions with pre-signed feerate, solve > pinning attacks compromising Lightning/multi-party contract protocol > safety, offer an usable and stable API to L2 software stack, stay > compatible with miner and full-node operators incentives and obviously > minimize CPU/memory DoS vectors. > > 2) Deprecation of opt-in RBF toward full-rbf. Opt-in RBF makes it trivial > for an attacker to partition network mempools in divergent subsets and from > then launch advanced security or privacy attacks against a Lightning node. > Note, it might also be a concern for bandwidth bleeding attacks against L1 > nodes. > > 3) Guidelines about coordinated cross-layers security disclosures. > Mitigating a security issue around tx-relay or the mempool in Core might > have harmful implications for downstream projects. Ideally, L2 projects > maintainers should be ready to upgrade their protocols in emergency in > coordination with base layers developers. > > 4) Guidelines about L2 protocols onchain security design. Currently > deployed like Lightning are making a bunch of assumptions on tx-relay and > mempool acceptances rules. Those rules are non-normative, non-reliable and > lack documentation. Further, they're devoid of tooling to enforce them at > runtime [2]. IMHO, it could be preferable to identify a subset of them on > which second-layers protocols can do assumptions without encroaching too > much on nodes's policy realm or making the base layer development in those > areas too cumbersome. > > I'm aware that some folks are interested in other topics such as extension > of Core's mempools package limits or better pricing of RBF replacement. So > l propose a 2-week concertation period to submit other topics related to > tx-relay or mempools improvements towards L2s before to propose a finalized > scope and agenda. > > # Goals > > 1) Reaching technical consensus. > 2) Reaching technical consensus, before seeking community consensus as it > likely has ecosystem-wide implications. > 3) Establishing a security incident response policy which can be applied > by dev teams in the future. > 4) Establishing a philosophy design and associated documentations (BIPs, > best practices, ...) > > # Timeline > > 2021-04-23: Start of concertation period > 2021-05-07: End of concertation period > 2021-05-10: Proposition of workshop agenda and schedule > late 2021-05/2021-06: IRC meetings > > As the problem space is savagely wide, I've started a collection of > documents to assist this workshop : https://github.com/ariard/L2-zoology > Still wip, but I'll have them in a good shape at agenda publication, with > reading suggestions and open questions to structure discussions. > Also working on transaction pinning and mempool partitions attacks > simulations. > > If L2s security/p2p/mempool is your jam, feel free to get involved :) > > Cheers, > Antoine > > [0] For e.g see optech section on transaction pinning attacks : > https://bitcoinops.org/en/topics/transaction-pinning/ > [1] > https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2020-September/018168.html > [2] Lack of reference tooling make it easier to have bug slip in like > https://lists.linuxfoundation.org/pipermail/lightning-dev/2020-October/002858.html > _______________________________________________ > Lightning-dev mailing list > Lightning-dev@lists.linuxfoundation.org > https://lists.linuxfoundation.org/mailman/listinfo/lightning-dev > [-- Attachment #2: Type: text/html, Size: 6109 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [bitcoin-dev] [Lightning-dev] L2s Onchain Support IRC Workshop 2021-04-23 15:25 ` [bitcoin-dev] [Lightning-dev] " Jeremy @ 2021-04-23 15:39 ` Antoine Riard 2021-04-23 16:17 ` Bastien TEINTURIER 0 siblings, 1 reply; 6+ messages in thread From: Antoine Riard @ 2021-04-23 15:39 UTC (permalink / raw) To: Jeremy Cc: Bitcoin Protocol Discussion, lightning-dev\\@lists.linuxfoundation.org [-- Attachment #1: Type: text/plain, Size: 5694 bytes --] Hi Jeremy, Yes dates are floating for now. After Bitcoin 2021, sounds a good idea. Awesome, I'll be really interested to review again an improved version of sponsorship. And I'll try to sketch out the sighash_no-input fee-bumping idea which was floating around last year during pinnings discussions. Yet another set of trade-offs :) Le ven. 23 avr. 2021 à 11:25, Jeremy <jlrubin@mit.edu> a écrit : > I'd be excited to join. Recommend bumping the date to mid June, if that's > ok, as many Americans will be at Bitcoin 2021. > > I was thinking about reviving the sponsors proposal with a 100 block lock > on spending a sponsoring tx which would hopefully make less controversial, > this would be a great place to discuss those tradeoffs. > > On Fri, Apr 23, 2021, 8:17 AM Antoine Riard <antoine.riard@gmail.com> > wrote: > >> Hi, >> >> During the lastest years, tx-relay and mempool acceptances rules of the >> base layer have been sources of major security and operational concerns for >> Lightning and other Bitcoin second-layers [0]. I think those areas require >> significant improvements to ease design and deployment of higher Bitcoin >> layers and I believe this opinion is shared among the L2 dev community. In >> order to make advancements, it has been discussed a few times in the last >> months to organize in-person workshops to discuss those issues with the >> presence of both L1/L2 devs to make exchange fruitful. >> >> Unfortunately, I don't think we'll be able to organize such in-person >> workshops this year (because you know travel is hard those days...) As a >> substitution, I'm proposing a series of one or more irc meetings. That >> said, this substitution has the happy benefit to gather far more folks >> interested by those issues that you can fit in a room. >> >> # Scope >> >> I would like to propose the following 4 items as topics of discussion. >> >> 1) Package relay design or another generic L2 fee-bumping primitive like >> sponsorship [0]. IMHO, this primitive should at least solve mempools spikes >> making obsolete propagation of transactions with pre-signed feerate, solve >> pinning attacks compromising Lightning/multi-party contract protocol >> safety, offer an usable and stable API to L2 software stack, stay >> compatible with miner and full-node operators incentives and obviously >> minimize CPU/memory DoS vectors. >> >> 2) Deprecation of opt-in RBF toward full-rbf. Opt-in RBF makes it trivial >> for an attacker to partition network mempools in divergent subsets and from >> then launch advanced security or privacy attacks against a Lightning node. >> Note, it might also be a concern for bandwidth bleeding attacks against L1 >> nodes. >> >> 3) Guidelines about coordinated cross-layers security disclosures. >> Mitigating a security issue around tx-relay or the mempool in Core might >> have harmful implications for downstream projects. Ideally, L2 projects >> maintainers should be ready to upgrade their protocols in emergency in >> coordination with base layers developers. >> >> 4) Guidelines about L2 protocols onchain security design. Currently >> deployed like Lightning are making a bunch of assumptions on tx-relay and >> mempool acceptances rules. Those rules are non-normative, non-reliable and >> lack documentation. Further, they're devoid of tooling to enforce them at >> runtime [2]. IMHO, it could be preferable to identify a subset of them on >> which second-layers protocols can do assumptions without encroaching too >> much on nodes's policy realm or making the base layer development in those >> areas too cumbersome. >> >> I'm aware that some folks are interested in other topics such as >> extension of Core's mempools package limits or better pricing of RBF >> replacement. So l propose a 2-week concertation period to submit other >> topics related to tx-relay or mempools improvements towards L2s before to >> propose a finalized scope and agenda. >> >> # Goals >> >> 1) Reaching technical consensus. >> 2) Reaching technical consensus, before seeking community consensus as it >> likely has ecosystem-wide implications. >> 3) Establishing a security incident response policy which can be applied >> by dev teams in the future. >> 4) Establishing a philosophy design and associated documentations (BIPs, >> best practices, ...) >> >> # Timeline >> >> 2021-04-23: Start of concertation period >> 2021-05-07: End of concertation period >> 2021-05-10: Proposition of workshop agenda and schedule >> late 2021-05/2021-06: IRC meetings >> >> As the problem space is savagely wide, I've started a collection of >> documents to assist this workshop : https://github.com/ariard/L2-zoology >> Still wip, but I'll have them in a good shape at agenda publication, with >> reading suggestions and open questions to structure discussions. >> Also working on transaction pinning and mempool partitions attacks >> simulations. >> >> If L2s security/p2p/mempool is your jam, feel free to get involved :) >> >> Cheers, >> Antoine >> >> [0] For e.g see optech section on transaction pinning attacks : >> https://bitcoinops.org/en/topics/transaction-pinning/ >> [1] >> https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2020-September/018168.html >> [2] Lack of reference tooling make it easier to have bug slip in like >> https://lists.linuxfoundation.org/pipermail/lightning-dev/2020-October/002858.html >> _______________________________________________ >> Lightning-dev mailing list >> Lightning-dev@lists.linuxfoundation.org >> https://lists.linuxfoundation.org/mailman/listinfo/lightning-dev >> > [-- Attachment #2: Type: text/html, Size: 6872 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [bitcoin-dev] [Lightning-dev] L2s Onchain Support IRC Workshop 2021-04-23 15:39 ` Antoine Riard @ 2021-04-23 16:17 ` Bastien TEINTURIER 0 siblings, 0 replies; 6+ messages in thread From: Bastien TEINTURIER @ 2021-04-23 16:17 UTC (permalink / raw) To: Antoine Riard Cc: Bitcoin Protocol Discussion, lightning-dev\\@lists.linuxfoundation.org [-- Attachment #1: Type: text/plain, Size: 6167 bytes --] Great idea, I'll join as well. Thanks for setting this in motion. Le ven. 23 avr. 2021 à 17:39, Antoine Riard <antoine.riard@gmail.com> a écrit : > Hi Jeremy, > > Yes dates are floating for now. After Bitcoin 2021, sounds a good idea. > > Awesome, I'll be really interested to review again an improved version of > sponsorship. And I'll try to sketch out the sighash_no-input fee-bumping > idea which was floating around last year during pinnings discussions. Yet > another set of trade-offs :) > > Le ven. 23 avr. 2021 à 11:25, Jeremy <jlrubin@mit.edu> a écrit : > >> I'd be excited to join. Recommend bumping the date to mid June, if >> that's ok, as many Americans will be at Bitcoin 2021. >> >> I was thinking about reviving the sponsors proposal with a 100 block lock >> on spending a sponsoring tx which would hopefully make less controversial, >> this would be a great place to discuss those tradeoffs. >> >> On Fri, Apr 23, 2021, 8:17 AM Antoine Riard <antoine.riard@gmail.com> >> wrote: >> >>> Hi, >>> >>> During the lastest years, tx-relay and mempool acceptances rules of the >>> base layer have been sources of major security and operational concerns for >>> Lightning and other Bitcoin second-layers [0]. I think those areas require >>> significant improvements to ease design and deployment of higher Bitcoin >>> layers and I believe this opinion is shared among the L2 dev community. In >>> order to make advancements, it has been discussed a few times in the last >>> months to organize in-person workshops to discuss those issues with the >>> presence of both L1/L2 devs to make exchange fruitful. >>> >>> Unfortunately, I don't think we'll be able to organize such in-person >>> workshops this year (because you know travel is hard those days...) As a >>> substitution, I'm proposing a series of one or more irc meetings. That >>> said, this substitution has the happy benefit to gather far more folks >>> interested by those issues that you can fit in a room. >>> >>> # Scope >>> >>> I would like to propose the following 4 items as topics of discussion. >>> >>> 1) Package relay design or another generic L2 fee-bumping primitive like >>> sponsorship [0]. IMHO, this primitive should at least solve mempools spikes >>> making obsolete propagation of transactions with pre-signed feerate, solve >>> pinning attacks compromising Lightning/multi-party contract protocol >>> safety, offer an usable and stable API to L2 software stack, stay >>> compatible with miner and full-node operators incentives and obviously >>> minimize CPU/memory DoS vectors. >>> >>> 2) Deprecation of opt-in RBF toward full-rbf. Opt-in RBF makes it >>> trivial for an attacker to partition network mempools in divergent subsets >>> and from then launch advanced security or privacy attacks against a >>> Lightning node. Note, it might also be a concern for bandwidth bleeding >>> attacks against L1 nodes. >>> >>> 3) Guidelines about coordinated cross-layers security disclosures. >>> Mitigating a security issue around tx-relay or the mempool in Core might >>> have harmful implications for downstream projects. Ideally, L2 projects >>> maintainers should be ready to upgrade their protocols in emergency in >>> coordination with base layers developers. >>> >>> 4) Guidelines about L2 protocols onchain security design. Currently >>> deployed like Lightning are making a bunch of assumptions on tx-relay and >>> mempool acceptances rules. Those rules are non-normative, non-reliable and >>> lack documentation. Further, they're devoid of tooling to enforce them at >>> runtime [2]. IMHO, it could be preferable to identify a subset of them on >>> which second-layers protocols can do assumptions without encroaching too >>> much on nodes's policy realm or making the base layer development in those >>> areas too cumbersome. >>> >>> I'm aware that some folks are interested in other topics such as >>> extension of Core's mempools package limits or better pricing of RBF >>> replacement. So l propose a 2-week concertation period to submit other >>> topics related to tx-relay or mempools improvements towards L2s before to >>> propose a finalized scope and agenda. >>> >>> # Goals >>> >>> 1) Reaching technical consensus. >>> 2) Reaching technical consensus, before seeking community consensus as >>> it likely has ecosystem-wide implications. >>> 3) Establishing a security incident response policy which can be applied >>> by dev teams in the future. >>> 4) Establishing a philosophy design and associated documentations (BIPs, >>> best practices, ...) >>> >>> # Timeline >>> >>> 2021-04-23: Start of concertation period >>> 2021-05-07: End of concertation period >>> 2021-05-10: Proposition of workshop agenda and schedule >>> late 2021-05/2021-06: IRC meetings >>> >>> As the problem space is savagely wide, I've started a collection of >>> documents to assist this workshop : https://github.com/ariard/L2-zoology >>> Still wip, but I'll have them in a good shape at agenda publication, >>> with reading suggestions and open questions to structure discussions. >>> Also working on transaction pinning and mempool partitions attacks >>> simulations. >>> >>> If L2s security/p2p/mempool is your jam, feel free to get involved :) >>> >>> Cheers, >>> Antoine >>> >>> [0] For e.g see optech section on transaction pinning attacks : >>> https://bitcoinops.org/en/topics/transaction-pinning/ >>> [1] >>> https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2020-September/018168.html >>> [2] Lack of reference tooling make it easier to have bug slip in like >>> https://lists.linuxfoundation.org/pipermail/lightning-dev/2020-October/002858.html >>> _______________________________________________ >>> Lightning-dev mailing list >>> Lightning-dev@lists.linuxfoundation.org >>> https://lists.linuxfoundation.org/mailman/listinfo/lightning-dev >>> >> _______________________________________________ > Lightning-dev mailing list > Lightning-dev@lists.linuxfoundation.org > https://lists.linuxfoundation.org/mailman/listinfo/lightning-dev > [-- Attachment #2: Type: text/html, Size: 7727 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [bitcoin-dev] L2s Onchain Support IRC Workshop 2021-04-23 15:11 [bitcoin-dev] L2s Onchain Support IRC Workshop Antoine Riard 2021-04-23 15:25 ` [bitcoin-dev] [Lightning-dev] " Jeremy @ 2021-04-26 23:06 ` Gloria Zhao 2021-04-27 14:54 ` Antoine Riard 1 sibling, 1 reply; 6+ messages in thread From: Gloria Zhao @ 2021-04-26 23:06 UTC (permalink / raw) To: Antoine Riard, Bitcoin Protocol Discussion [-- Attachment #1: Type: text/plain, Size: 6097 bytes --] Hi Antoine, Thanks for initiating this! I'm interested in joining. Since I mostly live in L1, my primary goal is to understand what simplest version of package relay would be sufficient to support transaction relay assumptions made by L2 applications. For example, if a parent + child package covers the vast majority of cases and a package limit of 2 is considered acceptable, that could simplify things quite a bit. A small note - I believe package relay and sponsorship (or other fee-bumping primitive) should be separate discussions. Re: L2-zoology... In general, for the purpose of creating a stable API / set of assumptions between layers, I'd like to be as concrete as possible. Speaking for myself, if I'm TDDing for a specific L2 attack, I need test vectors. A simple description of mempool contents + p2p messages sent is fine, but pubkeys + transaction hex would be appreciated because we don't (and probably shouldn't, for the purpose of maintainability) have a lot of tooling to build L2 transactions in Bitcoin Core. In the other direction, it's hard to make any guarantees given the complexity of mempool policy, but perhaps it could be helpful to expose a configurable RPC (e.g. #21413 <https://github.com/bitcoin/bitcoin/pull/21413>) to test a range of scenarios? Anyway, looking forward to discussions :) Best, Gloria On Fri, Apr 23, 2021 at 8:51 AM Antoine Riard via bitcoin-dev < bitcoin-dev@lists.linuxfoundation.org> wrote: > Hi, > > During the lastest years, tx-relay and mempool acceptances rules of the > base layer have been sources of major security and operational concerns for > Lightning and other Bitcoin second-layers [0]. I think those areas require > significant improvements to ease design and deployment of higher Bitcoin > layers and I believe this opinion is shared among the L2 dev community. In > order to make advancements, it has been discussed a few times in the last > months to organize in-person workshops to discuss those issues with the > presence of both L1/L2 devs to make exchange fruitful. > > Unfortunately, I don't think we'll be able to organize such in-person > workshops this year (because you know travel is hard those days...) As a > substitution, I'm proposing a series of one or more irc meetings. That > said, this substitution has the happy benefit to gather far more folks > interested by those issues that you can fit in a room. > > # Scope > > I would like to propose the following 4 items as topics of discussion. > > 1) Package relay design or another generic L2 fee-bumping primitive like > sponsorship [0]. IMHO, this primitive should at least solve mempools spikes > making obsolete propagation of transactions with pre-signed feerate, solve > pinning attacks compromising Lightning/multi-party contract protocol > safety, offer an usable and stable API to L2 software stack, stay > compatible with miner and full-node operators incentives and obviously > minimize CPU/memory DoS vectors. > > 2) Deprecation of opt-in RBF toward full-rbf. Opt-in RBF makes it trivial > for an attacker to partition network mempools in divergent subsets and from > then launch advanced security or privacy attacks against a Lightning node. > Note, it might also be a concern for bandwidth bleeding attacks against L1 > nodes. > > 3) Guidelines about coordinated cross-layers security disclosures. > Mitigating a security issue around tx-relay or the mempool in Core might > have harmful implications for downstream projects. Ideally, L2 projects > maintainers should be ready to upgrade their protocols in emergency in > coordination with base layers developers. > > 4) Guidelines about L2 protocols onchain security design. Currently > deployed like Lightning are making a bunch of assumptions on tx-relay and > mempool acceptances rules. Those rules are non-normative, non-reliable and > lack documentation. Further, they're devoid of tooling to enforce them at > runtime [2]. IMHO, it could be preferable to identify a subset of them on > which second-layers protocols can do assumptions without encroaching too > much on nodes's policy realm or making the base layer development in those > areas too cumbersome. > > I'm aware that some folks are interested in other topics such as extension > of Core's mempools package limits or better pricing of RBF replacement. So > l propose a 2-week concertation period to submit other topics related to > tx-relay or mempools improvements towards L2s before to propose a finalized > scope and agenda. > > # Goals > > 1) Reaching technical consensus. > 2) Reaching technical consensus, before seeking community consensus as it > likely has ecosystem-wide implications. > 3) Establishing a security incident response policy which can be applied > by dev teams in the future. > 4) Establishing a philosophy design and associated documentations (BIPs, > best practices, ...) > > # Timeline > > 2021-04-23: Start of concertation period > 2021-05-07: End of concertation period > 2021-05-10: Proposition of workshop agenda and schedule > late 2021-05/2021-06: IRC meetings > > As the problem space is savagely wide, I've started a collection of > documents to assist this workshop : https://github.com/ariard/L2-zoology > Still wip, but I'll have them in a good shape at agenda publication, with > reading suggestions and open questions to structure discussions. > Also working on transaction pinning and mempool partitions attacks > simulations. > > If L2s security/p2p/mempool is your jam, feel free to get involved :) > > Cheers, > Antoine > > [0] For e.g see optech section on transaction pinning attacks : > https://bitcoinops.org/en/topics/transaction-pinning/ > [1] > https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2020-September/018168.html > [2] Lack of reference tooling make it easier to have bug slip in like > https://lists.linuxfoundation.org/pipermail/lightning-dev/2020-October/002858.html > _______________________________________________ > bitcoin-dev mailing list > bitcoin-dev@lists.linuxfoundation.org > https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev > [-- Attachment #2: Type: text/html, Size: 7204 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [bitcoin-dev] L2s Onchain Support IRC Workshop 2021-04-26 23:06 ` [bitcoin-dev] " Gloria Zhao @ 2021-04-27 14:54 ` Antoine Riard 0 siblings, 0 replies; 6+ messages in thread From: Antoine Riard @ 2021-04-27 14:54 UTC (permalink / raw) To: Gloria Zhao; +Cc: Bitcoin Protocol Discussion [-- Attachment #1: Type: text/plain, Size: 9698 bytes --] Hi Gloria, Thanks for your interest in joining. > A small note - I believe package relay and sponsorship (or other > fee-bumping primitive) should be separate discussions. Here my thinking on the question, ideally we would have one generic fee-bumping primitive suiting any contracting protocol or Bitcoin applications onchain requirements. In the future, that would avoid the mempool and transaction relay rules being lobbied by any L2 community to add support for their specific onchain desiratas. Of course, L2 communities are always able to deploy their own overlay infrastructure but at the price of losing the censorship-resistance guarantees of the current base layer p2p network. Further, we already have concerns of competing onchain requirements between Bitcoin merchants and Lightning protocol dev about RBF. IMO, full-rbf will harden LN against some state-of-art attacks but at same time make it easier to double-spend merchants. How do we arbiter between categories of users requirements ? I don't know, best is to have an open discussion about it ? Back to package relay, I also think that's the easiest candidate to deploy because it doesn't rely on any consensus change. What I'm concerned about is one package relay design working fine for the vast majority of cases but irrelevant or broken to address adversarial settings. Even more, it might work fine for LN but not at all for more fancy protocols still on the whiteboard like op_ctv-style congestion tree. Though in many cases it is better to adopt an almost complete solution now, rather than to wait until a perfect solution can be found. Likely, the best we can do is keep design modular, version everything and be ready to deploy multiple versions of package relay in the coming years as our knowledge in those areas improves. > Re: L2-zoology... In general, for the purpose of creating a stable API / > set of assumptions between layers, I'd like to be as concrete as possible. > Speaking for myself, if I'm TDDing for a specific L2 attack, I need test > vectors. A simple description of mempool contents + p2p messages sent is > fine, but pubkeys + transaction hex would be appreciated because we don't > (and probably shouldn't, for the purpose of maintainability) have a lot of > tooling to build L2 transactions in Bitcoin Core. In the other direction, > it's hard to make any guarantees given the complexity of mempool policy, > but perhaps it could be helpful to expose a configurable RPC (e.g. #21413 > <https://github.com/bitcoin/bitcoin/pull/21413>) to test a range of > scenarios? We're aligned here, I'd like to be as concrete as possible too. As a L1/L2 dev, I've just a bunch of questions and don't pretend to have clear answers for each of them yet nor I think those answers will be the best ones. So maybe the first step is just tracking and explaining problems better, hopefully avoiding to waste too much engineering hours on could-be-enhanced solutions ? Actively working on better demonstrations and will share them soon. That said, anyone interested in improving their own understanding in those areas are free to make their own investigations :) Cheers, Antoine Le lun. 26 avr. 2021 à 19:06, Gloria Zhao <gloriajzhao@gmail.com> a écrit : > Hi Antoine, > > Thanks for initiating this! I'm interested in joining. Since I mostly live > in L1, my primary goal is to understand what simplest version of package > relay would be sufficient to support transaction relay assumptions made by > L2 applications. For example, if a parent + child package covers the vast > majority of cases and a package limit of 2 is considered acceptable, that > could simplify things quite a bit. > > A small note - I believe package relay and sponsorship (or other > fee-bumping primitive) should be separate discussions. > > Re: L2-zoology... In general, for the purpose of creating a stable API / > set of assumptions between layers, I'd like to be as concrete as possible. > Speaking for myself, if I'm TDDing for a specific L2 attack, I need test > vectors. A simple description of mempool contents + p2p messages sent is > fine, but pubkeys + transaction hex would be appreciated because we don't > (and probably shouldn't, for the purpose of maintainability) have a lot of > tooling to build L2 transactions in Bitcoin Core. In the other direction, > it's hard to make any guarantees given the complexity of mempool policy, > but perhaps it could be helpful to expose a configurable RPC (e.g. #21413 > <https://github.com/bitcoin/bitcoin/pull/21413>) to test a range of > scenarios? > > Anyway, looking forward to discussions :) > > Best, > Gloria > > On Fri, Apr 23, 2021 at 8:51 AM Antoine Riard via bitcoin-dev < > bitcoin-dev@lists.linuxfoundation.org> wrote: > >> Hi, >> >> During the lastest years, tx-relay and mempool acceptances rules of the >> base layer have been sources of major security and operational concerns for >> Lightning and other Bitcoin second-layers [0]. I think those areas require >> significant improvements to ease design and deployment of higher Bitcoin >> layers and I believe this opinion is shared among the L2 dev community. In >> order to make advancements, it has been discussed a few times in the last >> months to organize in-person workshops to discuss those issues with the >> presence of both L1/L2 devs to make exchange fruitful. >> >> Unfortunately, I don't think we'll be able to organize such in-person >> workshops this year (because you know travel is hard those days...) As a >> substitution, I'm proposing a series of one or more irc meetings. That >> said, this substitution has the happy benefit to gather far more folks >> interested by those issues that you can fit in a room. >> >> # Scope >> >> I would like to propose the following 4 items as topics of discussion. >> >> 1) Package relay design or another generic L2 fee-bumping primitive like >> sponsorship [0]. IMHO, this primitive should at least solve mempools spikes >> making obsolete propagation of transactions with pre-signed feerate, solve >> pinning attacks compromising Lightning/multi-party contract protocol >> safety, offer an usable and stable API to L2 software stack, stay >> compatible with miner and full-node operators incentives and obviously >> minimize CPU/memory DoS vectors. >> >> 2) Deprecation of opt-in RBF toward full-rbf. Opt-in RBF makes it trivial >> for an attacker to partition network mempools in divergent subsets and from >> then launch advanced security or privacy attacks against a Lightning node. >> Note, it might also be a concern for bandwidth bleeding attacks against L1 >> nodes. >> >> 3) Guidelines about coordinated cross-layers security disclosures. >> Mitigating a security issue around tx-relay or the mempool in Core might >> have harmful implications for downstream projects. Ideally, L2 projects >> maintainers should be ready to upgrade their protocols in emergency in >> coordination with base layers developers. >> >> 4) Guidelines about L2 protocols onchain security design. Currently >> deployed like Lightning are making a bunch of assumptions on tx-relay and >> mempool acceptances rules. Those rules are non-normative, non-reliable and >> lack documentation. Further, they're devoid of tooling to enforce them at >> runtime [2]. IMHO, it could be preferable to identify a subset of them on >> which second-layers protocols can do assumptions without encroaching too >> much on nodes's policy realm or making the base layer development in those >> areas too cumbersome. >> >> I'm aware that some folks are interested in other topics such as >> extension of Core's mempools package limits or better pricing of RBF >> replacement. So l propose a 2-week concertation period to submit other >> topics related to tx-relay or mempools improvements towards L2s before to >> propose a finalized scope and agenda. >> >> # Goals >> >> 1) Reaching technical consensus. >> 2) Reaching technical consensus, before seeking community consensus as it >> likely has ecosystem-wide implications. >> 3) Establishing a security incident response policy which can be applied >> by dev teams in the future. >> 4) Establishing a philosophy design and associated documentations (BIPs, >> best practices, ...) >> >> # Timeline >> >> 2021-04-23: Start of concertation period >> 2021-05-07: End of concertation period >> 2021-05-10: Proposition of workshop agenda and schedule >> late 2021-05/2021-06: IRC meetings >> >> As the problem space is savagely wide, I've started a collection of >> documents to assist this workshop : https://github.com/ariard/L2-zoology >> Still wip, but I'll have them in a good shape at agenda publication, with >> reading suggestions and open questions to structure discussions. >> Also working on transaction pinning and mempool partitions attacks >> simulations. >> >> If L2s security/p2p/mempool is your jam, feel free to get involved :) >> >> Cheers, >> Antoine >> >> [0] For e.g see optech section on transaction pinning attacks : >> https://bitcoinops.org/en/topics/transaction-pinning/ >> [1] >> https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2020-September/018168.html >> [2] Lack of reference tooling make it easier to have bug slip in like >> https://lists.linuxfoundation.org/pipermail/lightning-dev/2020-October/002858.html >> _______________________________________________ >> bitcoin-dev mailing list >> bitcoin-dev@lists.linuxfoundation.org >> https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev >> > [-- Attachment #2: Type: text/html, Size: 11036 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2021-04-27 14:54 UTC | newest] Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- 2021-04-23 15:11 [bitcoin-dev] L2s Onchain Support IRC Workshop Antoine Riard 2021-04-23 15:25 ` [bitcoin-dev] [Lightning-dev] " Jeremy 2021-04-23 15:39 ` Antoine Riard 2021-04-23 16:17 ` Bastien TEINTURIER 2021-04-26 23:06 ` [bitcoin-dev] " Gloria Zhao 2021-04-27 14:54 ` Antoine Riard
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox