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
In the crates/aqd-solana-contracts/src/printing_utils.rs file, the decode_instruction_return_data function currently retrieves return data from the logs due to a known bug within the Solana SDK. This issue is anticipated to be resolved in the upcoming fix detailed in Solana Labs' pull request #33639.
Once this fix is officially released on mainnet, the function should be updated to fetch the return data directly from the transaction itself.
The text was updated successfully, but these errors were encountered:
In the
crates/aqd-solana-contracts/src/printing_utils.rs
file, thedecode_instruction_return_data
function currently retrieves return data from the logs due to a known bug within the Solana SDK. This issue is anticipated to be resolved in the upcoming fix detailed in Solana Labs' pull request #33639.Once this fix is officially released on mainnet, the function should be updated to fetch the return data directly from the transaction itself.
The text was updated successfully, but these errors were encountered: