blinklabs-io / tx-submit-api

Cardano Transaction Submit API service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Validate output addresses before sending to node

wolf31o2 opened this issue · comments

Decode the CBOR to check that outputs are correct for the given network. Use gOuroboros to decode.

This doesn't make sense, since we're sending the data to a node which will immediately perform validation before accepting it. There's no reason to validate twice and incur the overhead.