-
Notifications
You must be signed in to change notification settings - Fork 361
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
Adjust known lookup with support for [u8;32] #5764
Conversation
I am having this |
I think there just has not been a new release since this fix yet. |
But if this is the fix, it hasn’t been merged anyway, no ? |
Can we get this merged? It's blocking me building out new e2e substrate test infra with chopsticks. |
Is this going to get merged? We are seeing this annoying error message as well. |
@@ -18,8 +20,8 @@ interface ManualDefinition { | |||
section: string; | |||
} | |||
|
|||
function findSiPrimitive (registry: Registry, _prim: string): PortableType | undefined { | |||
const prim = _prim.toLowerCase(); | |||
function findSiPrimitive (registry: Registry, type: string): PortableType | undefined { |
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.
nit: type
is a keyword in Typescript; I'd suggest using a different identifier
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Closes #5760