Branch: refs/heads/master
Home: https://github.com/btcsuite/btcd
Commit: 4c3ad4987b70335ca90e9c50065a69e5674202a4
https://github.com/btcsuite/btcd/commit/4c3ad4987b70335ca90e9c50065a69e5674202a4
Author: David Hill <[email protected]>
Date: 2015-10-14 (Wed, 14 Oct 2015)
Changed paths:
M txscript/data/tx_invalid.json
M txscript/data/tx_valid.json
M txscript/engine.go
M txscript/opcode.go
M txscript/opcode_test.go
M txscript/reference_test.go
M txscript/standard.go
Log Message:
-----------
txscript: Implement CheckLockTimeVerify (BIP0065)
See https://github.com/bitcoin/bips/blob/master/bip-0065.mediawiki for
more information.
This commit mimics Bitcoin Core commit bc60b2b4b401f0adff5b8b9678903ff8feb5867b
and includes additional tests from Bitcoin Core commit
cb54d17355864fa08826d6511a0d7692b21ef2c9