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

Add `getTxById` to `Contract` interface #30

Closed Benjmhart closed 2 years ago

Benjmhart commented 2 years ago

these are currently blocked on Ogmios-datum-cache efforts

however we will need to be able to query tx by txid and datum by datumhash. (ideally against a cache layer.

ngua commented 2 years ago

We should be able to tackle this soon since ogmios-datum-cache is done, with a websocket interface too

ngua commented 2 years ago

We already have #113 for datums so we can make this one more specific as well (see title change)

ngua commented 2 years ago

Currently blocked on https://github.com/mlabs-haskell/ogmios-datum-cache/issues/35. Moving it up to stage 4.1 nonetheless since this will simplify things for a lot of adopters

ngua commented 2 years ago

Blocked on #575