rust-lightning/src
Matt Corallo 8322c756cb Stop checking size > 64KB in serialization
This removes a bunch of potentially new error handling in writers
and the checks were kinda useless anyway - in normal operation we
unwrap()ed anyway, and we're gonna want to use the serializtion
framework for ChannelMonitor/ChannelManager serialization, which
may generate things larger than 64KB anyway.
2018-09-16 14:33:50 -04:00
..
chain Refactor/dont re-enter block_conencted on duplicate watch calls 2018-09-08 02:30:28 +00:00
ln Stop checking size > 64KB in serialization 2018-09-16 14:33:50 -04:00
util Stop checking size > 64KB in serialization 2018-09-16 14:33:50 -04:00
lib.rs Logging interface 2018-08-17 00:01:15 +00:00