ElementsProject / rust-elements

Rust support for Elements transaction/block deserialization
Creative Commons Zero v1.0 Universal
52 stars 33 forks source link

Stop implementing elements::Encodable with bitcoin::Encodable #212

Closed RCasatta closed 3 months ago

RCasatta commented 3 months ago

Following bitcoin versions change io with bitcoin_io, upgrading would then require changing also elements::Encodable to match.

Instead, we are re-implementing what is needed.

Makes #209 easier

RCasatta commented 3 months ago

I think this needs also to copy ReadExt and WriteExt from bitcoin...