seth ls or seth send do nothing if default account not found
- Dominant language
- Haskell
- Stars
- 2.1k
- Forks
- 320
- PR merge metrics
- No merged PRs in 30d
Description
**Issue by [rolandkofler](https://github.com/rolandkofler)**
_Sunday Feb 04, 2018 at 12:05 GMT_
_Originally opened as https://github.com/dapphub/seth/issues/33_
----
# actual behavior
if the default address `export ETH_FROM=0x...` is not found seth ls (and many other cmds) simply stop working, and you have to ^C them.
# should
if no valid default account is found an error msg should be thrown and the cmd should exit with an error code.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing `seth ls` and `seth send` with `ETH_FROM` set to an unavailable default account. Trace the `seth` command handling and verify that a missing account produces an error message and a nonzero exit code instead of hanging or requiring interruption.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- haskell
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100