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

Remove datastore, fetch latest block #928

Open
wants to merge 73 commits into
base: develop
Choose a base branch
from

Conversation

volovyks
Copy link
Collaborator

@volovyks volovyks commented Nov 7, 2024

  • Remove DataStore and all related code
  • Add Redis storage manager for persistent in app data (for now only latest processed block)
  • Do not pass latest block in Terraform, we often forget to update those values, not a good practice
  • Fetch latest block using RPC client and use it or use latest processed block (check the logic for more details)

@volovyks volovyks marked this pull request as ready for review November 8, 2024 19:26
@volovyks
Copy link
Collaborator Author

volovyks commented Nov 8, 2024

@kmaus-near reverted changes in mpc recovery

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.

4 participants