Open
Description
Convex maybe should support a native BigDecimal type
- Must build upon the BigInteger type
- Must support all integer numeric operations
- Must maintain a decimal point position (up to long capacity)
- Must have a strategy for ensuring values are canonical (e.g. always storing BigInteger with no trailing zeros)
- Must be an ACell for effective CVM usage