Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

truffle migrateでエラーが発生する #73

Open
toshihiko-okubo opened this issue Mar 24, 2022 · 1 comment
Open

truffle migrateでエラーが発生する #73

toshihiko-okubo opened this issue Mar 24, 2022 · 1 comment
Assignees

Comments

@toshihiko-okubo
Copy link
Member

No description provided.

@toshihiko-okubo toshihiko-okubo self-assigned this Mar 24, 2022
@toshihiko-okubo
Copy link
Member Author

Starting migrations...
======================
> Network name:    'chain_two'
> Network id:      2000
> Block gas limit: 0 (0x0)


1_initial_migration.js
======================

   Replacing 'Migrations'
   ----------------------
   > transaction hash:    0x751a0e78ad15fdb51906e71da17893d6384a05f5128f56c9eda64c59a12febf3
   > Blocks: 0            Seconds: 0
   > contract address:    0xc513e3cD71628E1A74B068d59ED47f79a82c79de
   > block number:        2
   > block timestamp:     1648103490695
   > account:             0x7c36E112dbAeC9D69670833cD0B2CAEf923a8d47
   > balance:             0
   > gas used:            0 (0x0)
   > gas price:           0 gwei
   > value sent:          0 ETH
   > total cost:          0 ETH


   > Saving migration to chain.
   > Saving artifacts
   -------------------------------------
   > Total cost:                   0 ETH


2_deploy_contracts.js
=====================

Error: Returned error: {"jsonrpc":"2.0","error":{"code":-32603,"message":""},"id":36}
    at Object.ErrorResponse (/home/ubuntu/git/datachainlab/iroha-ibc-modules/onchain-module/node_modules/truffle/build/webpack:/node_modules/web3-core-helpers/lib/errors.js:28:1)
    at /home/ubuntu/git/datachainlab/iroha-ibc-modules/onchain-module/node_modules/truffle/build/webpack:/node_modules/web3/node_modules/web3-core-requestmanager/lib/index.js:302:1
    at /home/ubuntu/git/datachainlab/iroha-ibc-modules/onchain-module/node_modules/truffle/build/webpack:/packages/provider/wrapper.js:107:1
    at XMLHttpRequest.request.onreadystatechange (/home/ubuntu/git/datachainlab/iroha-ibc-modules/onchain-module/node_modules/truffle/build/webpack:/node_modules/web3/node_modules/web3-providers-http/lib/index.js:98:1)
    at XMLHttpRequestEventTarget.dispatchEvent (/home/ubuntu/git/datachainlab/iroha-ibc-modules/onchain-module/node_modules/truffle/build/webpack:/node_modules/xhr2-cookies/dist/xml-http-request-event-target.js:34:1)
    at XMLHttpRequest.exports.modules.996763.XMLHttpRequest._setReadyState (/home/ubuntu/git/datachainlab/iroha-ibc-modules/onchain-module/node_modules/truffle/build/webpack:/node_modules/xhr2-cookies/dist/xml-http-request.js:208:1)
    at XMLHttpRequest.exports.modules.996763.XMLHttpRequest._onHttpResponseEnd (/home/ubuntu/git/datachainlab/iroha-ibc-modules/onchain-module/node_modules/truffle/build/webpack:/node_modules/xhr2-cookies/dist/xml-http-request.js:318:1)
    at IncomingMessage.<anonymous> (/home/ubuntu/git/datachainlab/iroha-ibc-modules/onchain-module/node_modules/truffle/build/webpack:/node_modules/xhr2-cookies/dist/xml-http-request.js:289:47)
    at IncomingMessage.emit (node:events:402:35)
    at endReadableNT (node:internal/streams/readable:1343:12)
    at processTicksAndRejections (node:internal/process/task_queues:83:21)
Truffle v5.4.22 (core: 5.4.22)
Node v16.13.1

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

No branches or pull requests

1 participant