decentraland / decentraland-eth

DEPRECATED - Ethereum common helpers for Decentraland
https://decentraland.github.io/decentraland-eth/
Apache License 2.0
15 stars 9 forks source link

feat: better dropped transactions #18

Closed cazala closed 6 years ago

cazala commented 6 years ago

This PR adds an extra argument retriesOnEmpty to .getConfirmedTransaction that allows us to customize the retries of the underlying .waitForCompletion.

Also this PR makes this method throw a different error message when a transaction is dropped than when it fails, to make our lifes easier while debugging and looking thru logs or segment events.