Skip to content
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

Merged
merged 8 commits into from
Sep 13, 2022
Merged

"Reset" button in UI #7406

merged 8 commits into from
Sep 13, 2022

Conversation

samsondav
Copy link
Collaborator

@samsondav samsondav commented Sep 12, 2022

"Reset" button in admin UI allows configuring key/chain.
Screenshot 2022-09-12 at 2 13 43 PM

@github-actions
Copy link
Contributor

github-actions bot commented Sep 12, 2022

Solana Smoke Test Results

1 tests   1 ✔️  4m 26s ⏱️
1 suites  0 💤
1 files    0

Results for commit 1129deb.

♻️ This comment has been updated with latest results.

@github-actions
Copy link
Contributor

github-actions bot commented Sep 12, 2022

EVM Smoke Test Results

52 tests   22 ✔️  6m 0s ⏱️
  1 suites  30 💤
  1 files      0

Results for commit 1129deb.

♻️ This comment has been updated with latest results.

Copy link

@Alejandro-Larumbe Alejandro-Larumbe left a 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

operator_ui/src/screens/KeyManagement/EVMAccountRow.tsx Outdated Show resolved Hide resolved
operator_ui/src/screens/KeyManagement/EVMAccountRow.tsx Outdated Show resolved Hide resolved
operator_ui/src/screens/KeyManagement/EVMAccountRow.tsx Outdated Show resolved Hide resolved
operator_ui/src/screens/KeyManagement/EVMAccountRow.tsx Outdated Show resolved Hide resolved
operator_ui/src/screens/KeyManagement/EVMAccountRow.tsx Outdated Show resolved Hide resolved
operator_ui/src/screens/KeyManagement/EVMAccountRow.tsx Outdated Show resolved Hide resolved
operator_ui/src/screens/KeyManagement/EVMAccountRow.tsx Outdated Show resolved Hide resolved
operator_ui/src/screens/KeyManagement/EVMAccountRow.tsx Outdated Show resolved Hide resolved
@@ -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)
Copy link
Contributor

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?

Copy link
Collaborator Author

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.

@samsondav samsondav merged commit 920df79 into develop Sep 13, 2022
@samsondav samsondav deleted the feature/sc-43120-2 branch September 13, 2022 17:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants