forked from ethereum/go-ethereum
-
Notifications
You must be signed in to change notification settings - Fork 12
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
Faulty nodes #99
Open
markya0616
wants to merge
25
commits into
istanbul/develop
Choose a base branch
from
feature/faulty_nodes
base: istanbul/develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Faulty nodes #99
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
markya0616
force-pushed
the
feature/faulty_nodes
branch
from
June 19, 2017 09:14
c1bb066
to
a5b5c8d
Compare
consensus/istanbul/config.go
Outdated
const ( | ||
Disabled uint64 = iota | ||
Disabled FaultyMode = iota |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
是否需要修改proposal內容,在broadcast出去?
例如extra-data裡的validator list是被竄改過的
committed seals裡面也具有不在validator list裡的人的seal
markya0616
force-pushed
the
feature/faulty_nodes
branch
from
June 21, 2017 01:59
4b6e389
to
c956d56
Compare
markya0616
changed the base branch from
feature/timeout_base_round
to
feature/pbft
June 21, 2017 02:01
markya0616
force-pushed
the
feature/faulty_nodes
branch
from
June 22, 2017 09:40
c956d56
to
2ff954f
Compare
markya0616
force-pushed
the
feature/faulty_nodes
branch
from
June 26, 2017 06:40
2ff954f
to
22527ad
Compare
markya0616
force-pushed
the
istanbul/develop
branch
from
July 17, 2017 08:27
412da96
to
21d9a78
Compare
markya0616
force-pushed
the
feature/faulty_nodes
branch
from
July 17, 2017 09:11
27345f2
to
0582549
Compare
markya0616
force-pushed
the
istanbul/develop
branch
from
July 24, 2017 06:29
03d37c0
to
68cbcf9
Compare
markya0616
force-pushed
the
feature/faulty_nodes
branch
from
July 24, 2017 07:09
0582549
to
df557f7
Compare
tailingchen
force-pushed
the
istanbul/develop
branch
from
July 31, 2017 09:58
b59c7d0
to
dccfb94
Compare
markya0616
force-pushed
the
istanbul/develop
branch
from
August 1, 2017 06:44
4d6d507
to
2d811e4
Compare
markya0616
force-pushed
the
feature/faulty_nodes
branch
from
August 1, 2017 07:25
df557f7
to
661c167
Compare
markya0616
force-pushed
the
istanbul/develop
branch
from
August 7, 2017 15:09
164faea
to
35d36a2
Compare
markya0616
force-pushed
the
feature/faulty_nodes
branch
from
August 8, 2017 01:58
661c167
to
69d29f0
Compare
markya0616
force-pushed
the
istanbul/develop
branch
from
August 14, 2017 06:19
35d36a2
to
fda548f
Compare
markya0616
force-pushed
the
istanbul/develop
branch
3 times, most recently
from
August 25, 2017 07:12
f152944
to
adc0cb8
Compare
markya0616
changed the base branch from
istanbul/develop
to
feature/istanbul
September 11, 2017 02:10
markya0616
changed the base branch from
feature/istanbul
to
istanbul/develop
September 11, 2017 02:10
markya0616
force-pushed
the
feature/faulty_nodes
branch
from
September 11, 2017 02:43
3748f0b
to
1599104
Compare
markya0616
force-pushed
the
istanbul/develop
branch
from
September 12, 2017 03:39
74d8f15
to
170e938
Compare
markya0616
force-pushed
the
feature/faulty_nodes
branch
from
September 12, 2017 03:41
1599104
to
0cd61d1
Compare
markya0616
force-pushed
the
istanbul/develop
branch
from
September 15, 2017 07:09
1d28a1c
to
6eb4e85
Compare
markya0616
force-pushed
the
feature/faulty_nodes
branch
from
September 15, 2017 07:35
0cd61d1
to
81f8ab9
Compare
markya0616
force-pushed
the
istanbul/develop
branch
2 times, most recently
from
October 4, 2017 03:06
b389e13
to
cfc586a
Compare
markya0616
force-pushed
the
istanbul/develop
branch
from
December 18, 2017 02:52
4cb4e46
to
5ab6775
Compare
markya0616
force-pushed
the
feature/faulty_nodes
branch
from
December 18, 2017 02:58
cde89b5
to
3fbbbba
Compare
markya0616
force-pushed
the
istanbul/develop
branch
2 times, most recently
from
January 23, 2018 01:59
cb3c2e1
to
3d49176
Compare
markya0616
force-pushed
the
istanbul/develop
branch
from
March 26, 2018 09:37
daaeb0a
to
9502792
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.