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

Error: Number can only safely store up to 53 bits #121

Open
zhjzcbm opened this issue Aug 30, 2019 · 2 comments
Open

Error: Number can only safely store up to 53 bits #121

zhjzcbm opened this issue Aug 30, 2019 · 2 comments

Comments

@zhjzcbm
Copy link

zhjzcbm commented Aug 30, 2019

var net = require('net'); var web3 = new Web3('/home/zyc/quorum-maker/node111/node/qdata/geth.ipc', net);

error
`if (!val) throw new Error(msg || 'Assertion failed');
^

Error: Number can only safely store up to 53 bits
`

@zhjzcbm
Copy link
Author

zhjzcbm commented Aug 30, 2019

Error reporting when a contract is written to data

@abchowdhury
Copy link

Looks like, this problem is not related to quorum maker, It can be problem related to your smart contract. But you can go through these two links to get the best possible resolutions.
ethereumjs/ethereumjs-monorepo#114
trufflesuite/truffle#1704

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

2 participants