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
BlockhashQuery is an interface that allows a program to transparently fetch a blockhash from rpc or substitute a hardcoded one depending on what mode its in. the rpc client has been updated to have a nonblocking version, which we are trying to move to in various places (notably for me the token cli), but there isnt a nonblocking version of this yet
Proposed Solution
implement a nonblocking version
The text was updated successfully, but these errors were encountered:
Problem
BlockhashQuery
is an interface that allows a program to transparently fetch a blockhash from rpc or substitute a hardcoded one depending on what mode its in. the rpc client has been updated to have a nonblocking version, which we are trying to move to in various places (notably for me the token cli), but there isnt a nonblocking version of this yetProposed Solution
implement a nonblocking version
The text was updated successfully, but these errors were encountered: