harmony-one / sdk

Javascript SDK of Harmony protocol.
MIT License
91 stars 44 forks source link

The transaction is still not confirmed after 20 attempts #109

Open trekze opened 2 years ago

trekze commented 2 years ago

For as long as I can remember we occasionally get these errors coming back from the SDK. More so in the last 48 hours. Are these to be expected from the Harmony blockchain, or are they Harmony SDK specific and would disappear if we move to ethers/webjs?

Thank you for your help

3|highstakes  | Error: The transaction is still not confirmed after 20 attempts.
3|highstakes  |     at Transaction.<anonymous> (/path/dev/crypto_royale/node_modules/@harmony-js/transaction/dist/transactionBase.js:202:31)
3|highstakes  |     at step (/path/dev/crypto_royale/node_modules/tslib/tslib.js:143:27)
3|highstakes  |     at Object.next (/path/dev/crypto_royale/node_modules/tslib/tslib.js:124:57)
3|highstakes  |     at fulfilled (/path/dev/crypto_royale/node_modules/tslib/tslib.js:114:62)
3|highstakes  |     at runMicrotasks (<anonymous>)
3|highstakes  |     at processTicksAndRejections (node:internal/process/task_queues:96:5)