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

Optimize update_api_cache #703

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

shaitao
Copy link
Contributor

@shaitao shaitao commented Nov 7, 2022

  • make sure that you have executed all the following process and no errors occur

    • make fmt
    • make lint
    • make test
  • The major changes of this PR

We found that check_lost_data within update_api_cache costs too much time, this may block the network, I optimize the update_api_cache, move check_lost_data in a single thread to run.

  • The major impacts of this PR

    • Impact WASM?
    • Impact Web3 API?
    • Impact mainnet data compatibility?
  • Extra documentations

@shaitao shaitao force-pushed the feat-optimize-api-cache branch from 57327de to a56ed0c Compare November 7, 2022 07:08
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.

1 participant