Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Anchor Events #16

Open
hjchan opened this issue Feb 28, 2023 · 4 comments
Open

Add support for Anchor Events #16

hjchan opened this issue Feb 28, 2023 · 4 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@hjchan
Copy link

hjchan commented Feb 28, 2023

It is important to track historical data such as user past trades, daily fees, volume and etc.

@mzs-dev
Copy link

mzs-dev commented Mar 2, 2023

Need not be done programatically, can be fetched from historc data/logs from the client

@askibin
Copy link
Owner

askibin commented Mar 5, 2023

protocols usually don't track historical data per user as it will require maintaining an ever-growing PDA. But let me know if you think something is missing in protocol-wide stats.

@hjchan
Copy link
Author

hjchan commented Mar 5, 2023

ya, I think it shouldn't track historical using an ever-growing PDA but we should add anchor events, user trades for example, so protocols able to query the events easily and store them off-chain

@askibin
Copy link
Owner

askibin commented Mar 7, 2023

yeah, that's not a bad idea, feel free to contribute!

@askibin askibin changed the title Event Add support for Anchor Events Mar 18, 2023
@askibin askibin added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Mar 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants