Substrate.NET.API icon indicating copy to clipboard operation
Substrate.NET.API copied to clipboard

Handle U128 and U256 value when bytes are at the maximum

Open Apolixit opened this issue 1 year ago • 1 comments

When creating a U128 or U256 number with BigInteger, the additional sign byte causes an error when the full byte array is used for data processing.

Apolixit avatar Nov 26 '24 12:11 Apolixit