Merge #11178: Add iswitness parameter to decode- and fundrawtransaction RPCs
commitfee0370fd6e53234d230799bbbbe45eda5dcf630
authorWladimir J. van der Laan <laanwj@gmail.com>
Tue, 19 Dec 2017 08:46:08 +0000 (19 09:46 +0100)
committerWladimir J. van der Laan <laanwj@gmail.com>
Tue, 19 Dec 2017 08:55:11 +0000 (19 09:55 +0100)
treef4274d8776d0e082adaf4d6afdc299ab9b2c4068
parent483bb67253620014c7c6ec0f9197f1fd66badae3
parent6f39ac04375a5f6ef803da59ba0b606123d63142
Merge #11178: Add iswitness parameter to decode- and fundrawtransaction RPCs

6f39ac0 Add test for decoderawtransaction bool (MeshCollider)
bbdbe80 Add iswitness parameter to decode- and fundrawtransaction RPCs (MeshCollider)

Pull request description:

  Suggested in https://github.com/bitcoin/bitcoin/pull/10481#issuecomment-325244946, this adds the option to explicitly choose whether a serialized transaction should be decoded as a witness or non-witness transaction rather than relying on the heuristic checks in #10481. The parameter defaults to relying on #10481 if not included, but it overrides that if included.

Tree-SHA512: d4846a5bb7d64dc19c516445488b00af329fc1f4181d9dfdf9f2382a086568edc98250a4ac7594e24a1bc231dfdee53c699b12c8380c355b920a67cc6770b7a9
src/core_io.h
src/core_read.cpp
src/rpc/client.cpp
src/rpc/rawtransaction.cpp
src/test/rpc_tests.cpp
src/wallet/rpcwallet.cpp
test/functional/rawtransactions.py