ProvableHQ / sdk

A Software Development Kit (SDK) for Zero-Knowledge Transactions
https://provable.tools
GNU General Public License v3.0
593 stars 471 forks source link

Changing JSON parsing to use bigint for all integers #925

Closed Pauan closed 2 months ago

Pauan commented 2 months ago

Fixes #892.

This is an alternate solution to #901

This parses all integers as a BigInt. We might want to be more selective, such as only parsing certain keys as BigInt.