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
Version-0 transactions are starting to come through on devnet, but explorer.solana.com does not support v0-transaction display. This is part of #26391 ; just breaking it out for explicit examples and discussion.
Figure out how we want to display extended account lists from address-lookup tables and implement in explorer.
Also add maxSupportedTransactionVersion: 0 to the jsonParsed getTransaction request.
The text was updated successfully, but these errors were encountered:
Problem
Version-0 transactions are starting to come through on devnet, but explorer.solana.com does not support v0-transaction display. This is part of #26391 ; just breaking it out for explicit examples and discussion.
maxSupportedTransactionVersion: 0
parameter, but they do not include address-lookup-table details: https://explorer.solana.com/tx/3nX2dbk1EBr51h5FTU8PQzahvVwGGUNrx8ubka39YBXZRh4t9R4L4DPP8QTD4bpjo5nNAETLguWP5TrseRzDbUEL/inspect?cluster=devnetProposed Solution
Figure out how we want to display extended account lists from address-lookup tables and implement in explorer.
Also add
maxSupportedTransactionVersion: 0
to the jsonParsedgetTransaction
request.The text was updated successfully, but these errors were encountered: