oasislabs / e2e-tests

DEPRECATED.
Apache License 2.0
0 stars 1 forks source link

Replace mantle bytecode paths with oasis.workspace #118

Closed armaniferrante closed 5 years ago

armaniferrante commented 5 years ago

Now that we have oasis.workspace we should replace all hardcoded paths with it, e.g., https://github.com/oasislabs/e2e-tests/blob/master/test/7_test_failures.js#L10.

armaniferrante commented 5 years ago

We should do this in the next sprint so that we can run the e2e-tests without hardcoding the path to the bytecode (which is very much needed for local testing).

armaniferrante commented 5 years ago

Done.