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
There are some hard-coded mocks in the SDK tests that no longer reflect the ABI and data formats returned by the contracts.
We either need to manually update these or figure out how to avoid these kinds of manually (AI) generated mocks.
🤔 Rationale
For now I've updated the production code to expect what local node returns instead of what a test net might return, which fixes the test that no longer has good data.
Ideally these mocks are both correct and useful to ensure we will have good test net performance, but they are misleading now!
📋 Additional context
@jackpooleyml Can explain the purpose of these tests, and if they will also impact the rust tests!
The text was updated successfully, but these errors were encountered:
The log parsing format is broken because the return type changed,
but regenerating the log format is non-trival so that can be updated later.
introducing #84
📝 Description
There are some hard-coded mocks in the SDK tests that no longer reflect the ABI and data formats returned by the contracts.
We either need to manually update these or figure out how to avoid these kinds of manually (AI) generated mocks.
🤔 Rationale
For now I've updated the production code to expect what local node returns instead of what a test net might return, which fixes the test that no longer has good data.
Ideally these mocks are both correct and useful to ensure we will have good test net performance, but they are misleading now!
📋 Additional context
@jackpooleyml Can explain the purpose of these tests, and if they will also impact the rust tests!
The text was updated successfully, but these errors were encountered: