You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ENSRainbow config data model includes a field for the total count of rainbow records.
We could make ENSRainbow config available even before the ENSRainbow instance become ready by:
Removing the count of rainbow records from the ENSRainbow config data model.
Updating ENSRainbow so that it could return its public config as soon as it starts up (just from environment variables) without any need to load or process data beyond that.
Updating packages/ensnode-sdk/src/stack-info/ensnode-stack-info.ts which is currently under development in Merge ENSApi /api/config endpoint into /api/indexing-status endpoint #1671 so that the ensRainbow field stops being optional since then it could be loaded super fast, even in a cold-start scenario.
The ENSRainbow config data model includes a field for the total count of rainbow records.
We could make ENSRainbow config available even before the ENSRainbow instance become ready by:
packages/ensnode-sdk/src/stack-info/ensnode-stack-info.tswhich is currently under development in Merge ENSApi/api/configendpoint into/api/indexing-statusendpoint #1671 so that theensRainbowfield stops being optional since then it could be loaded super fast, even in a cold-start scenario.