nimbus-eth1/nimbus/evm
Jordan Hrycaj 6b9f3c9ac5
Silence compiler gossip after nim upgrade cont1 (#1455)
* Silence some compiler gossip -- part 5, common

details:
  Mostly removing redundant imports and `Defect` tracer after switch
  to nim 1.6

* Silence some compiler gossip -- part 6, db, rpc, utils

details:
  Mostly removing redundant imports and `Defect` tracer after switch
  to nim 1.6

* Silence some compiler gossip -- part 7, randomly collected source files

details:
  Mostly removing redundant imports and `Defect` tracer after switch
  to nim 1.6

* Silence some compiler gossip -- part 8, assorted tests

details:
  Mostly removing redundant imports and `Defect` tracer after switch
  to nim 1.6

* Clique update

why:
  More impossible exceptions (undoes temporary fix from previous PR)
2023-01-31 01:32:17 +00:00
..
interpreter Silence compiler gossip after nim upgrade cont1 (#1455) 2023-01-31 01:32:17 +00:00
async_operations.nim saner source code grouping 2022-12-02 13:51:42 +07:00
blake2b_f.nim saner source code grouping 2022-12-02 13:51:42 +07:00
blscurve.nim saner source code grouping 2022-12-02 13:51:42 +07:00
code_stream.nim saner source code grouping 2022-12-02 13:51:42 +07:00
computation.nim fix t8n does not support BLOCKHASH opcode 2022-12-08 13:20:22 +07:00
evmc_api.nim fix t8n does not support BLOCKHASH opcode 2022-12-08 13:20:22 +07:00
evmc_helpers.nim saner source code grouping 2022-12-02 13:51:42 +07:00
interpreter_dispatch.nim Silence compiler gossip after nim upgrade cont1 (#1455) 2023-01-31 01:32:17 +00:00
map_to_curve_g1.nim saner source code grouping 2022-12-02 13:51:42 +07:00
memory.nim saner source code grouping 2022-12-02 13:51:42 +07:00
message.nim saner source code grouping 2022-12-02 13:51:42 +07:00
nimdoc.cfg saner source code grouping 2022-12-02 13:51:42 +07:00
precompiles.nim cleanup numeric utils and remove unstable rangeToPadded 2022-12-21 18:41:03 +07:00
stack.nim saner source code grouping 2022-12-02 13:51:42 +07:00
state.nim add geth compatibility flag to emvstate tool and transaction tracer 2022-12-14 21:52:43 +07:00
state_transactions.nim remove unused 'refundGas' from evm/state_transactions 2022-12-28 01:45:56 +07:00
transaction_tracer.nim add geth compatibility flag to emvstate tool and transaction tracer 2022-12-14 21:52:43 +07:00
types.nim add geth compatibility flag to emvstate tool and transaction tracer 2022-12-14 21:52:43 +07:00
validation.nim saner source code grouping 2022-12-02 13:51:42 +07:00