2 Commits

Author SHA1 Message Date
Jordan Hrycaj
51587208b4 verifying new op handler tables layout against original tables
why:
  the previous approach was replacing the function-lets in
  opcode_impl.nim by the particulate table handlers. the test
  functions will verify the the handler functions are sort of
  correct but not the assignments in the fork tables.

  the handler names of old and new for tables are checked here.

caveat:
  verifying tables currently takes a while at compile time.
2021-04-28 15:24:14 +03:00
Jordan Hrycaj
1bdbfda37f re-integrated/added Create and Create2 handlers 2021-04-28 15:24:14 +03:00