-
Notifications
You must be signed in to change notification settings - Fork 5k
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
getBlock by number or hash does not work on Quorum #2766
Comments
Thanks for opening this issue! I'm currently testing different BigInt solutions to find a solution for the issue #2171. The improvement of the BigInt handling will also improve the method specific number handling. |
…rum-nodes [Quorum] Fix #2766, timestamp is not present on a Quorum node
Thank you, do you have an ETA to publish the new web3 release, please? |
I've planned to release tomorrow a version beta.54 with this quick fix. Sorry for bothering you but I will close this issue again because it's a duplication of #1905 |
No worries, thank you |
Description
The getBlock method with a hash or a number as parameter does not work with a quorum permisionless blockchain
Expected behavior
Actual behavior
Steps to reproduce the behavior
Install a quorum chain, connect to it and then
Error Logs
'Number can only safely store up to 53 bits'
Versions
The text was updated successfully, but these errors were encountered: