ethereumjs / ethereumjs-tx

Project is in active development and has been moved to the EthereumJS VM monorepo.
https://github.com/ethereumjs/ethereumjs-vm/tree/master/packages/tx
Mozilla Public License 2.0
779 stars 235 forks source link

I get an error when running truffle migrate command #121

Closed appstoreko closed 5 years ago

appstoreko commented 5 years ago

[root@qssd5-0155 /usr/local/src/my-ico]# truffle migrate Using network 'development'.

Running migration: 2_deploy_contracts.js Deploying OpenchainCoinCrowdsale... ... 0x8dffa459d4f0428f88c5e5f4bd4d1df5743caf3f9a6ae432645e5c1902c41e3e Error encountered, bailing. Network state unknown. Review successful transactions manually. Error: The contract code couldn't be stored, please check your gas amount. at Object.callback (/usr/local/lib/node_modules/truffle/build/webpack:/~/web3/lib/web3/contract.js:147:1) at /usr/local/lib/node_modules/truffle/build/webpack:/~/web3/lib/web3/method.js:142:1 at /usr/local/lib/node_modules/truffle/build/webpack:/~/web3/lib/web3/requestmanager.js:89:1 at /usr/local/lib/node_modules/truffle/build/webpack:/packages/truffle-migrate/index.js:225:1 at /usr/local/lib/node_modules/truffle/build/webpack:/packages/truffle-provider/wrapper.js:134:1 at XMLHttpRequest.request.onreadystatechange (/usr/local/lib/node_modules/truffle/build/webpack:/~/web3/lib/web3/httpprovider.js:128:1) at XMLHttpRequestEventTarget.dispatchEvent (/usr/local/lib/node_modules/truffle/build/webpack:/~/xhr2/lib/xhr2.js:64:1) at XMLHttpRequest._setReadyState (/usr/local/lib/node_modules/truffle/build/webpack:/~/xhr2/lib/xhr2.js:354:1) at XMLHttpRequest._onHttpResponseEnd (/usr/local/lib/node_modules/truffle/build/webpack:/~/xhr2/lib/xhr2.js:509:1) at IncomingMessage. (/usr/local/lib/node_modules/truffle/build/webpack:/~/xhr2/lib/xhr2.js:469:1) at IncomingMessage.emit (events.js:164:20) at endReadableNT (_stream_readable.js:1054:12) at _combinedTickCallback (internal/process/next_tick.js:138:11) at process._tickCallback (internal/process/next_tick.js:180:9)

danjm commented 5 years ago

@appstoreko do you have any specific questions or bugs related to this issue and ethereumjs-tx?

danjm commented 5 years ago

Closing for now due to inactivity. Feel free to open another issue if you are still having problems using this repo