Zondax / filecoin-solidity

Filecoin Solidity API Library
Apache License 2.0
94 stars 43 forks source link

specification of best practices for BigInt #316

Closed snissn closed 1 year ago

snissn commented 1 year ago

Right now best practices for processing BigInt in solidity is underspecified.

see #295 and slack discussion

What are best practices for adding, comparing etc BigInt variables returned from the library and adding, subtracting, comparing, casting, error handling with BigInt to u256 types in solidity?

:link: zboto Link