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
Right now each get_block request will await the needed height. Each of the requests will do its own polling loop which is not ideal. We could solve this by placing a conditional variable in the sovereign adapter code.