Conversation
|
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
|
didn't initially see the 2 failing checks, taking a look nb: and convert more JS files to TS along the way TODO
|
yep spotted taking a look ^ our husky pre-commit hook running lint-staged is only running |
|
as i'm renaming (prefixing, we could also suffix) our ~50ish destructed core>engine controller variables from context due to duplicate names from upper scope (imports) - not necessarily a bad thing are these renames something we prefer? as we continue refactoring from JS to TS and restore our type checking (TSC) while fixing type errors... or happy to disable some food for thought for Monday i'll bring up then ^ |
|
after some thought it's not worth reducing strictness and disabling so only disabled it for |
| for (const importedAccount of importedAccounts) { | ||
| await KeyringController.importAccountWithStrategy('privateKey', [ | ||
| importedAccounts[i], | ||
| importedAccount, |
There was a problem hiding this comment.
^ simpler refactor than:
for (const id of importedAccounts) {
await KeyringController.importAccountWithStrategy('privateKey', [
importedAccounts[id],
]);
}|
thanks @sethkfman for re-actioning CI ^ fixing the non-components tests then re-readying up (hopefully get contributor permish soon) edit: goddarn memory leak freezing internet again 😅 getting there with |
|
fixed the cause of the non-component tests in a495187 |
|
after fixing the tests, i'm still getting this for 1 test, even on
but no bueno with edit: raised in |
Closing in favour of new PR, old fork no longer exists, pushing/publishing no longer working and:
Edit: New PR with new branch name |



Development & PR Process
release-xxlabel to identify the PR slated for a upcoming release (will be used in release discussion)needs-dev-reviewlabel when work is completedneeds-qalabel when dev review is completedQA Passedlabel when QA has signed offDescription
Fix: #5878
Checklist
cc @Cal-L @gantunesr