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

Provide indexer store base on SQLite #1088

Merged
merged 8 commits into from
Nov 1, 2023
Merged

Provide indexer store base on SQLite #1088

merged 8 commits into from
Nov 1, 2023

Conversation

baichuan3
Copy link
Collaborator

@baichuan3 baichuan3 commented Oct 31, 2023

Summary

part of #1028

  1. Provide indexer store base on SQLite with indexer config
  2. Define transaction and event models and types
  3. Define transaction and event db schema
  4. Implement part of transaction indexer
  5. Implement part of event indexer

Continue
#1035
#1037

Copy link

vercel bot commented Oct 31, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
rooch ⬜️ Ignored (Inspect) Visit Preview Nov 1, 2023 2:50am

@baichuan3 baichuan3 changed the title Sqlite store Provide indexer store base on SQLite Oct 31, 2023
transaction_type VARCHAR NOT NULL,
sequence_number BIGINT NOT NULL,
multichain_id VARCHAR NOT NULL,
multichain_raw_address BLOB NOT NULL,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Store multichain_raw_address as hex?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

@baichuan3 baichuan3 merged commit d38a7e6 into main Nov 1, 2023
5 checks passed
@baichuan3 baichuan3 deleted the sqlite_store branch November 1, 2023 03:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Indexer] Provide indexer store base on SQLite
2 participants