LNP-BP / LNPBPs

LNP/BP standards for bitcoin layer 2 & 3 protocols
https://standards.lnp-bp.org
202 stars 39 forks source link

In RGB genesis encode whole set of chain parameters, not just a network id/genesis hash #58

Closed dr-orlovsky closed 1 year ago

dr-orlovsky commented 3 years ago

RGB genesis must:

This will allow clients to work with arbitrary networks, but change details of chain parameters (like default port numbers) over time without affecting commitments. Detailed chain parameters will work like a hint if the network parameters will be unknown for the client.

PR: https://github.com/LNP-BP/rust-lnpbp/pull/104/commits/cb0f1f517ecf2b4730a36e58b056dbffa779d337

Updt: https://github.com/LNP-BP/rust-lnpbp/issues/114

dr-orlovsky commented 1 year ago

Closing as implemented