masp icon indicating copy to clipboard operation
masp copied to clipboard

Check for cases of i64/u64 overflow in note values

Open joebebel opened this issue 2 years ago • 2 comments

Unlike Zcash Sapling, notes are not limited to MAX_MONEY. The logic needs to be checked thoroughly, and tests written, to make sure that there are no overflow or other issues when the value is close to i64 or u64 limits.

joebebel avatar Apr 21 '22 10:04 joebebel