LNP/BP standard for Bech32 common encodings #85
Locked
dr-orlovsky
started this conversation in
Proposals
Replies: 2 comments
-
+1 on the idea. We would need a short representation of different data types and bech32 seems like a well-tested choice till now. It also seems the Bitcoin ecosystem will converge on this standard so it makes sense to use them from start. Liked the idea of having different prefix to identify data types easily. Also, the implementation seems good. Would be easy to implement it by |
Beta Was this translation helpful? Give feedback.
0 replies
-
Bech32 standard for LNPBP is rejected. Rationale: LNP-BP/rust-lnpbp#226 Also related: #134 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Bech32 found itself usable for visual representation of binary data and simplicity of their coping. For instance, usecases in LNP/BP software are:
We already use it in representing RGB data ids, debug logging etc. Probably we should structure it as standards for the following cases:
data1...
) encoding arbitrary binary dataid1...
z1..
Current beta reference implementation: https://github.com/LNP-BP/rust-lnpbp/blob/master/src/bech32.rs
Beta Was this translation helpful? Give feedback.
All reactions