rust-bitcoin-unsafe-fast/src/blockdata
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
..
block.rs Replace serde_struct_impl with derive-based impls 2020-12-30 16:32:52 +01:00
constants.rs add signet support 2020-09-18 16:32:33 +09:00
mod.rs Fix typos and clarify some comment in blockdata, block, address (#230) 2019-02-04 07:30:41 +01:00
opcodes.rs Remove needless references 2020-03-29 17:15:14 +03:00
script.rs Change the signature of consensus_encode to return io::Error's 2021-01-12 17:39:41 +00:00
transaction.rs Change the signature of consensus_encode to return io::Error's 2021-01-12 17:39:41 +00:00