dapphub / dapphub/dapptools

Throw error with seth 4byte if no matching signatures

Open
#794 0 comments 1 reaction 0 assignees View on GitHub
Dominant language
Haskell
Stars
2.1k
Forks
320
PR merge metrics
No merged PRs in 30d

Description

right now if you search up a 4byte sig with no matches the command just succeeds but returns nothing:

```
❯ seth 4byte 0xd0a164fb
```

can see why with verbose:

```
❯ seth 4byte 0xd0a164fb -v
{
"count": 0,
"next": null,
"previous": null,
"results": []
}
```

it should show an error message and exit with an error code like `1` if no results are found instead

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.