rust-bitcoin-unsafe-fast/src
Steven Roose a8f2faf96d serde_utils: Only use special serialization for human-readable
Non-human-readable serialization (binary) doesn't need hexification.
2020-12-30 16:32:52 +01:00
..
blockdata Replace serde_struct_impl with derive-based impls 2020-12-30 16:32:52 +01:00
consensus Make Inventory and NetworkMessage enums exhaustive 2020-12-21 12:04:26 +00:00
network Make Inventory and NetworkMessage enums exhaustive 2020-12-21 12:04:26 +00:00
util psbt: Serialize maps with byte values using hex 2020-12-30 16:32:52 +01:00
hash_types.rs Implement new FilterHeader type to differentiate from FilterHash 2020-10-10 20:38:10 +01:00
internal_macros.rs Replace serde_struct_impl with derive-based impls 2020-12-30 16:32:52 +01:00
lib.rs Add serde_utils module to fix JSON serialization 2020-12-30 16:32:52 +01:00
serde_utils.rs serde_utils: Only use special serialization for human-readable 2020-12-30 16:32:52 +01:00
test_macros.rs Remove Decimal and replace strason with serde_json 2019-06-13 18:29:16 +01:00