Skip to content

createrawtransaction accepts "data" array

mainnet-pat requested to merge mainnet-pat/bitcoin-cash-node:issue_329 into master

createrawtransaction now accepts an array of hex encoded data chunks each of which is pushed to stack separately add more test coverage update command help output

Closes #329 (closed)

Test plan:

  • Expanded rpc_createraw_op_return tests. Run ninja test_bitcoin && ./src/test/test_bitcoin --run_test=rpc_tests/rpc_createraw_op_return
  • Expanded rpc_rawtransaction.py tests. Run ninja check-functional
  • Run ninja check-all
Edited by mainnet-pat

Merge request reports

Loading