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

Make bytes and string uppercase #2080

Merged

Conversation

iamdefinitelyahuman
Copy link
Contributor

What I did

Rename bytes and string to Bytes and String

Related to #1440

How I did it

A lot of grepping.

How to verify it

Run tests.

Description for the changelog

bytes and string have been changed to Bytes and String

Cute Animal Picture

image

@@ -91,7 +91,8 @@ def get_type_from_abi(
type_string = abi_type["type"]
if type_string == "fixed168x10":
type_string = "decimal"
# TODO string and bytes
Copy link
Member

Choose a reason for hiding this comment

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

Why was this note there?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

in anticipation of this, I guess 😄

@iamdefinitelyahuman iamdefinitelyahuman merged commit ea15d74 into vyperlang:master Jul 3, 2020
@iamdefinitelyahuman iamdefinitelyahuman deleted the uppercase-types branch July 3, 2020 06:10
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