grin/servers/src/common
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
..
adapters.rs Return Result from methods of ChainAdapter (#2722) 2019-04-08 22:13:28 +02:00
stats.rs minor improvement on stratum server log for miner status (#2301) 2019-01-07 07:19:25 +08:00
types.rs Reduce number of unwraps in servers crate (#2707) 2019-03-31 23:24:11 +02:00