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: added dropped transactions #31

Closed cazala closed 5 years ago

cazala commented 6 years ago

This PR adds a fourth status to the transactions: dropped. Currently we make no difference between failed and dropped transactions so we can't give proper feedback and instructions to the users on what to do (ie. if we knew a transaction was dropped we could point them to retry the transaction with a higher fee).

I added tests for the dropped/failed scenarios

cazala commented 5 years ago

Closed in favor of #32