Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Support provider.get_contract_logs API #101

Open
antazoey opened this issue Sep 27, 2022 · 0 comments
Open

Support provider.get_contract_logs API #101

antazoey opened this issue Sep 27, 2022 · 0 comments

Comments

@antazoey
Copy link
Member

Overview

Implement the provider method def get_contract_logs(self, log_filter: LogFilter) -> Iterator[ContractLog]:.

Devnet supports the starknet_getEvents RPC request.
Live networks will require a full node client (#76)

Specification

https://github.com/starkware-libs/starknet-specs/blob/v0.1.0/api/starknet_api_openrpc.json#L571-L626

Dependencies

Include links to any open issues that must be resolved before this feature can be implemented.

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

No branches or pull requests

1 participant