omgnetwork / plasma-mvp

OmiseGO's research implementation of Minimal Viable Plasma
MIT License
561 stars 158 forks source link

Revamp deployer and tests #108

Closed smartcontracts closed 6 years ago

smartcontracts commented 6 years ago

Closes #104

Revamps the deployer in general and adds some docstrings. Tests now compile all contracts once at the start of testing instead of compiling repeatedly. Saves a few seconds off total test time.

DavidKnott commented 6 years ago

Definitely an improvement! LGTM, merging.