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

20181201 p2p optimization #1241

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lyy4j
Copy link

@lyy4j lyy4j commented Dec 2, 2018

update the oldest node to last where the oldest win the new node

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.1%) to 56.749% when pulling 4e32378 on lyy4j:20181201_p2p_optimization into e5ed70b on ethereum:master.

Copy link
Contributor

@mkalinin mkalinin left a comment

Choose a reason for hiding this comment

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

Could you please create a PR into ethereum:develop?

@@ -350,7 +350,7 @@ mine {
# transactions with the gas price lower than this will not be
# included in mined blocks
# decimal number in weis
minGasPrice = 15000000000 # 15 Gwei
minGasPrice = 1000000000 # 1 Gwei
Copy link
Contributor

Choose a reason for hiding this comment

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

Handled by 5c796de

Copy link
Author

Choose a reason for hiding this comment

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

ok

@lyy4j
Copy link
Author

lyy4j commented Dec 3, 2018

i hava create a pr into ethereum:develop
#1242

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