Decimal mantissa silently truncated from i128 to i64
Medium Severity
The decimal_to_proto function converts the i128 mantissa to i64 using a direct as cast. This silently truncates values exceeding the i64 range, which can corrupt financial data like prices and quantities in the wire representation.
Originally posted by @cursor[bot] in #26 (comment)
Decimal mantissa silently truncated from i128 to i64
Medium Severity
The
decimal_to_protofunction converts thei128mantissa toi64using a directascast. This silently truncates values exceeding thei64range, which can corrupt financial data like prices and quantities in the wire representation.Originally posted by @cursor[bot] in #26 (comment)