Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add
{.push: raises: [].}
annotation (#158)
In Nim 2.0, `bls_batch_verifier` seems to need `{.push: raises: [].}`. ``` /home/runner/work/nimbus-eth2/nimbus-eth2/nimcache/release/resttest/@m..@svendor@snim-bearssl@sbearssl@scsources@ssrc@[email protected] /home/runner/work/nimbus-eth2/nimbus-eth2/vendor/nim-bearssl/bearssl/abi/../csources/src/codec/enc16be.c /home/runner/work/nimbus-eth2/nimbus-eth2/vendor/nim-blscurve/blscurve/bls_batch_verifier.nim(246, 22) template/generic instantiation of `spawn` from here /home/runner/work/nimbus-eth2/nimbus-eth2/vendor/nim-taskpools/taskpools/taskpools.nim(503, 70) template/generic instantiation of `toTask` from here /home/runner/work/nimbus-eth2/nimbus-eth2/vendor/nim-taskpools/taskpools/tasks.nim(216, 65) template/generic instantiation from here /home/runner/work/nimbus-eth2/nimbus-eth2/vendor/nim-taskpools/taskpools/tasks.nim(119, 20) Error: taskpool_reducePartialPairings(tp_4664066530, contexts_4664066532, start_4664066534, stopEx_4664066536, fut_4664066538) can raise an unlisted exception: Exception ```
- Loading branch information