tweag / cooked-validators

MIT License
39 stars 11 forks source link

Introduce an option to display `TxOutRef`s in the state #276

Closed florentc closed 1 year ago

florentc commented 1 year ago

This is how utxos at an address are currently displayed:

• pubkey #80a4f45 (wallet 2)
  - Value:
      - Permanent "Banana": 5
      - Lovelace: 20_000_000
  - Lovelace: 39_354_032
  - Lovelace: 59_354_032
  - Lovelace: 60_000_000
  - (×8) Lovelace: 100_000_000

This PR introduces a pretty-printing option pcOptPrintTxOutRefs which defaults to the above: PCOptTxOutRefsHidden.

Other options are PCOptTxOutRefsPartial to display txout refs of "unique" utxos

• pubkey #80a4f45 (wallet 2)
  - #fd7f323!54
    Value:
      - Permanent "Banana": 5
      - Lovelace: 20_000_000
  - #7c256b4!1
    Lovelace: 39_354_032
  - #9d8a31f!1
    Lovelace: 59_354_032
  - #008a15d!0
    Lovelace: 60_000_000
  - (×8) Lovelace: 100_000_000

And PCOptTxOutRefsFull to print them for all utxos (it disables grouping of similar utxos)

• pubkey #80a4f45 (wallet 2)
  - #fd7f323!54
    Value:
      - Permanent "Banana": 5
      - Lovelace: 20_000_000
  - #7c256b4!1
    Lovelace: 39_354_032
  - #9d8a31f!1
    Lovelace: 59_354_032
  - #008a15d!0
    Lovelace: 60_000_000
  - #fd7f323!46
    Lovelace: 100_000_000
  - #fd7f323!47
    Lovelace: 100_000_000
  - #fd7f323!48
    Lovelace: 100_000_000
  - #fd7f323!49
    Lovelace: 100_000_000
  - #fd7f323!50
    Lovelace: 100_000_000
  - #fd7f323!51
    Lovelace: 100_000_000
  - #fd7f323!52
    Lovelace: 100_000_000
  - #fd7f323!53
    Lovelace: 100_000_000