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: teach the Explorer how to ask for transaction version zero #26729

Merged
merged 2 commits into from
Jul 22, 2022
Merged

fix: teach the Explorer how to ask for transaction version zero #26729

merged 2 commits into from
Jul 22, 2022

Conversation

steveluscher
Copy link
Contributor

Problem

Hit a block that's at transaction version zero, rather than being a legacy unversioned one.

http://localhost:3000/block/149249219/programs?cluster=devnet

Boom.

Summary of Changes

  • Upgrade to the new version of web3.js that has the maxSupportedTransactionVersion param.
  • Use it.

Test plan

  1. Load http://localhost:3000/block/149249219/programs?cluster=devnet

image

Addresses #26391

@steveluscher steveluscher merged commit 2acb6c3 into solana-labs:master Jul 22, 2022
@steveluscher steveluscher deleted the explorer-knows-transactions-versions branch July 22, 2022 04:38
Lcchy pushed a commit to Bonfida/solana that referenced this pull request Jul 22, 2022
…na-labs#26729)

* fix: teach the Explorer how to ask for transaction version zero
* chore: upgrade web3.js
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.

1 participant