-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Multiple BN HTTP resolver #13433
Multiple BN HTTP resolver #13433
Changes from 31 commits
206207b
5437c44
a3eda2d
d337580
d61d6f2
1c72112
b7e0af5
078368f
75c1059
8903562
ea93b95
e531899
e0bd304
5b498ee
0cbe1d2
622e032
e30b689
0a3f42c
275b106
de49ead
1d8051a
7436737
f0c5481
70cb837
23476db
c8bcaa8
db506e5
836cbaa
ad070af
991ccfe
1f9aebf
11c5644
29cb291
26b1326
be1186f
046d107
aeee310
7035b9b
0a4e750
c462648
61e1f1a
02cd3c3
f822c3a
b0ef618
bab817c
600cfe8
d968a1d
9427db4
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -150,4 +150,6 @@ type ValidatorClient interface { | |
EventStreamIsRunning() bool | ||
GetAggregatedSelections(ctx context.Context, selections []BeaconCommitteeSelection) ([]BeaconCommitteeSelection, error) | ||
GetAggregatedSyncSelections(ctx context.Context, selections []SyncCommitteeSelection) ([]SyncCommitteeSelection, error) | ||
RetrieveHost() string | ||
UpdateHost(host string) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can these be called |
||
} |
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.
Can these be called
Host
/ChangeHost
for consistency?