aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBtcDrak <btcdrak@gmail.com>2016-02-16 18:29:53 +0000
committerBtcDrak <btcdrak@gmail.com>2016-07-08 11:44:16 +0100
commitac5577b512d4488bc7b417247d990ad0a0420233 (patch)
treedd20d5c8c6bea0718bdd4e4a26c5856c1acf5a10 /doc
parent080457c4ee97e38aa8e59de89bf3d78d1de142aa (diff)
downloadbitcoin-ac5577b512d4488bc7b417247d990ad0a0420233.tar.xz
Rename OP_NOP3 to OP_CHECKSEQUENCEVERIFY
Diffstat (limited to 'doc')
-rw-r--r--doc/release-notes.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md
index 2fb669bc0c..7b4870d53b 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -51,6 +51,23 @@ git merge commit are mentioned.
### RPC and REST
+Asm script outputs replacements for OP_NOP2 and OP_NOP3
+-------------------------------------------------------
+
+OP_NOP2 has been renamed to OP_CHECKLOCKTIMEVERIFY by [BIP
+65](https://github.com/bitcoin/bips/blob/master/bip-0065.mediawiki)
+
+OP_NOP3 has been renamed to OP_CHECKSEQUENCEVERIFY by [BIP
+112](https://github.com/bitcoin/bips/blob/master/bip-0112.mediawiki)
+
+The following outputs are affected by this change:
+- RPC `getrawtransaction` (in verbose mode)
+- RPC `decoderawtransaction`
+- RPC `decodescript`
+- REST `/rest/tx/` (JSON format)
+- REST `/rest/block/` (JSON format when including extended tx details)
+- `bitcoin-tx -json`
+
### Configuration and command-line options
### Block and transaction handling