Importer stores bunch of tx info in postgres (like, addresses, amounts, etc). But we need for it to also store the actual raw tx bytes body, so various custom tools can access it easily in case they need it (e.g. Trezor requires raw body to validate UTxOs).
Tasks:
Update code working with the txs table to also include tx_body column
Update the tx-storing code to also pass the raw body
Importer stores bunch of tx info in postgres (like, addresses, amounts, etc). But we need for it to also store the actual raw tx bytes body, so various custom tools can access it easily in case they need it (e.g. Trezor requires raw body to validate UTxOs).
Tasks:
tx_body
column