Skip to content

EIP-5007: Change uint64 to int64 #6043

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 2 commits into from
Nov 25, 2022
Merged

EIP-5007: Change uint64 to int64 #6043

merged 2 commits into from
Nov 25, 2022

Conversation

emojidao
Copy link
Contributor

EIP-5007: Change uint64 to int64

The max value of int64 is 9,223,372,036,854,775,807. As a timestamp, 9,223,372,036,854,775,807 is about year 292,471,210,648. uint256 is too big for C, C++, Java, Go, etc, and int64 is natively supported by mainstream programming languages.

@emojidao emojidao requested a review from eth-bot as a code owner November 25, 2022 04:48
@github-actions github-actions bot added c-update Modifies an existing proposal t-erc labels Nov 25, 2022
0xanders
0xanders previously approved these changes Nov 25, 2022
@eth-bot
Copy link
Collaborator

eth-bot commented Nov 25, 2022

A critical exception has occurred:
Message: pr 6043 is already merged; quitting
(cc @alita-moore, @mryalamanchi)

@eth-bot eth-bot enabled auto-merge (squash) November 25, 2022 05:24
@eth-bot eth-bot merged commit 29e55c2 into ethereum:master Nov 25, 2022
@0xanders 0xanders deleted the 5007 branch November 25, 2022 05:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c-update Modifies an existing proposal t-erc
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants