Issue Summary

Alpha

GitGig is currently running in an Alpha release. For more information on our Alpha mode, check out our documentation. Join our telegram @git_gig to stay up to date.

Issue Details
GitHub Issue
timeout is not working with providers web3/web3.js#6178
Bounty History
💰 Earn 10.0 USDC bounty on web3/web3.js#6178 gitgig-io/bounties#18
Status Open
Description

Web3 provider timeoutis getting ignored . In my dapp I have set timeoutto 5000 . web3.eth.getBlockNumber() doesn’t throw even when public node takes more than 5s to respond .

Minimal example

var {Web3} = require('web3');
var web3 = new Web3(new Web3.providers.HttpProvider("https://evm.confluxrpc.com", {timeout: 0 })); 
async function getNewBlock (){ 
    newBlock = await web3.eth.getBlockNumber();
    return newBlock
    
}
getNewBlock().then((nb)=>{ 
    console.log(" SHOULDN'T BE PRINTING THE BLOCK BUT IT IS: ",nb," block number")
})

Expected behavior

innerError: { code: -32000, message: 'failed after 0 retries: timeout' },

OUTPUT

SHOULDN'T BE PRINTING THE BLOCK BUT IT IS: 72889142n block number

Environment

Windows Node.js v19.0.0. web3 8.19.2

Issue Bounties
Bounty Contract Maintainer Reward Resolver Reward Event History
0x8297a...a6b0
1.0 USDC (~1.0 USD)
9.0 USDC (~9.0 USD)
View Event History