Skip to content
This repository has been archived by the owner on Mar 17, 2024. It is now read-only.

Deployments report not showing up (Truffle migrations) #238

Closed
shinsuny opened this issue Feb 5, 2021 · 5 comments
Closed

Deployments report not showing up (Truffle migrations) #238

shinsuny opened this issue Feb 5, 2021 · 5 comments
Labels

Comments

@shinsuny
Copy link

shinsuny commented Feb 5, 2021

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 !!

@cgewecke
Copy link
Owner

cgewecke commented Feb 5, 2021

Ah! Very sorry, this is a bug introduced in 0.2.19. Thanks for reporting.

If you downgrade to 0.2.18 deployment data from migrations should show up in the report.

@cgewecke cgewecke changed the title Deployments report not showing up Deployments report not showing up (Truffle migrations) Feb 5, 2021
@shinsuny
Copy link
Author

shinsuny commented Feb 8, 2021

@cgewecke
It works like charm on 0.2.18.
Thanks for great work!!

where can i track this bug, so in order to upgrade to the latest version when fixed?

@cgewecke cgewecke added the bug label Feb 8, 2021
@cgewecke
Copy link
Owner

cgewecke commented 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.

@cgewecke
Copy link
Owner

Should be fixed in the latest version: 0.2.21

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

@shinsuny
Copy link
Author

@cgewecke
Yes its working on: [email protected]
Thanks !!

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

No branches or pull requests

2 participants