nim-codex/tests
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
..
codex [stores] update getBlock return type 2022-08-22 20:52:51 -05:00
contracts Better command line options for Ethereum (#181) 2022-08-09 06:29:06 +02:00
fixtures Node setup (#32) 2022-01-10 09:32:56 -06:00
integration Change every dagger to codex (#102) 2022-05-19 13:56:03 -06:00
ethertest.nim [tests] move ethertest module up one level 2022-05-19 10:38:19 +02:00
examples.nim Subscribe to proof submissions (#83) 2022-04-13 10:41:48 -06:00
nim.cfg Disable logging in tests 2022-04-21 14:04:07 +02:00
testCodex.nim Por serialize (#106) 2022-05-23 23:24:15 -06:00
testCodex.nim.cfg Change every dagger to codex (#102) 2022-05-19 13:56:03 -06:00
testContracts.nim [contracts] Add Clock that synchronizes time with EVM 2022-05-19 10:38:19 +02:00
testContracts.nim.cfg Nimble lock file 2022-04-12 16:59:00 +03:00
testIntegration.nim Better command line options for Ethereum (#181) 2022-08-09 06:29:06 +02:00