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

Fix getBlock API reference #17661

Merged
merged 1 commit into from
Jun 2, 2021
Merged

Fix getBlock API reference #17661

merged 1 commit into from
Jun 2, 2021

Conversation

oncecsc
Copy link
Contributor

@oncecsc oncecsc commented Jun 2, 2021

Problem

In solana-core v1.6 not containt getBlock method.

Summary of Changes

change
NEW: This method is only available in solana-core v1.7 or newer. Please use [getBlock](jsonrpc-api.md#getblock) for solana-core v1.6
to
NEW: This method is only available in solana-core v1.7 or newer. Please use [getConfirmedBlock](jsonrpc-api.md#getconfirmedblock) for solana-core v1.6

@mvines
Copy link
Member

mvines commented Jun 2, 2021

Thanks!

@mvines mvines added the v1.7 label Jun 2, 2021
@mvines mvines merged commit 10c6e77 into solana-labs:master Jun 2, 2021
mergify bot pushed a commit that referenced this pull request Jun 2, 2021
(cherry picked from commit 10c6e77)
mergify bot added a commit that referenced this pull request Jun 2, 2021
(cherry picked from commit 10c6e77)

Co-authored-by: oncecsc <[email protected]>
@brooksprumo brooksprumo mentioned this pull request Aug 23, 2021
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 this pull request may close these issues.

2 participants