Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

bandwidth - 1.8.x #7836

Merged
merged 2 commits into from
Sep 3, 2019
Merged

bandwidth - 1.8.x #7836

merged 2 commits into from
Sep 3, 2019

Conversation

heifner
Copy link
Contributor

@heifner heifner commented Sep 3, 2019

Change Description

Consensus Changes

  • Consensus Changes

API Changes

  • API Changes

Documentation Additions

  • Documentation Additions

heifner added a commit that referenced this pull request Sep 3, 2019
…related app post from low to medium since it deals with blocks.
req.req_blocks.mode = catch_up;
req.req_trx.mode = none;
c->enqueue( req );
if( cc.get_block_id_for_num( msg.head_num ) != msg.head_id ) {
Copy link
Contributor

Choose a reason for hiding this comment

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

There is a comment block above where we should probably note what this branch "means"

Something like

4.1 My head block number >= peer head block number but they appear to be on a different fork which may be better and should be requested

Copy link
Contributor

Choose a reason for hiding this comment

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

At the very least we should note the difference in comments in develop I think these backports also should bear the comments though.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good point. I'll update all of them.

@heifner heifner merged commit 71cf10e into release/1.8.x Sep 3, 2019
@heifner heifner deleted the bandwidth branch September 3, 2019 15:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants