question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Deployments report not showing up (Truffle migrations)

See original GitHub issue

truffle-config.js:

  mocha: {
    reporter: 'eth-gas-reporter',
    reporterOptions : {
      'currency': 'JPY'
    }
  },

truffle version:

Truffle v5.1.63 (core: 5.1.63)
Solidity - 0.7.6 (solc-js)
Node v14.15.4
Web3.js v1.2.9

I could see Methods report with correct values but Deployments reports does not shows up.

I am on "eth-gas-reporter": "^0.2.20", "ganache-cli": "^6.12.2",

how could I fix this? Thanks !!

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
cgeweckecommented, Feb 17, 2021

Should be fixed in the latest version: 0.2.21

Please just lmk if you’re still seeing problems with this.

1reaction
cgeweckecommented, Feb 8, 2021

@sarveshwar-singh Oh good.

I will close this issue when I publish the fix - you should get a notification from Github via email since you opened it.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Deployment of ERC777 with Truffle Migrations doesn't work.
There are several issues here: 1: ERC777 fails to deploy, but does not communicate to the user the reason why it failed. No...
Read more >
Contract has not been not deployed to detected network
The problem seems to be related to a bug report filed on github: https://github.com/trufflesuite/truffle/issues/573.
Read more >
ohmyzsh: command not found: truffle | unable to migrate via ...
, yet, whenever I run the truffle migration (ie truffle migrate --reset --network rinkeby ), the terminal output reports it as unfound (ie...
Read more >
Truffle migrate not deploying contract | Edureka Community
When you run truffle migrate it shows that network is up-to-date and so the changed contract is not getting deployed.
Read more >
Migrating from Truffle to Buidler - Solidity developer
Use the command npx buidler test to run tests via Buidler. Stack traces will now be shown within your contracts. And you may...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found