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

Historical synchronizer #62

Merged
merged 21 commits into from
Sep 30, 2024
Merged

Historical synchronizer #62

merged 21 commits into from
Sep 30, 2024

Conversation

Andrei-Dolgolev
Copy link
Contributor

@Andrei-Dolgolev Andrei-Dolgolev commented Aug 28, 2024

Required Index migration PR
Deploy lookup (work only with arhive nodes).

index databases index deployment-blocks --chain <chainName>

Add deploy blocks in jobs table and run ensure selectors for new jobs.

Historical sync all availabel abi under that chain.

seer historical-sync --chain game7_testnet

Run mixed Blockstorage and RPC synchronizations

Add abi jobs cli.

seer databases index create-jobs --abi-file <file-path> --address <address> --customer-id <db-id> --jobChain <chain> --user-id <uuid>

Abi string
AbiType string
CreatedAt time.Time
UpdatedAt time.Time
DeploymentBlockNumber *uint64
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we need here pointer (*) maybe better to use as everywhere exact number to avoid divergence with other variables?

Copy link
Contributor

@kompotkot kompotkot left a comment

Choose a reason for hiding this comment

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

lg

Copy link
Contributor

@kompotkot kompotkot left a comment

Choose a reason for hiding this comment

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

lg

@Andrei-Dolgolev Andrei-Dolgolev merged commit 493acb9 into main Sep 30, 2024
1 check failed
@Andrei-Dolgolev Andrei-Dolgolev deleted the historical-synchronizer branch September 30, 2024 14:31
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.

2 participants