grin/servers
hashmap 65c0b1ecad
Fix handling of IO WouldBlock error in Stratum server (#2528)
If WouldBlock error happens Stratum server drops part of a message to
read or write. This PR inroduces a worker's buffer to store partially
read message which will be completed next time. For write the existing
util function is used.
Fixes #2524
2019-02-13 00:16:09 +01:00
..
src Fix handling of IO WouldBlock error in Stratum server (#2528) 2019-02-13 00:16:09 +01:00
tests fix: wallet coin selection respects max_block_weight (#2546) 2019-02-12 15:06:25 -08:00
Cargo.toml bump for v1.0.1 (#2511) 2019-02-01 14:43:18 +00:00