-
-
Notifications
You must be signed in to change notification settings - Fork 67
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
PyCardano creates invalid transaction for Chang networks #369
Comments
It seems like @cffls already started building a branch for Chang here: https://github.com/Python-Cardano/pycardano/commits/chang/ Since the only reason that Chang is not mainnet yet was some delay it would be good if this progresses soon 😅 Trying to consolidate progress in this issue |
Merged your branch |
I suspect the problem you observed above was caused by the enforcement of non-empty set/list in the second era of Chang HF: https://github.com/IntersectMBO/cardano-ledger/blob/master/eras/conway/impl/cddl-files/extra.cddl#L1-L3 |
Hi, wanted to know if this issue is already fixed. I am having the same error right now. My app is stuck and cannot submit transactions. |
Hey @larestrepo |
Describe the bug
To Reproduce
Build and submit tx using Ogmios V6 and i.e. collect_gift.py from OpShin pioneer program on preprod
Expected behavior
Should submit correctly
Additional context
Copied from discord: https://discord.com/channels/1077870759667580929/1276796332178276377
Also apparently the old tx format is incompatible to new hardfork Chang era: https://x.com/_KtorZ_/status/1829102452630491140
TODO: find some documentation of what exactly breaks in Chang
The text was updated successfully, but these errors were encountered: