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

Upgrade ogmios-datum-cache version #385

Closed ngua closed 2 years ago

ngua commented 2 years ago

There have been several improvements made to ogmis-datum-cache recently. Some important notes:

adamczykm commented 2 years ago

There's also a PR there that is waiting to be merged that introduces back-mirroring IDs in an ogmios-like manner. I believe it should land shortly. It will allow us to unify websockets creation and remove the multimap module (#363)

ngua commented 2 years ago

@adamczykm Yes, I wanted to wait for that. I should probably mark this as blocked until that's merged

ngua commented 2 years ago

No longer blocked :) (https://github.com/mlabs-haskell/ogmios-datum-cache/pull/31)