Plutonomicon / cardano-transaction-lib

A Purescript library for building smart contract transactions on Cardano
https://plutonomicon.github.io/cardano-transaction-lib/
MIT License
93 stars 50 forks source link

Use ogmios-datum-cache reflection in our code #363

Closed klntsky closed 2 years ago

klntsky commented 2 years ago

Currently, to match ODC responses to requests we don't use reflection that is implemented in https://github.com/mlabs-haskell/ogmios-datum-cache/pull/13 because it was not available earlier.

We need to address that.

This may make it possible to unify some code for ogmios and ogmios-datum-cache requests.

ngua commented 2 years ago

Blocked until https://github.com/mlabs-haskell/ogmios-datum-cache/pull/13 is merged (I thought it was already merged)

ngua commented 2 years ago

It's been merged: https://github.com/mlabs-haskell/ogmios-datum-cache/pull/31