Skip to content

Various changes to RC-BDE to extend it while not making it bigger.

Andrzej Lisak requested to merge abw_rc_bde_supplement into develop

Changes that reduce size:

  • some fields now use shorter (while still meaningful) names
  • some fields that rarely change were made optional, so they are not printed when it is not necessary

Two extensions that should help in comparing old vs new RC usage values:

  • when transaction contains just one operation (which is almost always) that operation's tag is printed
  • added share of full RC manabar of payer that was consumed by transaction

Merge request reports