nimbus-eth1/nimbus/evm/interpreter
Jordan Hrycaj 7490f23124
Silence some compiler gossip -- part 6, evm (#1462)
* Silence some compiler gossip -- part 6, evm

details:
  Adding some missing exception annotation

* Update evmc cases

why:
  were previously missing

* Increase Windows stack needed to run EVMC unit tests

why:
  After annotating functions to trace exceptions some unit tests started
  to fail on Windows without clear error report.

  EVMC works recursively and now there seems to be a stack problem
  reported by the nim compiler. Increasing the NIM stack ass sugessted by
  NIM (using -d:nimCallDepthLimit=###) had some effect but no clear
  solution.

Note that this patch set unrolls some NIM compiler settings
2023-02-14 14:37:21 +00:00
..
op_handlers Silence some compiler gossip -- part 6, evm (#1462) 2023-02-14 14:37:21 +00:00
utils Bump submodules and fix related issues (#1448) 2023-01-27 15:57:48 +01:00
forks_list.md saner source code grouping 2022-12-02 13:51:42 +07:00
forks_list.png saner source code grouping 2022-12-02 13:51:42 +07:00
gas_costs.nim Silence some compiler gossip -- part 6, evm (#1462) 2023-02-14 14:37:21 +00:00
gas_meter.nim saner source code grouping 2022-12-02 13:51:42 +07:00
op_codes.nim Some of Shanghai: EIP-3651, EIP-3855, EIP-3860 (#1406) 2023-01-04 08:11:33 -05:00
op_dispatcher.nim saner source code grouping 2022-12-02 13:51:42 +07:00
op_handlers.nim Some of Shanghai: EIP-3651, EIP-3855, EIP-3860 (#1406) 2023-01-04 08:11:33 -05:00