dry run the tx and warn if it fails
Open
- Dominant language
- Haskell
- Stars
- 2.1k
- Forks
- 320
- PR merge metrics
- No merged PRs in 30d
Description
Before sending a transaction, run `eth_call` and warn (and possibly prompt the user for confirmation) if the tx will fail
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the transaction-sending path and determine where an eth_call dry run can occur before submission. Check how failures and user confirmation are currently handled; done means a failing transaction produces a warning and, where appropriate, prompts before sending.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- haskell
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100