You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both createSTXPostCondition and createFungiblePostCondition accepts values higher than 18446744073709551615 (max value of u64) and as a result they produce invalid post-conditions.
Both
createSTXPostCondition
andcreateFungiblePostCondition
accepts values higher than18446744073709551615
(max value of u64) and as a result they produce invalid post-conditions.From https://github.com/stacksgov/sips/blob/main/sips/sip-005/sip-005-blocks-and-transactions.md
8-byte value (u64) not 16-byte value (u128)
The text was updated successfully, but these errors were encountered: