We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Spec: ethereum/EIPs#6122
ForkId implementation should include timestamps in the CRC calculation and the next value is the timestamp of the next fork.
This is based on geth's impl: ethereum/go-ethereum#25878 ...this PR includes test cases with the expected hashes that we can borrow for ours too :)
Relevant test classes are ForkIdsTest.java and EIP2124Test.java.
This issue is a follow on from #4743 which was getting too big already.
The text was updated successfully, but these errors were encountered:
First pass impl: 9e8243c
Sorry, something went wrong.
jframe
No branches or pull requests
Spec: ethereum/EIPs#6122
ForkId implementation should include timestamps in the CRC calculation and the next value is the timestamp of the next fork.
This is based on geth's impl: ethereum/go-ethereum#25878
...this PR includes test cases with the expected hashes that we can borrow for ours too :)
Relevant test classes are ForkIdsTest.java and EIP2124Test.java.
This issue is a follow on from #4743 which was getting too big already.
The text was updated successfully, but these errors were encountered: