nimbus-eth1/nimbus/vm2/interpreter/op_handlers
Jordan Hrycaj 9b70ab5f8f update handler prototype using call-by-reference argument
why:
  this allows for passing back information which can eventually be
  used for reducing use of exceptions

caveat:
  call/create currently needs to un-capture the call-by-reference
  (wrapper) argument using the Computation reference inside
2021-04-28 15:24:14 +03:00
..
oph_arithmetic.nim update handler prototype using call-by-reference argument 2021-04-28 15:24:14 +03:00
oph_blockdata.nim update handler prototype using call-by-reference argument 2021-04-28 15:24:14 +03:00
oph_call.nim update handler prototype using call-by-reference argument 2021-04-28 15:24:14 +03:00
oph_create.nim update handler prototype using call-by-reference argument 2021-04-28 15:24:14 +03:00
oph_defs.nim update handler prototype using call-by-reference argument 2021-04-28 15:24:14 +03:00
oph_dup.nim update handler prototype using call-by-reference argument 2021-04-28 15:24:14 +03:00
oph_envinfo.nim update handler prototype using call-by-reference argument 2021-04-28 15:24:14 +03:00
oph_hash.nim update handler prototype using call-by-reference argument 2021-04-28 15:24:14 +03:00
oph_helpers.nim update handler prototype using call-by-reference argument 2021-04-28 15:24:14 +03:00
oph_log.nim update handler prototype using call-by-reference argument 2021-04-28 15:24:14 +03:00
oph_memory.nim update handler prototype using call-by-reference argument 2021-04-28 15:24:14 +03:00
oph_push.nim update handler prototype using call-by-reference argument 2021-04-28 15:24:14 +03:00
oph_swap.nim update handler prototype using call-by-reference argument 2021-04-28 15:24:14 +03:00
oph_sysops.nim update handler prototype using call-by-reference argument 2021-04-28 15:24:14 +03:00