Display the prevout in transaction inputs when calling getblock level 3 verbosity. This PR affects the existing /rest/block
API by adding a prevout
fields to tx inputs. This is mentioned in the change to the release notes.
I added some functional tests that
- checks that the RPC call still works when TxUndo can’t be found
- Doesn’t display the “value” or “scriptPubKey” of the previous output when at a lower verbosity level
This “completes” the issue #18771