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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: 馃悰 fix encode int64 #7

Merged
merged 1 commit into from
Dec 7, 2022
Merged

fix: 馃悰 fix encode int64 #7

merged 1 commit into from
Dec 7, 2022

Conversation

binsee
Copy link
Collaborator

@binsee binsee commented Dec 7, 2022

uint64 4294967296n -> `188080808010`
uint64 4294967295n -> `18ffffffff0f`
uint64 2254038901n -> `18f5cee7b208`
uint64 18446744073709551615n -> `18ffffffffffffffffff01`
sint64 -233n -> `50d103`

@binsee binsee merged commit ede0524 into main-juzi Dec 7, 2022
@binsee binsee deleted the fix/litter-bigint branch December 7, 2022 12:53
@binsee binsee changed the title fix: 馃悰 fix encode int64 <4294967295 fix: 馃悰 fix encode int64 Dec 7, 2022
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

1 participant