-
Notifications
You must be signed in to change notification settings - Fork 5
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
Conversation
Abi string | ||
AbiType string | ||
CreatedAt time.Time | ||
UpdatedAt time.Time | ||
DeploymentBlockNumber *uint64 |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lg
Partial refactor of synchronizer.
Add threads and lazy abi loading.
Add progress update.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lg
Required Index migration PR
Deploy lookup (work only with arhive nodes).
Add deploy blocks in jobs table and run ensure selectors for new jobs.
Historical sync all availabel abi under that chain.
Run mixed Blockstorage and RPC synchronizations
Add abi jobs cli.