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: Explicit hash in max block size func. #2507

Merged
merged 1 commit into from Dec 15, 2020

Conversation

davecgh
Copy link
Member

@davecgh davecgh commented Dec 13, 2020

This modifies MaxBlockSize to accept a hash instead of using the current chain tip as part of an overall effort to make the blockchain module more explicit and less reliant on the current state.

@davecgh davecgh added this to the 1.7.0 milestone Dec 13, 2020
@davecgh davecgh force-pushed the blockchain_explicit_max_block_size branch 2 times, most recently from 09bfd76 to 6e77527 Compare December 13, 2020 06:55
Copy link
Member

@dnldd dnldd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Look good besides the highlighted issue.

This modifies MaxBlockSize to accept a hash instead of using the current
chain tip as part of an overall effort to make the blockchain module
more explicit and less reliant on the current state.
@davecgh davecgh force-pushed the blockchain_explicit_max_block_size branch from 6e77527 to 56d282a Compare December 15, 2020 00:44
@davecgh davecgh merged commit 56d282a into decred:master Dec 15, 2020
@davecgh davecgh deleted the blockchain_explicit_max_block_size branch December 15, 2020 01: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.

None yet

3 participants