mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-10-14 00:59:33 +00:00

* [DEV-98] Move script flags from relay rules to consensus * [DEV-98] remove flags from script_tests.json * [DEV-98] fix multisig and remove test that assume no minimal data rule * [DEV-98] rename bip16 bool to isP2sh * [DEV-98] add sighash type to overly long signature in script_tests.json * [DEV-98] add test for NUMEQUAL for non equal numbers script_tests.json * [DEV-98] remove debugging if * [DEV-98] remove ErrCleanStack from EVAL_FALSE * [DEV-98] change isP2sh to isP2SH to comply with Go style * [DEV-98] add ScriptNoFlags to explictly indicate for empty ScriptFlags * [DEV-98] rename ErrPubKeyType -> ErrPubKeyFormat * [DEV-98] rename PUBKEYTYPE -> PUBKEYFORMAT