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

Update ODC #979

Closed klntsky closed 2 years ago

klntsky commented 2 years ago

Tx-by-hash API endpoint changed the way Txs are encoded.

Luis-omega commented 2 years ago

Related ODC issue https://github.com/mlabs-haskell/ogmios-datum-cache/issues/118

I could try to do it, but I haven't taken it before since I don't know how to decode a CBOR base64, that would slow me down a little.

klntsky commented 2 years ago

@Luis-omega We have Base64 module

Luis-omega commented 2 years ago

I will try it then.