Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create nonblocking version of BlockhashQuery #27043

Closed
2501babe opened this issue Aug 9, 2022 · 0 comments · Fixed by #27040
Closed

Create nonblocking version of BlockhashQuery #27043

2501babe opened this issue Aug 9, 2022 · 0 comments · Fixed by #27040
Assignees

Comments

@2501babe
Copy link
Member

2501babe commented Aug 9, 2022

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 yet

Proposed Solution

implement a nonblocking version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant