nimbus-eth2/tests/spec_block_processing
tersec a92276d510
adopt Result[void, string] in place of some bool return signatures (#1275)
* adopt Result[void, string] in place of some bool return signatures

* string -> cstring to reduce memory allocations; ensure all err() strings are constants, with contextual information from higher-level callers

* logScope usage fixes

* homogenize err() reporting convention

* invalid signature in deposit isn't an error
2020-07-03 17:03:14 +00:00
..
test_process_attestation.nim adopt Result[void, string] in place of some bool return signatures (#1275) 2020-07-03 17:03:14 +00:00
test_process_deposits.nim adopt Result[void, string] in place of some bool return signatures (#1275) 2020-07-03 17:03:14 +00:00