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
{{ message }}
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.
Problem
#27133 does not show Table entries for address Lookup table accounts because the validator returns jsonParsed so
details.rawData
is undefinedI tested with a local test validator,
the woraround to make it appear is to add the raw fetch in
fetchAccountInfo
rawData: (await connection.getAccountInfo(pubkey))?.data
Proposed Solution
I think it is indeed more straightforward to deserialize the data
Buffer
rather than handle the parsed json.I think it could be fixed by fetching the necessary
AccountInfo<Buffer>
account in theAddressLookupTableAccountSection
The text was updated successfully, but these errors were encountered: