Skip to content

DIP4 implementation#2251

Merged
UdjinM6 merged 5 commits into
dashpay:developfrom
codablock:pr_dip4
Sep 3, 2018
Merged

DIP4 implementation#2251
UdjinM6 merged 5 commits into
dashpay:developfrom
codablock:pr_dip4

Conversation

@codablock
Copy link
Copy Markdown

@codablock codablock commented Aug 31, 2018

This PR implements DIP4 and is extracted from #2083. It is activated at the same time as DIP2 and DIP3.

The PR currently also includes the commits from #2250, which I'll remove after it is merged.

@UdjinM6 UdjinM6 modified the milestones: 12.3, 12.4 Aug 31, 2018
Copy link
Copy Markdown

@UdjinM6 UdjinM6 left a comment

Choose a reason for hiding this comment

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

see inline comments

Comment thread src/evo/cbtx.h Outdated
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

uint16_t

Comment thread src/evo/cbtx.h Outdated
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

naming

Comment thread src/evo/cbtx.cpp Outdated
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

s/!=/>/

Comment thread src/net_processing.cpp Outdated
Copy link
Copy Markdown

@UdjinM6 UdjinM6 Aug 31, 2018

Choose a reason for hiding this comment

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

Should probably add smth like

else if (strCommand == NetMsgType::MNLISTDIFF) {
    // we have never requested this
    LOCK(cs_main);
    Misbehaving(pfrom->id, 100);
}

@codablock
Copy link
Copy Markdown
Author

Pushed review fixes

Copy link
Copy Markdown

@UdjinM6 UdjinM6 left a comment

Choose a reason for hiding this comment

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

👍

utACK

@UdjinM6 UdjinM6 merged commit 2900760 into dashpay:develop Sep 3, 2018
@codablock codablock deleted the pr_dip4 branch September 14, 2018 12:51
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.

2 participants