rust-bitcoin/src
kiminuo 9e223988fa Improve fmt::Debug for network/Address
Original output:

  "Address {services: ServiceFlags(9), address: [0, 0, 0, 0, 0, 65535, 2560, 1], port: 8333}"

New output:

  * for IPv4: "Address {services: ServiceFlags(NETWORK|WITNESS), address: 10.0.0.1, port: 8333}"
  * for IPv6: "Address {services: ServiceFlags(NETWORK_LIMITED), address: fd87:d87e:eb43::ffff:a00:1, port: 8333}"
2020-01-07 12:30:47 +01:00
..
blockdata Multiple fixes for hash types and their computing 2020-01-01 13:54:23 +01:00
consensus Multiple fixes for hash types and their computing 2020-01-01 13:54:23 +01:00
network Improve fmt::Debug for network/Address 2020-01-07 12:30:47 +01:00
util Multiple fixes for hash types and their computing 2020-01-01 13:54:23 +01:00
hash_types.rs Multiple fixes for hash types and their computing 2020-01-01 13:54:23 +01:00
internal_macros.rs New hash types: MerkleRoot/Branch, WitnessCommit, SigHash, FilterHash 2020-01-01 13:50:17 +01:00
lib.rs New hash types: MerkleRoot/Branch, WitnessCommit, SigHash, FilterHash 2020-01-01 13:50:17 +01:00
test_macros.rs Remove Decimal and replace strason with serde_json 2019-06-13 18:29:16 +01:00