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

Polina/min utxo alonzo #2237

Merged
merged 10 commits into from
Apr 17, 2021
Merged

Polina/min utxo alonzo #2237

merged 10 commits into from
Apr 17, 2021

Conversation

polinavino
Copy link
Contributor

@polinavino polinavino commented Apr 14, 2021

Copy link
Contributor

@JaredCorduan JaredCorduan left a comment

Choose a reason for hiding this comment

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

looks great, thanks @polinavino !

@@ -58,6 +60,10 @@ smallName c = AssetName . BS.pack $ [c]
largestName :: Char -> AssetName
largestName c = AssetName . BS.pack $ c : "0123456789ABCDEFGHIJ0123456789A"

-- | try using a real asset name the way the CLI handles input
realName :: AssetName
realName = Text.encodeUtf8 . Text.pack "ATADAcoin"
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
realName = Text.encodeUtf8 . Text.pack "ATADAcoin"
realName = Text.encodeUtf8 . Text.pack $ "ATADAcoin"

@polinavino polinavino merged commit 476e3a0 into master Apr 17, 2021
@iohk-bors iohk-bors bot deleted the polina/min-utxo-alonzo branch April 17, 2021 16:27
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.

2 participants