-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test with Truffle in CircleCI #8
base: master
Are you sure you want to change the base?
Conversation
9409b58
to
802d78f
Compare
Note, there is no reason to build Hera. One can use the releases: https://github.com/ewasm/hera/releases |
Trying to use the release of hera..
|
Also, issue persists even when not using Docker. |
Of it must be some missing symbol issue. (The new EVMC loader is capable returning proper error messages, but the geth PR is not updated yet.) |
Okay, I think this should be mergeable now that it's in a state where other WRC20 implementations can make use of the tests. I want to add more tests but C is currently failing transfer: wrc20-examples/truffle/test/ERC20.test.js Lines 33 to 43 in 25674c0
This also needs an updated README and probably renaming/cleanup. |
WIP