synechron-finlabs / quorum-maker

Utility to create and monitor Quorum nodes
Apache License 2.0
196 stars 97 forks source link

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

Open zhjzcbm opened 5 years ago

zhjzcbm commented 5 years ago

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 commented 5 years ago

Error reporting when a contract is written to data

abchowdhury commented 4 years ago

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. https://github.com/ethereumjs/ethereumjs-vm/issues/114 https://github.com/trufflesuite/truffle/issues/1704