-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Implement contract events (LOG) API #421
Comments
I'm trying to capture contract events. Is there a sample of how to do it with JSON RPC now? |
Anyone working on this? I could give this a try (once Morden is working again). |
What would be great is a way to supply the ABI and parse into something like a |
I was thinking more high level. Then something as simple to use as an Iterable interface, perhaps? T can be whatever internal datatype we get from API. Avoids overhead in converting data. |
I've done something about that on github.com/adridadou/eth-contract-api |
PR #984 |
We are lacking of convenient LOG tracking API. It is currently implemented as JSON RPC filters, but we need to add this as Java API
The text was updated successfully, but these errors were encountered: