-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
testdata/scripts/nodes/evm/list: add test; common/client: fix names in multinode state map #15339
Conversation
c055679
to
5b1d243
Compare
@@ -387,7 +387,7 @@ require ( | |||
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect | |||
github.com/rivo/uniseg v0.4.4 // indirect | |||
github.com/robfig/cron/v3 v3.0.1 // indirect | |||
github.com/rogpeppe/go-internal v1.12.0 // indirect | |||
github.com/rogpeppe/go-internal v1.13.1 // indirect |
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.
There was a bug causing failure when the test actually passed.
} | ||
for _, n := range c.sendOnlyNodes { | ||
states[n.String()] = n.State().String() | ||
states[n.Name()] = n.State().String() |
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.
String()
is Name+URL+State
AER Report: CI Core ran successfully ✅AER Report: Operator UI CI ran successfully ✅ |
5b1d243
to
611d80b
Compare
611d80b
to
72f423d
Compare
I see you added a changeset file but it does not contain a tag. Please edit the text include at least one of the following tags:
|
…n multinode state map
72f423d
to
70718be
Compare
https://smartcontract-it.atlassian.net/browse/BCF-3430