You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
contracts.json used to contain absolute paths because solc was called
with absolute paths. After this commit, contract_manager.py changes the
current directory to the top of raiden_contracts package and calls solc
with relative paths (it even comes back to the previous current
directory).
This fixesraiden-network#430
contracts.json used to contain absolute paths because solc was called
with absolute paths. After this commit, contract_manager.py changes the
current directory to the top of raiden_contracts package and calls solc
with relative paths (it even comes back to the previous current
directory).
This fixesraiden-network#430
Currently, in
contracts.json
we see absolute paths like/home/yh/...
but we we should not.#414 was one attempt to fix this, but in a wrong way. #414 used the working directory of the process, and that caused f16c4e4#r31897816.
The text was updated successfully, but these errors were encountered: