You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we widely use string.includes to test if a keyword matches. This is not ideal, for the error that has an explicit type in the pallet, we should check against the accurate type too.
String matching should only be considered for errors like StfErrors where the actual reason is hidden behind.
Medium prio
✔️ Please set appropriate labels and assignees if applicable.
The text was updated successfully, but these errors were encountered:
Kailai-Wang
added
I2-medium
should be completed within 10 working days
D3-chore
tasks that need to be completed but don’t provide any additional features/functionality
labels
Mar 28, 2023
❗ This issue is stale because it has been open for 60 days with no activity.
Remove Stale label or update it, otherwise this issue will be closed in 7 days.
@litentry/parachain
Context
Currently we widely use
string.includes
to test if a keyword matches. This is not ideal, for the error that has an explicit type in the pallet, we should check against the accurate type too.String matching should only be considered for errors like
StfErrors
where the actual reason is hidden behind.Medium prio
✔️ Please set appropriate labels and assignees if applicable.
The text was updated successfully, but these errors were encountered: