hydra icon indicating copy to clipboard operation
hydra copied to clipboard

Output transactions to client in CBOR instead of JSON

Open abailly-iohk opened this issue 3 years ago • 0 comments

Why

  • The ServerOutput data provides Seen and Confirmed transactions in a custom JSON format described in our API doc
  • This makes integration with pre-existing thirdparty tools like "chain indexers", which most probably use CBOR format, harder

What

  • Optionally format transactions in CBOR in the ServerOutput messages

abailly-iohk avatar Jun 02 '22 07:06 abailly-iohk