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

Tidy up the CLI tx out datum support #2806

Merged
merged 4 commits into from
Jun 9, 2021
Merged

Conversation

dcoutts
Copy link
Contributor

@dcoutts dcoutts commented Jun 9, 2021

This is a follow-up to PR #2798

Rather than a mix of attoparsec and parsec.

attoparsec is still used for Scientific values and JSON.
Simpler story with parsing, and with the internal handling. Parse it
fully in the CLI parser so we don't need to parse later.

Also properly report the use of output datums when it is not supported,
rather than silently ignoring them.
For consistency with the --tx-out flag.

This has not been released yet, so there are no backwards compat
concerns.
Copy link
Contributor

@Jimbo4350 Jimbo4350 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for tidying up my rushed code!

@newhoggy
Copy link
Contributor

newhoggy commented Jun 9, 2021

bors merge

@iohk-bors
Copy link
Contributor

iohk-bors bot commented Jun 9, 2021

@iohk-bors iohk-bors bot merged commit 898f526 into master Jun 9, 2021
@iohk-bors iohk-bors bot deleted the dcoutts/tx-out-datum branch June 9, 2021 13:48
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

Successfully merging this pull request may close these issues.

3 participants