Remove strict_encoding dependency #5
Labels
good first issue
Good for newcomers
refactoring
Refactoring of the existing code
upstream
Issues blocked by changes that has to be implemented/accepted at upstream
Milestone
Crates are subjected to be used as a part of wider bitcoin ecosystem and should not be limited to client-side-validation only. Thus, strict encoding implementation for crate-defined types should be done inside
strict_encoding
crate, like it is done forbitcoin
,miniscript
,secp256k1
and other non-client-side-validation projects.The text was updated successfully, but these errors were encountered: