Skip to content
This repository has been archived by the owner on Jun 11, 2019. It is now read-only.

Deploy contracts that use libraries #348

Open
kenshyx opened this issue Nov 2, 2016 · 0 comments
Open

Deploy contracts that use libraries #348

kenshyx opened this issue Nov 2, 2016 · 0 comments

Comments

@kenshyx
Copy link

kenshyx commented Nov 2, 2016

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant