mirror of
https://github.com/status-im/nim-eth.git
synced 2025-01-11 06:46:33 +00:00
41d2d3c991
* Add few missing top level raises Defect in uTP - Add top level {.push raises: [Defect].} - remove some local raises, including some unneeded CatchableErrors. - Don't export messageHandler (avoiding annoying naming collisions) - export utp_router as those connection callbacks are in the API * Add some missing copyright clauses * Some ident and max line length cleanup * Rename utp_discv5_protocol.nim to be more consistent