Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement MonadBlockchainParams and MonadQueryUtxo for PSM #14

Closed
2 tasks done
uhbif19 opened this issue Dec 28, 2023 · 2 comments
Closed
2 tasks done

Implement MonadBlockchainParams and MonadQueryUtxo for PSM #14

uhbif19 opened this issue Dec 28, 2023 · 2 comments
Assignees
Labels

Comments

@uhbif19
Copy link
Contributor

uhbif19 commented Dec 28, 2023

This issue is not dependent on any CEM state machines stuff.
Both monads are used for querying data from blockchain and should work same as regular off-chain implementation.
Datatypes used are from cardano-api and PlutusLedgerApi.

TODO:

  • Add PSM dependency to .cabal and get it compiled
  • Add two monads instances and PSM monad wrapper (or just use it explicitly), described below:
module Cardano.CEM.Monads.PSM

newtype PSMRunner = MkPSMRunner {}
instance MonadBlockchainParams PSMRunner
instance MonadQueryUtxo PSMRunner
@uhbif19 uhbif19 added the good first issue Good for newcomers label Dec 28, 2023
@aleeusgr
Copy link

Is anyone working on this?

Thanks.

@uhbif19
Copy link
Contributor Author

uhbif19 commented Apr 18, 2024

@aleeusgr Yes, done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants