trufflesuite / truffle-migrate

On-chain migrations management
17 stars 17 forks source link

Await the migration really is done #26

Closed jtakalai closed 6 years ago

jtakalai commented 6 years ago

What happens currently: (async) migration awaits for things like smart contract calls, fails, but still the finish() function is called an migration is marked as successful in the blockchain. That's just bad.