mirror of
https://github.com/codex-storage/nim-codex.git
synced 2025-02-19 16:24:32 +00:00
change return type for `method getBlock` from `Future[?!(?Block)]` to `Future[?!Block]` also make some logic and error handling/messages more consistent across BlockStore implementations closes #177 closes #182