rust-bitcoin-unsafe-fast/src
Matt Corallo fe917765c0 Drop message decode max length to 4_000_000
It has been a long time since Bitcoin's maximum network message
length was 32MB, so we should follow suit. This is also an important
DoS limit, so we should limit it as much as possible.
2019-11-06 16:29:21 -05:00
..
blockdata Fix incorrect documentation for is_p2pk(...) (#331) 2019-09-21 13:33:44 +02:00
consensus Drop message decode max length to 4_000_000 2019-11-06 16:29:21 -05:00
network Add reject message (#323) 2019-09-30 14:52:19 +00:00
util upgrade to secp256k1 0.15 and bitcoinconsensus 0.17 2019-08-21 19:04:40 +02:00
internal_macros.rs Rename bitcoin_hashes dependency to hashes 2019-08-16 15:52:27 +01:00
lib.rs Deny unused imports and remove unneeded 2019-08-19 13:29:43 -04:00
test_macros.rs Remove Decimal and replace strason with serde_json 2019-06-13 18:29:16 +01:00