Posted by halseth
Feb 27, 2024/14:12 UTC
In discussing the modification of the IN_OUT opcode to accommodate a 64-bit ScriptNum type encoding rather than the little-endian (LE) variant, it's highlighted that the transition would not be significantly complex. The core adjustment involves pushing a ScriptNum encoded integer onto the stack, as exemplified in the provided code snippet. This method utilizes the CScriptNum constructor to encode the funding amount before appending it to the stack with the stack.push_back(bn.getvch()); function call. This approach underlines a straightforward adaptation process for the opcode, focusing on efficiently managing numeric data types within the scripting environment.
Thread Summary (52 replies)
Jan 10 - Jun 20, 2024
53 messages
TLDR
We’ll email you summaries of the latest discussions from high signal bitcoin sources, like bitcoin-dev, lightning-dev, and Delving Bitcoin.
We'd love to hear your feedback on this project.
Give Feedback