ChainSafe / forest

🌲 Rust Filecoin Node Implementation
https://forest.chainsafe.io
Apache License 2.0
632 stars 153 forks source link

Move eth mapping creation to a background task #4474

Closed elmattic closed 2 months ago

elmattic commented 3 months ago

Summary of changes

Changes introduced in this pull request:

$ 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

hanabi1224 commented 2 months ago

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

elmattic commented 2 months ago

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.