Hey, I need to push transaction in blockchain which can failed, so first of all I want to check is it failed or not. I found that I can achieve it by call sui_dryRunTransactionBlock or sui_devInspectTransactionBlock, but when I try to call this methods I receive invalid response:
Internal error occurred while processing request: Error resolving Move location: Linkage not found for package: 0x67b34b728c4e28e704dcfecf7c5cf55c7fc593b6c65c20d1836d97c209c1928a
But if I just push same transaction in blockchain I don’t receive errors related with resolving Move location. Everywhere I use mainnet graphql endpoint from mystenlabs