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

Change "v" to u64. #18

Open
mpapierski opened this issue Sep 18, 2018 · 0 comments
Open

Change "v" to u64. #18

mpapierski opened this issue Sep 18, 2018 · 0 comments

Comments

@mpapierski
Copy link
Contributor

It has to stay under 2**64-1 so it makes sense to change the data type from BigEndianInt into u64.

Currently it can't be done because of althea-net/serde-rlp#10 which should improve serialization of primitive types like u64.

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

No branches or pull requests

1 participant