Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Fix mainnet genesis block indexing #1963

Merged
merged 8 commits into from
Dec 2, 2023

Conversation

sameersubudhi
Copy link
Contributor

@sameersubudhi sameersubudhi commented Dec 2, 2023

What was the problem?

This PR resolves #1962

How was it solved?

  • Add safety checks to ensure that API client healthcheck is only triggered after both the nodes are synced and genesis block is downloaded
  • Use event-based liveness checks only for IPC clients
  • Update the NATS server max payload config
  • Update max_memory limits in pm2 config files

How was it tested?

@sameersubudhi sameersubudhi self-assigned this Dec 2, 2023
Copy link

codecov bot commented Dec 2, 2023

Codecov Report

Merging #1963 (76b6486) into development (46e603c) will not change coverage.
Report is 4 commits behind head on development.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##           development    #1963   +/-   ##
============================================
  Coverage        68.03%   68.03%           
============================================
  Files              299      299           
  Lines             5309     5309           
  Branches           978      978           
============================================
  Hits              3612     3612           
  Misses            1697     1697           

see 3 files with indirect coverage changes

Copy link
Contributor

@nagdahimanshu nagdahimanshu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@sameersubudhi sameersubudhi merged commit d7707e6 into development Dec 2, 2023
8 checks passed
@sameersubudhi sameersubudhi deleted the 1962-fix-mainnet-genesis-block-indexing branch December 2, 2023 17:10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix mainnet genesis block indexing
3 participants