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

Move eth mapping creation to a background task #4474

Merged
merged 68 commits into from
Jul 17, 2024

Conversation

elmattic
Copy link
Contributor

@elmattic elmattic commented Jul 2, 2024

Summary of changes

Changes introduced in this pull request:

  • Add Ethereum mapping populate task in background
  • Add status to /readyz endpoint
  • Add new subcommand forest-cli healthcheck.
$ curl "http://127.0.0.1:2346/readyz?verbose"
[!] sync incomplete
[!] epoch outdated
[+] rpc server running
[!] no eth mapping

Reference issue to close (if applicable)

Closes

Other information and links

Change checklist

  • I have performed a self-review of my own code,
  • I have made corresponding changes to the documentation,
  • I have added tests that prove my fix is effective or that my feature works (if possible),
  • I have made sure the CHANGELOG is up-to-date. All user-facing changes should be reflected in this document.

@elmattic elmattic changed the title Move eth mapping populate to a background task Move eth mapping creation to a background task Jul 2, 2024
@hanabi1224
Copy link
Contributor

I believe Calibnet eth mapping check CI task needs to be re-enabled

@elmattic
Copy link
Contributor Author

elmattic commented Jul 15, 2024

I believe Calibnet eth mapping check CI task needs to be re-enabled

Why do you think it should be re-enabled in this PR?

Let's re-enable it here, but we need to merge #4523 before.

src/daemon/db_util.rs Show resolved Hide resolved
@elmattic elmattic enabled auto-merge July 17, 2024 09:32
@elmattic elmattic added this pull request to the merge queue Jul 17, 2024
Merged via the queue into main with commit 195b283 Jul 17, 2024
28 checks passed
@elmattic elmattic deleted the elmattic/eth-mapping-bg-task branch July 17, 2024 09:51
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.

None yet

5 participants