Ava Chow ed2d775e0e
Merge bitcoin/bitcoin#30408: rpc: doc: use "output script" terminology consistently in "asm"/"hex" results
29eafd5733d77b3e8f3f3ab6cd65c61ac0e8536b rpc: doc: use "output script" terminology consistently in "asm"/"hex" results (Sebastian Falbesoner)

Pull request description:

  The wording "public key script" was likely chosen as a human-readable form of the technical term `scriptPubKey`, but it doesn't seem to be really widespread. Replace it by the more (probably most?) common term "output script" instead. Note that the argument for the `decodescript` RPC is not necessarily an output script (it could e.g. be also a redeem script), so in this case we just stay generic and use "script".

  See also the draft BIP "Terminology for Transaction Components" (https://github.com/murchandamus/bips/blob/2022-04-tx-terminology/bip-tx-terminology.mediawiki) from murchandamus which suggests to use "output script" as well.

  Affects the help text of the following RPCs:
  - decodepsbt
  - decoderawtransaction
  - decodescript
  - getblock (if verbosity=3)
  - getrawtransaction (if verbosity=2,3)
  - gettxout

ACKs for top commit:
  maflcko:
    ACK 29eafd5733d77b3e8f3f3ab6cd65c61ac0e8536b
  achow101:
    ACK 29eafd5733d77b3e8f3f3ab6cd65c61ac0e8536b
  BrandonOdiwuor:
    ACK 29eafd5733d77b3e8f3f3ab6cd65c61ac0e8536b
  tdb3:
    ACK 29eafd5733d77b3e8f3f3ab6cd65c61ac0e8536b

Tree-SHA512: 62eb92d42bc44e36dc3090df7b248a123868a74af253d2046de02086e688bf6ff98307b927ba2fee3d599f85e073aeb8eca90ed15105ca63b648b6796cfa340b
2024-07-23 13:49:10 -04:00
..
2024-06-13 11:20:49 +01:00
2024-05-20 16:48:19 +00:00
2024-06-18 18:47:51 +02:00
2024-06-18 18:47:51 +02:00
2024-07-08 11:12:01 +02:00