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
satran004
changed the title
ScriptAtLeast serialization fails if "required" value is negative (Conway)
ScriptAtLeast serialization fails if "required" value is greater than max int value
Oct 16, 2024
… no to BigInteger in other script types
Enhanced RequireTimeBefore, RequireTimeAfter, and ScriptAtLeast to handle BigInteger values, allowing support for larger numeric ranges. Updated deserialization and serialization methods accordingly.
…om long to BigInteger (#462)
* #461 Support BigInteger for required in ScriptAtLeast and change slot no to BigInteger in other script types
Enhanced RequireTimeBefore, RequireTimeAfter, and ScriptAtLeast to handle BigInteger values, allowing support for larger numeric ranges. Updated deserialization and serialization methods accordingly.
* Remove public modifier
* Remove public modifiers to fix sonarcloud report
There is a change in the type for the 'required' field in ScriptAtLeast (script_n_of_k) in the Conway era.
Sample Cbor hex :
The text was updated successfully, but these errors were encountered: