:warning: The Truffle Suite is being sunset. For information on ongoing support, migration options and FAQs, visit the Consensys blog. Thank you for all the support over the years.
[] I've asked for help in the Truffle Gitter before filing this issue.
Issue
Console output after running truffle migrate --reset only displays the output for .deploy() calls and not deployed contract interaction. The transactions themselves continue to get sent in the background
Steps to Reproduce
Create migrations file
Await deployment of contract
Retrieve deployed contract and interact with it
Run migration
Expected Behavior
View output from both the deployment and the contract interaction
Actual Results
Deployment executes and the Summary with total deployments / cost is shown.. and the interaction goes away and happens in the background. This leads me to believe that the transactions never get sent (without going to check block explorer)
Thanks for bringing this to our attention - it would be really nice to have more detailed output. Adding this right now may be a bit complicated but we'll keep it in mind as a future enhancement!
Issue
Console output after running
truffle migrate --reset
only displays the output for.deploy()
calls and not deployed contract interaction. The transactions themselves continue to get sent in the backgroundSteps to Reproduce
Expected Behavior
Actual Results
Summary
with total deployments / cost is shown.. and the interaction goes away and happens in the background. This leads me to believe that the transactions never get sent (without going to check block explorer)Environment
truffle version
): 5.0.1node --version
): 10.15.0npm --version
): 6.8