-
Notifications
You must be signed in to change notification settings - Fork 20.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cmd: implement abidump #19958
cmd: implement abidump #19958
Conversation
@karalabe you requested this once upon a time, over discord... Want it? |
Rebased, let's see what travis thinks of it now |
@@ -0,0 +1,74 @@ | |||
// Copyright 2019 The go-ethereum Authors |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's 2020 now
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
but it wasn't when I wrote the code
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you didn't specify a license when you wrote the code 😁
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* abidump: implement abi dump command * cmd/abidump: add license
* abidump: implement abi dump command * cmd/abidump: add license
This PR implements
abidump
, a utility to parse calldata against the fourbyte directory database.