Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Refactor evm Instruction to be a c-like enum (#8914)
Browse files Browse the repository at this point in the history
* Add a basic instruction c-like enum

* Fix all compiling errors

* Fix tests

* Access instruction info as a Instruction impl

* Use macro to avoid duplication in from_u8

* Use single space instead of multiple tabs to avoid formatting issue

* Fix evmbin compile

* typo: indentation

* Use if let to remove an expect

* Address grumbles
  • Loading branch information
sorpaas authored and 5chdn committed Jun 27, 2018
1 parent 19a6725 commit 0bed597
Show file tree
Hide file tree
Showing 7 changed files with 663 additions and 617 deletions.
Loading

0 comments on commit 0bed597

Please sign in to comment.