This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 814
System Error when running Ganache 2.0.0-beta.2 on darwin #1117
Comments
1 task
Same or similar.
I don't do anything special, only that I mix vyper and solidity code in truffle (although this happens when I open solidity contract built with solc-js 0.5.6). |
Possibly related: https://github.com/trufflesuite/ganache/issues/1169 |
Hey @wysenynja, thanks for opening up the issue! Can you put together a github repo I can clone that I can test with? I'm having difficulty reproducing the issue with the snippets you've attached. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am using
sol-compiler
to build my contracts because it supports mixing versions of solidity.I successfully migrated and ran truffle tests, but ganache crashed when I tried to browse details on the contracts tab in the GUI.
PLATFORM: darwin
GANACHE VERSION: 2.0.0-beta.2
EXCEPTION:
APPLICATION LOG:
My compiler.json:
My truffle-config.js:
sol-compiler-json-truffle.js
The truffle contract I tried to view: https://gist.github.com/WyseNynja/8b481e829796f2b01318f750400c6127
The contracts themselves are built inside a docker container and so the absolute paths are from inside docker and not on my laptop where ganache is running. Maybe that is related?
The text was updated successfully, but these errors were encountered: