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

blockchain: Return uint256 from chain work method. #2959

Merged
merged 1 commit into from
Jun 10, 2022

Conversation

davecgh
Copy link
Member

@davecgh davecgh commented Jun 9, 2022

This modifies the method that returns the total cumulative work for a given block to return a more efficient uint256 instead of a big integer and updates all consumers accordingly.

@davecgh davecgh added this to the 1.8.0 milestone Jun 9, 2022
This modifies the method that returns the total cumulative work for a
given block to return a more efficient uint256 instead of a big integer
and updates all consumers accordingly.
@davecgh davecgh force-pushed the blockchain_uint256_chainwork branch from b406a77 to fb85522 Compare June 10, 2022 18:36
@davecgh davecgh merged commit fb85522 into decred:master Jun 10, 2022
@davecgh davecgh deleted the blockchain_uint256_chainwork branch June 10, 2022 19:04
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.

3 participants