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
do not (always) crash when failing to retrieve protocol parameters on startup.
This is only truly an issue for the cardano-node provider, not for Ogmios. In the latter case, the parameters are only needed to display health information regarding network synchronization. But failing to retrieve parameters likely mean that we fail to retrieve *anything*, and so this would be null anyway. So it's better to have those be part of the retry loop and repeatedly try to fetch parameters when requested; using an MVar to memoize a previous success.
0 commit comments