grin/servers
hashmap 94732b0d58
Return Result from methods of ChainAdapter (#2722)
Most of the methods return nothing or bool which is used to decide if a
sender of a message should be banned or not. However underlying chain
implementation may fail so we need a way to reflect this fact in API.

Also it allows to reduce number of unwraps and makes the code more robust.
2019-04-08 22:13:28 +02:00
..
src Return Result from methods of ChainAdapter (#2722) 2019-04-08 22:13:28 +02:00
tests Reduce number of unwraps in servers crate (#2707) 2019-03-31 23:24:11 +02:00
Cargo.toml Bump version to 1.0.3 2019-04-02 16:29:18 +00:00