0.3 Release
- Updated to bitcoin 0.26 and miniscript 5.0
- RGB Core Library is extracted from LNP/BP Core Library to https://github.com/rgb-org/rgb-core
- LNP Core Library is extracted from LNP/BP Core Library https://github.com/LNP-BP/lnb-core
- Internet2 repo & crates are extracted from LNP/BP Core Library https://github.com/internet-org/rust-internet2
- Bitcoin descriptors wallet repo/crate extracted from LNP/BP Core Library to https://github.com/LNP-BP/descriptor-wallet
- Repository split into multiple crates (lnpbp, client_side_validation, strict_encoding, strict_encoding_derive)
- Serde encoding fixes (proper use of
serde_as
for wrapped types) - Refactored unified network address format & encodings (inside strict_encoding)
- Refactored deterministic bitcoin commitments (LNPBP-4)