catapult-rest
catapult-rest copied to clipboard
Consider dropping custom Uint64.js implementation in favour of Node's BigInt
we will do the same thing on SDK
And the wallet. The wallet is currently converting the SDKs UInt64s to numbers which can overflow
this is an internal change that should not have outside effects (API), we will keep delivering longs in HEX/string format, we are just taking this chance now that we updated node to a version that supports longs