Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
proton-j-0.31.0
-
None
-
None
Description
The Decimal[32|64|128] types present that they allow conversion to/from BigDecimal, but some of the impl is incomplete with TODOs and essentially no-ops to leave an effective 0.0 value. You essentially have to resort to lsb+msb or bytes based accessors.
Though these types seem to be essentially unused, the impl shouldn't act like that.