vacuumlabs/ledgerjs-cardano-shelley

Automatic verification of tx body in tests

Closed this issue · 1 comments

Potential solutions:

  • calculate the tx hash from the tx body and verify they are the same.
  • use the tx body to produce the tx hash at every test run so no inconsistency is possible. This is somewhat uncomfortable to use when trying to debug.

Done in #148.