trufflesuite / truffle

: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.
https://consensys.io/blog/consensys-announces-the-sunset-of-truffle-and-ganache-and-new-hardhat?utm_source=github&utm_medium=referral&utm_campaign=2023_Sep_truffle-sunset-2023_announcement_
MIT License
14.02k stars 2.32k forks source link

truffle migrate output only shows contract deployments, not method calls #1885

Open superduck35 opened 5 years ago

superduck35 commented 5 years ago

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

Expected Behavior

Actual Results

Environment

fainashalts commented 5 years ago

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!