dapple icon indicating copy to clipboard operation
dapple copied to clipboard

Deploy contracts that use libraries

Open kenshyx opened this issue 8 years ago • 0 comments

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.

kenshyx avatar Nov 02 '16 19:11 kenshyx