Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Relayer doesn't handle sign error #209

Open
lok52 opened this issue Nov 16, 2023 · 0 comments
Open

Relayer doesn't handle sign error #209

lok52 opened this issue Nov 16, 2023 · 0 comments

Comments

@lok52
Copy link
Collaborator

lok52 commented Nov 16, 2023

This probably happens during tx signing. Web3.js tries to fetch missing data and RPC node fails to respond.

info: Updated gasPrice: { maxFeePerGas: '4508090000000', maxPriorityFeePerGas: '292800000000' } {"timestamp":"2023-11-16T14:47:51.461Z"}
 /app/node_modules/web3-core-helpers/lib/errors.js:28
         var err = new Error('Returned error: ' + message);
                   ^
 Error: Returned error: we can't execute this request
     at Object.ErrorResponse (/app/node_modules/web3-core-helpers/lib/errors.js:28:19)
     at /app/node_modules/web3-core-requestmanager/lib/index.js:300:36
     at HttpListProvider.send (/app/zp-relayer/services/providers/HttpListProvider.js:97:13)
     at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
   data: null
 }
 Node.js v18.16.1
 error Command failed with exit code 1.
 info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
 yarn run v1.22.19
 warning package.json: No license field
 $ node index.js
@lok52 lok52 changed the title Relayer doesn't handle send error Relayer doesn't handle sign error Nov 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant