ape icon indicating copy to clipboard operation
ape copied to clipboard

Expose a query method for ContractEvents

Open johnson2427 opened this issue 2 years ago • 1 comments

Overview

Need to expose a query method for ContractEvents so we can set up the DefaultQueryProvider and CacheQueryProvider to be able to query the provider.

Specification

add .query to ContractEvents and then add to the singledispatch methods created in the query providers.

Dependencies

None

johnson2427 avatar Jul 13 '22 18:07 johnson2427

i made a small plugin here, feel free to borrow the schema https://github.com/banteg/ape-events/blob/main/ape_events/init.py

banteg avatar Jul 22 '22 06:07 banteg

I think we added this in #923

fubuloubu avatar Aug 19 '22 17:08 fubuloubu

I think we added this in #923

Yes, we did. Not sure why this was left out of there

johnson2427 avatar Aug 19 '22 21:08 johnson2427