Skip to content

Remove dependency on StringLike class #154

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

Merged
merged 5 commits into from
Apr 29, 2022
Merged

Remove dependency on StringLike class #154

merged 5 commits into from
Apr 29, 2022

Conversation

martyall
Copy link
Collaborator

@martyall martyall commented Dec 17, 2021

NB Most of the diff here is from running purty. We should really be enforcing that purty is clean on merge to master. The only real change is in this file and then updating everywhere we use that.

The only place where we have this dependency is https://pursuit.purescript.org/packages/purescript-parsing/6.0.2/docs/Text.Parsing.Parser.String#v:anyChar

This really didn't make any sense anyway because it makes no sense to take a char from a HexString, you can only take bytes which means taking two Chars at a time. This PR corrects this problem, and allows for us to upgrade to purescript-parsing v7.0.0 whenever we update the underlying purescript-eth-core lib

@martyall martyall merged commit 9a99958 into master Apr 29, 2022
@martyall martyall deleted the take-bytes branch April 29, 2022 16:50
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.

1 participant