You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
The most commonly used data types for smart contracts and token math on the blockchain are uint256 and int256. Currently, people in the crypto community are resorting to inefficient methods like converting to float or string because there is no native support for these data types. For example, paradigmxyz/cryo exports duplicate data columns in various formats (float, binary, string) due to the absence of native support in polars
Is your feature request related to a problem?
Description
The most commonly used data types for smart contracts and token math on the blockchain are uint256 and int256. Currently, people in the crypto community are resorting to inefficient methods like converting to float or string because there is no native support for these data types. For example, paradigmxyz/cryo exports duplicate data columns in various formats (float, binary, string) due to the absence of native support in polars
Describe the solution you'd like
Native first class support for int256
Describe alternatives you've considered
convert to float64
Additional Context
Polars issue:
pola-rs/polars#15443
https://github.com/recmo/uint
Would you like to implement a fix?
No
The text was updated successfully, but these errors were encountered: