Closed hobofan closed 6 years ago
@hobofan I agree that it might be better to provide the truffle versions by the dependencies. I removed it because it was an outdated version I believe.
More than happy to accept PRs to fix this.
More than happy to accept PRs to fix this.
Will do! :)
I've included the updates. Feel free to reopen if you have any issues.
I got this error when following the instructions from the README and running
deploy.sh
. I noticed that the global install of truffle is used to run the migrations. Upgrading to a newer truffle version works, but depending on having the correct truffle version installed globally seems like it would something to break very easily in the future.@hswick Shouldn't
incentive-layer
anddispute-resolution-layer
bring their own truffle versions with them and then use those to run the migrations? I saw that you recently removed the truffle dependency fromincentive-layer
. Is there any specific reason for that?