We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Re-opening the issue here (from: web3/web3.js#3512) as it was suggested that this might be a problem with the custom EVM.
Get the block.
Error "Number can only safely store up to 53 bits"
this.web3.eth.getBlock(number, function(error, result) { if (error) { console.log(error); return; } console.log(result.timestamp); });
Ethereum Studio example: https://studio.ethereum.org/5eb924ed26b4730012351a47?openFile=app/app.js Lines (133-145)
Javascript with web3.js version 1.2.7
The text was updated successfully, but these errors were encountered:
Hi @MaxXor !
Lets use take a look as they have pointed out correctly, might be an issue with the custom EVM Ethereum Studio implements.
Sorry, something went wrong.
The patch from @dvcrn seems to fix it: https://github.com/dvcrn/web3.js/commit/b868c5fece70fba6d34b577ef59f3fa3159390ad
lovrobiljeskovic
No branches or pull requests
Re-opening the issue here (from: web3/web3.js#3512) as it was suggested that this might be a problem with the custom EVM.
Expected behavior
Get the block.
Actual behavior
Error "Number can only safely store up to 53 bits"
Example code
Ethereum Studio example: https://studio.ethereum.org/5eb924ed26b4730012351a47?openFile=app/app.js Lines (133-145)
Steps to reproduce the behavior
Environment
Javascript with web3.js version 1.2.7
The text was updated successfully, but these errors were encountered: