cardano-foundation / cardano-wallet

HTTP server & command-line for managing UTxOs and HD wallets in Cardano.
Apache License 2.0
764 stars 212 forks source link

[ADP-3272] Use consistent terminology for values and fields of `PartialTx`. #4531

Closed jonathanknowles closed 5 months ago

jonathanknowles commented 5 months ago

Issue

ADP-3272

Summary

This PR:

Details

The updated name extraUTxO better reflects the fact that this field:

In addition, this PR adjusts various places that pattern match on PartialTx values to use named field puns instead of positional pattern matching. This approach helps to maintain consistency of terminology -- if later on we rename any of the fields of a PartialTx, the compiler will remind us to update these pattern matches.