Skip to content

Commit

Permalink
Break codebase into separate pieces
Browse files Browse the repository at this point in the history
In particular, breaks the Contract class into its own file.

This has the benefit of being more modular, allowing subclassing for external modules, as well as saving memory that was previously wasted re-initializing the class on each instance creation.

Fixes ethjs#3.
  • Loading branch information
danfinlay committed Apr 24, 2017
1 parent afa0169 commit 7756f19
Show file tree
Hide file tree
Showing 6 changed files with 111 additions and 7,530 deletions.
Loading

0 comments on commit 7756f19

Please sign in to comment.