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

Support new tokens event indexing using events service #704

Merged
merged 2 commits into from
May 13, 2024

Conversation

James-Mart
Copy link
Member

@James-Mart James-Mart commented May 10, 2024

Tested the event system using the following query, which works:

// To: https://events.psibase.127.0.0.1.sslip.io:8080/sql
SELECT * FROM "history.tokens.transferred" where receiver="alice" ORDER BY ROWID
[
    {
        "tokenId": "1",
        "time": {
            "seconds": 1715629976
        },
        "sender": "symbol",
        "receiver": "alice",
        "amount": {
            "value": "100000000000"
        },
        "memo": "memo"
    }
]

@James-Mart James-Mart marked this pull request as ready for review May 13, 2024 20:25
@Velua Velua merged commit 2ac8d08 into main May 13, 2024
4 checks passed
@Velua Velua deleted the update-tokens-with-new-queries branch May 13, 2024 22:23
@James-Mart James-Mart changed the title support new tokens event indexing using events service Support new tokens event indexing using events service May 31, 2024
@James-Mart James-Mart added the System app Related to system services and their apps/plugins label May 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
System app Related to system services and their apps/plugins
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants