blockfrost / openapi

OpenAPI specification for Blockfrost.io service
https://docs.blockfrost.io
MIT License
22 stars 16 forks source link

Support `additionalUtxoSet` for the `/utils/txs/evaluate` endpoint #276

Closed jy14898 closed 1 year ago

jy14898 commented 1 year ago

https://github.com/blockfrost/openapi/pull/187 introduced the /utils/txs/evaluate endpoint for evaluating script ex units, apparently as a proxy to Ogmios, but this endpoint provides no way to supply the additionalUtxoSet that the Ogmios query accepts: https://github.com/CardanoSolutions/ogmios/pull/181 and https://ogmios.dev/mini-protocols/local-tx-submission/#additional-utxo-set

The additional utxo set is useful for transaction chaining, as we can build and balance a second transaction, before submitting the first.

vladimirvolek commented 1 year ago

https://docs.blockfrost.io/#tag/Cardano-Utilities/paths/~1utils~1txs~1evaluate~1utxos/post