-
Notifications
You must be signed in to change notification settings - Fork 22
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
New task: datum hash -> datum table #80
Comments
Started doing some TDD for this and found that it's painful constructing some of the Pallas types (e.g. It would be nice if carp had its own domain types for all the primitives rather than depending directly on Pallas. It's always a big undertaking up front to do that, but it would help avoid problems like this. |
Yeah. |
Ideally we would deprecate all of Pallas. Unfortunately it will be very hard and time-consuming to do |
What do you mean by "deprecate"? Swap them out with locally owned domain types? |
Swap it all out with CML once all the CML upgrades are in place. Cardano Multiplatform Lib still has some limitations which means we currently have to use both, but that's kind of awkward and not ideal. |
Lots of people want an indexer capable of mapping datum hash to datum. We should be able to create a task for this and then expose it in the server/client after
The text was updated successfully, but these errors were encountered: