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

Fix 4493 bug - TxWitness text envelope format does not roundtrip in Shelley era #4501

Merged
merged 1 commit into from
Oct 5, 2022

Commits on Oct 5, 2022

  1. Fix TxWitness text envelope formatting for the Shelley era

    Fix 4493 bug - essentially the type field in the Shelley era text envelope tx body was being written to disk as "TxWitnessShelley" and being read from disk as "TxWitness Shelley". I.e there was a mismatch and therefore it was not possible to read shelley era transaction bodies.
    
    Closes: #4493
    Jimbo4350 committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    76beb9a View commit details
    Browse the repository at this point in the history