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
{{ message }}
This repository has been archived by the owner on Jun 11, 2019. It is now read-only.
Hello, I'm trying to deploy my contracts using the new features found here. After many attempts I'm stuck with this error:
TypeError: Cannot read property 'signatures_to_fabi' of undefined
at Expert.from (/usr/lib/node_modules/dapple/node_modules/dapple-script/lib/expert.js:75:32)
at digestDeploy (/usr/lib/node_modules/dapple/node_modules/dapple-script/lib/iface.js:109:8)
at Object.handleReceipt (/usr/lib/node_modules/dapple/node_modules/dapple-script/lib/iface.js:161:9)
at nextTask (/usr/lib/node_modules/dapple/node_modules/async/dist/async.js:5208:14)
at /usr/lib/node_modules/dapple/node_modules/async/dist/async.js:5202:13
at apply (/usr/lib/node_modules/dapple/node_modules/async/dist/async.js:41:25)
at /usr/lib/node_modules/dapple/node_modules/async/dist/async.js:76:12
at /usr/lib/node_modules/dapple/node_modules/async/dist/async.js:988:16
at handleFirstTxReceipt (/usr/lib/node_modules/dapple/node_modules/dapple-core/web3Interface.js:241:16)
at nextTask (/usr/lib/node_modules/dapple/node_modules/async/dist/async.js:5208:14)
When I'm using simple contracts there is no issue deploying them. This problem occurs if the contract uses a library.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello, I'm trying to deploy my contracts using the new features found here. After many attempts I'm stuck with this error:
When I'm using simple contracts there is no issue deploying them. This problem occurs if the contract uses a library.
The text was updated successfully, but these errors were encountered: