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
After developing a new where API in PR #993, we have encountered a failure in the pipeline during the cargo test phase (details here: CI Run).
It appears that the issue may stem from modifications made to classes, possibly due to a hardcoded class hash. This is preventing the merging of PR dojoengine#993 as the pipeline fails to pass.
The task at hand is to verify whether the problem is indeed due to a hardcoded class hash. If confirmed, the necessary corrections should be implemented. If the hardcoded hash is not the cause, further investigation is required to identify the root of the problem and apply a fix.
The text was updated successfully, but these errors were encountered:
After developing a new
where API
in PR #993, we have encountered a failure in the pipeline during thecargo test
phase (details here: CI Run).It appears that the issue may stem from modifications made to classes, possibly due to a hardcoded class hash. This is preventing the merging of PR dojoengine#993 as the pipeline fails to pass.
The task at hand is to verify whether the problem is indeed due to a hardcoded class hash. If confirmed, the necessary corrections should be implemented. If the hardcoded hash is not the cause, further investigation is required to identify the root of the problem and apply a fix.
The text was updated successfully, but these errors were encountered: