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

New Hook useEvents to fetch past events #50

Open
peetzweg opened this issue Apr 12, 2023 · 2 comments
Open

New Hook useEvents to fetch past events #50

peetzweg opened this issue Apr 12, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@peetzweg
Copy link
Collaborator

As a User I want to fetch events which occurred in the past blocks for the given contract.

@peetzweg peetzweg added the enhancement New feature or request label Apr 12, 2023
@peetzweg peetzweg added this to the v1.0 milestone Apr 12, 2023
@DoubleOTheven
Copy link
Contributor

I currently have useEvents, which will subscribe to a contract's events. I think for the feature mentioned above we can do useEventsAt(contract, startBlock, endBlock) if it is possible to get events from block ranges via apiPromise

@DoubleOTheven DoubleOTheven mentioned this issue Apr 16, 2023
4 tasks
@DoubleOTheven
Copy link
Contributor

@peetzweg I think we should remove this task for the v 1.0.0 milestone. We can add it for 1.1.0. What do you think?

@DoubleOTheven DoubleOTheven removed this from the v1.0.0 milestone May 2, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants