moonstream-to / moonworm

codegen for crypto degens and other ethereum smart contract toolkit for python
Apache License 2.0
36 stars 7 forks source link

Add ability to parse events from transaction by hash (or receipt) #63

Open zomglings opened 2 years ago

zomglings commented 2 years ago

This will make it easier to work with contracts which fire events with side-effect specifiers (e.g. Terminus Pool IDs).

Currently, moonworm watch functionality only allows us to do this by block. This issue is about being able to inspect events by transaction.