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

Optional serialization without map tag #705

Closed
MarcelKlammer opened this issue Nov 18, 2024 · 3 comments
Closed

Optional serialization without map tag #705

MarcelKlammer opened this issue Nov 18, 2024 · 3 comments

Comments

@MarcelKlammer
Copy link
Contributor

Hi team,

We find ourselves in the difficult situation to need to support Cardano networks of earlier eras than chang and thus kind of need a way to force serialization without the new map tag.

Would it be possible to implement a flag to support serialization of pre chang?

@MarcelKlammer
Copy link
Contributor Author

I've implemented a workaround by dynamically loading an older lib version for earlier era networks.

@lisicky
Copy link
Contributor

lisicky commented Nov 21, 2024

Hi @MarcelKlammer! Unfortunately we don’t have plans to add it, because we supports previous eras only for deserialization. But yes previous CSL version's is good solution.

But we are open we for PR’s or suggestion of CSL improvements.

Was glad to see you at the summit.

@lisicky
Copy link
Contributor

lisicky commented Dec 11, 2024

@MarcelKlammer just remind from my side:
FixedTransaction preserves original redeemers format either map or array. So you can just decode tx by FixedTransaction and add necessary signatures by FixedTransaction and everything will be consistent.

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

No branches or pull requests

2 participants