Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support BigInteger for "required" in ScriptAtLeast and change slot from long to BigInteger #462

Merged
merged 3 commits into from
Oct 16, 2024

Conversation

satran004
Copy link
Member

Enhanced RequireTimeBefore, RequireTimeAfter, and ScriptAtLeast to handle BigInteger values, allowing support for larger numeric ranges. Updated deserialization and serialization methods accordingly.

To fix #461

… 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.
Copy link

@satran004 satran004 merged commit f3a244d into master Oct 16, 2024
5 checks passed
@satran004 satran004 deleted the fix_461 branch October 16, 2024 11:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ScriptAtLeast serialization fails if "required" value is greater than max int value
2 participants