mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-03-30 15:08:33 +00:00

* Change SequenceLockTimeDisabled to 1 << 63 * Move LockTimeThreshold to constants * Update locktime constants according to new proposal * Fix opcodeCheckSequenceVerify and failed tests * Disallow numbers above 8 bytes in makeScriptNum * Use littleEndian.Uint64 for sequence instead of ScriptNum * Update comments on constants * Update some more comments