-
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
"Reset" button in UI #7406
"Reset" button in UI #7406
Conversation
ce3bfb1
to
5a03d79
Compare
5a03d79
to
090dd85
Compare
e5c172b
to
be8ed81
Compare
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.
Left some small non-blocking comments. Otherwise LGTM
be8ed81
to
e730b27
Compare
b12f7bd
to
408b674
Compare
3b6459b
to
ea2e084
Compare
ea2e084
to
88e7b26
Compare
8dbcf3c
to
0e67293
Compare
@@ -109,6 +109,7 @@ func (ks *eth) Create(chainIDs ...*big.Int) (ethkey.KeyV2, error) { | |||
if err == nil { | |||
ks.notify() | |||
} | |||
ks.logger.Infow(fmt.Sprintf("Created EVM key with ID %s", key.Address.Hex()), "address", key.Address.Hex(), "evmChainIDs", chainIDs) |
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.
What format does chainIDs
get logged in? JSON array?
Might we later get annoyed by the plural key name evmChainIDs
when trying to filter logs by keys and evmChainID
doesn't match this?
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.
Yes, JSON array.
I think the plural is ok.
"Reset" button in admin UI allows configuring key/chain.