trufflesuite / truffle-migrate

On-chain migrations management
17 stars 17 forks source link

Print transaction hashes during migrations #4

Closed tcoulter closed 7 years ago

tcoulter commented 7 years ago

This solution wraps the provider as well as the resolver to print transaction hashes at the provider level. This should print transaction hashes even if they error, except on the TestRPC (since the TestRPC will return an error directly in the transaction).

screen shot 2017-07-17 at 1 21 29 pm

Fixes trufflesuite/truffle#495.