Skip to content

Latest commit

 

History

History
88 lines (76 loc) · 4.47 KB

2020-10-07-agenda.md

File metadata and controls

88 lines (76 loc) · 4.47 KB

Dev call 7 Oct 2020

Roadmap

  • New release roadmap: #29
  • Explanation of the relations between LNP/BP Core lib and RGB Node/SDK
  • RGB Core roadmap #26
  • RGB LN roadmap #27
  • RGBv1 and what it means #28

Releases

Decisions discussed throught the week & implemented

Finalization of the decisions

  • LN asset naming & divisions
  • LNPBP-1 & 2 refactoring: keyset commitments:
  • PSBT custom keys: one removed (fee), the second one, keeping tweaking factor is replaced with non-proprietary; which is planned to be added to BIP-174 standard
  • Universal protocol for node oprations (RGB, LNP, Bifrost ...): node ids, compatible messaging system & message ids (see details in last call agenda) LNP-BP/LNPBPs#55
  • UDP hole punchng discussion results LNP-BP/LNPBPs#39

Protocol future

  • NFT transfers in generalized LN with channel factories
  • Sign to contract instead of pay to contract commitments LNP-BP/LNPBPs#65
  • MW-like Pedensen commitment aggregation for the historical data LNP-BP/LNPBPs#57
  • Merge-mined chain allowing excellend scalability with single-key-per-block concept

Related updates from other projects

  • Proposals (first, second) for onion messaging BOLT extensions from Rusty Russel for new extenstions allowing non-payment (i.e. generic) messaging.
  • Simplicity WIP branch in elements/liquid beta
  • Schnorr signature implementation PR for rust-secp256k1 by Tibo from Digital garage.