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

u64 chain_id #15

Merged
merged 3 commits into from Nov 26, 2019
Merged

u64 chain_id #15

merged 3 commits into from Nov 26, 2019

Conversation

Cashmaney
Copy link

Modified chain_id to be u64 instead of u8

Also replaced the deprecated complete_unbounded_list with finalize_unbounded_list

#7

@tritone11
Copy link
Contributor

tritone11 commented Nov 21, 2019

LGTM, there is a warning in nightly rust to change into_iter() with iter()
https://travis-ci.org/synlestidae/ethereum-tx-sign/jobs/615082612?utm_medium=notification&utm_source=github_status

Also we should bump the version to 3.0.0

@Cashmaney
Copy link
Author

Thanks for looking the PR over!

Other than fixing the iter() thing I modified the type of chain_id to be generic, so we could avoid breaking current uses. Since this now isn't a breaking change, I figured we could bump the version to 2.1.0 instead of 3.0.0.

@synlestidae
Copy link
Owner

Thank you for making this PR!

I will sort out the version stuff. Happy to keep 2.1.0 as long as the change is non-breaking.

@synlestidae synlestidae merged commit 23862c2 into synlestidae:master Nov 26, 2019
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.

None yet

3 participants