rust-bitcoin-unsafe-fast/src/consensus
Steven Roose 61918dfe81
Change the signature of consensus_encode to return io::Error's
This is instead of encode::Errors because the encoders should
not be allowed to return errors that don't originate in the writer
they are writing into.

This is a part of the method definition that has been relied upon for a
while already.
2021-01-12 17:39:41 +00:00
..
encode.rs Change the signature of consensus_encode to return io::Error's 2021-01-12 17:39:41 +00:00
mod.rs rename Encoder to WriteExt and Decoder to ReadExt 2019-07-11 15:01:38 +00:00
params.rs add signet support 2020-09-18 16:32:33 +09:00