This PR adds the _txDetail_signers :: [Signer] field to the TxDetail served by the GET /txs/tx and GET /txs/txs endpoints.
Additionally:
It implements the necessary ToSchema types for the OAS3 spec.
Adds a schema migration that swaps the order of the primary key columns of the signers table so that the primary key index supports efficient signer lookups.
This PR adds the
_txDetail_signers :: [Signer]
field to theTxDetail
served by theGET /txs/tx
andGET /txs/txs
endpoints.Additionally:
ToSchema
types for the OAS3 spec.signers
table so that the primary key index supports efficient signer lookups.