Skip to content
This repository has been archived by the owner on Aug 24, 2021. It is now read-only.

Dry run tx before submitting #295

Open
rstormsf opened this issue Jun 28, 2019 · 0 comments
Open

Dry run tx before submitting #295

rstormsf opened this issue Jun 28, 2019 · 0 comments

Comments

@rstormsf
Copy link

Scenario:

  1. Deploy eth contract with fallback revert.
    https://rinkeby.etherscan.io/address/0x059a39f805c36992190499f60381689aecfa9fa3#contracts
  2. Using gnosis's UI, submit a withdraw tx to that address

result:
UI doesn't even try to notify the user that it won't be possible to withdraw to that address.
Issue#2:
when you try to execute the tx, you get the error:

image

Solution:
Try to eth_call to see if the tx will succeed ( dry-run the tx)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant