-
Notifications
You must be signed in to change notification settings - Fork 101
Open
Milestone
Description
Describe the feature you'd like
Currently transaction chaining is supported only by OfflineEvaluator in core-csl. When we want to have full support, it has to be integrated with other evaluator instances also.
Is your feature request related to a problem? Please describe.
Also, the tx chaining capability is not documented currently. There are 2 relevant apis in particular to supply information which is not available in the global blockchain:
These 2 apis can allow users to provider previous unrecorded tx and particular utxos for evaluation.
Describe the solution you'd like
Improve current evaluateTx method for all IEvaluator to consider additionalTxs and additionalUtxos
- Blockfrost - https://github.com/MeshJS/mesh/blob/main/packages/mesh-provider/src/blockfrost.ts
- Maestro - https://github.com/MeshJS/mesh/blob/main/packages/mesh-provider/src/maestro.ts
- Ogmios - https://github.com/MeshJS/mesh/blob/main/packages/mesh-provider/src/ogmios.ts
- utxo-rpc - https://github.com/MeshJS/mesh/blob/main/packages/mesh-provider/src/utxo-rpc.ts
- Yaci - https://github.com/MeshJS/mesh/blob/main/packages/mesh-provider/src/yaci.ts
Additional context
No response
Would you be willing to implement it?
- Yes, I will implement it.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Not Started