statechannels / SCBridge-Wallet

MIT License
1 stars 2 forks source link

Convert balances to bigints #126

Closed lalexgap closed 11 months ago

lalexgap commented 11 months ago

Right now we're manually casting to numbers tobigInts when needed, and hoping we won't overflow.

We just update our balances to use bigints so we don't have to cast this number around.

NiloCK commented 11 months ago

Was this completed and merged as part of #123 ?