nim-codex/tests/codex/blockexchange
Michael Bradley, Jr 3d823dcbc6 [stores] update getBlock return type
change return type for `method getBlock` from `Future[?!(?Block)]` to
`Future[?!Block]`

use `type BlockNotFoundError = object of CodexError` to differentiate between
"block not found in the store" and other errors

also make some logic and error handling/messages more consistent across
BlockStore implementations

closes #177
closes #182
closes #210

alternative to #205, #209
2022-08-22 20:52:51 -05:00
..
discovery WIP: Harmonize BlockStore API (remaining functions) (#123) (#130) 2022-07-28 03:39:17 +03:00
engine [stores] update getBlock return type 2022-08-22 20:52:51 -05:00
protobuf reorg engine directory structure (#104) 2022-05-19 16:28:53 -06:00
testdiscovery.nim reorg engine directory structure (#104) 2022-05-19 16:28:53 -06:00
testengine.nim reorg engine directory structure (#104) 2022-05-19 16:28:53 -06:00
testnetwork.nim Add limits for inflight requests (#169) 2022-07-29 10:19:34 -06:00
testpeerctxstore.nim reorg engine directory structure (#104) 2022-05-19 16:28:53 -06:00
testprotobuf.nim reorg engine directory structure (#104) 2022-05-19 16:28:53 -06:00