Closed jtakalai closed 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.
finish()
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.