Skip to content
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

Add tx:events method #77

Open
fvictorio opened this issue Jul 2, 2019 · 0 comments
Open

Add tx:events method #77

fvictorio opened this issue Jul 2, 2019 · 0 comments

Comments

@fvictorio
Copy link
Contributor

Add a tx:events method that, given some ABIs and a transaction hash, prints all the emitted events, properly parsed when they belong to one of the given ABIs.

Something we need to define: how are the ABIs passed to the command? One option is to do something like:

eth tx:events --abi abi1 --abi abi2 txHash

This should work, but the question is if we should also include the "known ABIs". I mean: if erc20 and erc721 should be included even if you don't specify them.

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

No branches or pull requests

1 participant