aionnetwork / aion_fastvm

Aion's FastVM implementation
MIT License
33 stars 15 forks source link

Add integration tests to fastVM #18

Closed aionick closed 6 years ago

aionick commented 6 years ago

This PR branched off from this PR and it should be easier to review once that one is merged. The main test class added by this PR is ContractCreationTest. A few smart contracts were created for the tests and a small modification to the precompiled contracts, adding a simple test contract, was also added to help with the testing.