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

[WIP] RC3 - Raise gas limits & fix client sync #129

Merged
merged 8 commits into from
Feb 23, 2019

Conversation

orogvany
Copy link
Collaborator

@orogvany orogvany commented Feb 5, 2019

fix client sync, and add check to ensure that bad block is not
accepted on sync for testnet.

orogvany and others added 7 commits January 31, 2019 23:16
validators

fixes issue submitted by @honeycrypto

Also fix client sync, and add check to ensure that bad block is not
accepted on sync for testnet.
the threshold.

If there are 10 validators, with heights of
10
20
30
40
etc

66% floored gives us taking a value of 60, whereas
66% rounded gives us sync height of 70

In one case, we have 5/10 that are sync'd higher, and in the
other only 4/10 that are syncd to that height or higher.

Ideally, we'd probably want the inverse, so 66% are synced higher, but I
imagine there's room to allow the 66th percent to sync, so sticking
with pre-existing logic for sync.
@orogvany orogvany changed the title Core: Check validator set on forcedfork for testnet unblock [WIP] RC3 - Raise gas limits & fix client sync Feb 12, 2019
@orogvany
Copy link
Collaborator Author

Updated with more fixes from perf testing

@orogvany orogvany changed the base branch from develop to RC3 February 23, 2019 19:12
@orogvany orogvany merged commit 006e5bb into semuxproject:RC3 Feb 23, 2019
@orogvany orogvany deleted the fix_testnet branch February 23, 2019 19:12
@semuxgo semuxgo mentioned this pull request Apr 21, 2019
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

2 participants