Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
88bca84e
Commit
88bca84e
authored
May 27, 2023
by
Felipe Andrade
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
extract candidates logic, refactor update backend
parent
1270a43c
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
123 additions
and
102 deletions
+123
-102
consensus_poller.go
proxyd/consensus_poller.go
+122
-101
consensus_test.go
proxyd/integration_tests/consensus_test.go
+1
-1
No files found.
proxyd/consensus_poller.go
View file @
88bca84e
This diff is collapsed.
Click to expand it.
proxyd/integration_tests/consensus_test.go
View file @
88bca84e
...
...
@@ -428,7 +428,7 @@ func TestConsensus(t *testing.T) {
require
.
Equal
(
t
,
"0xb1"
,
bg
.
Consensus
.
GetSafeBlockNumber
()
.
String
())
})
t
.
Run
(
"latest dropped below safe, and stayed inconsistent
after ban
"
,
func
(
t
*
testing
.
T
)
{
t
.
Run
(
"latest dropped below safe, and stayed inconsistent"
,
func
(
t
*
testing
.
T
)
{
reset
()
useOnlyNode1
()
overrideBlock
(
"node1"
,
"latest"
,
"0xd1"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment