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
AccountCreateTransaction executeTransaction() Not Returning Receipt
Bug Description
The executeTransaction() function does not return a receipt when signing an AccountCreateTransaction. While the transaction successfully executes on the ledger, the async function doesn't return anything, contrary to expected behavior.
Steps to Reproduce
Create an AccountCreateTransaction (tested with threshold key, non-threshold keys untested)
The transaction can be verified as successful on Hashscan by checking the signer account, but executeTransaction never returns. After several minutes, the following error is caught:
{
"txError": {},
"queryError": {
"name": "Error",
"message": "(BUG) Query.fromBytes() not implemented for type getByKey",
"stack": "Error: (BUG) Query.fromBytes() not implemented for type getByKey
at Query.fromBytes (webpack-internal:///(app-pages-browser)/./node_modules/@hashgraph/sdk/src/query/Query.js:138:19)
at DAppSigner._tryExecuteQueryRequest (webpack-internal:///(app-pages-browser)/./node_modules/@hashgraph/hedera-wallet-connect/dist/src/lib/dapp/DAppSigner.js:191:77)
at DAppSigner.call (webpack-internal:///(app-pages-browser)/./node_modules/@hashgraph/hedera-wallet-connect/dist/src/lib/dapp/DAppSigner.js:211:40)
at async HashinalsWalletConnectSDK.executeTransaction (webpack-internal:///(app-pages-browser)/./node_modules/@hashgraphonline/hashinal-wc/dist/es/hashinal-wc.es.js:1938:26)
}"
}
}
Expected Behavior
executeTransaction should return a receipt after the transaction is executed.
AccountCreateTransaction executeTransaction() Not Returning Receipt
Bug Description
The
executeTransaction()
function does not return a receipt when signing anAccountCreateTransaction
. While the transaction successfully executes on the ledger, the async function doesn't return anything, contrary to expected behavior.Steps to Reproduce
AccountCreateTransaction
(tested with threshold key, non-threshold keys untested)The transaction can be verified as successful on Hashscan by checking the signer account, but executeTransaction never returns. After several minutes, the following error is caught:
Expected Behavior
executeTransaction
should return a receipt after the transaction is executed.Environment
OS: Linux
Browser: Chrome (using Chrome HashPack extension)
HashPack Version: 11.0.2
The text was updated successfully, but these errors were encountered: