-
Notifications
You must be signed in to change notification settings - Fork 28
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
test: fix tests & ci #932
test: fix tests & ci #932
Conversation
* chore: replace all uses of tx.balances.transfer() * test: update mocks
* Rename Docker image * Fix second occurrence * Update workflow input label to match new Docker container * Update all references
Contributed by @ggera
It seems the Docker image does not exist? |
The docker image seems fine to me but we are getting the same errors on |
That's the hint; the reason it can't find the right definitions might be that we changed the chain name for the standalone chain and hadn't updated this in the types for the legacy sdk. That would also explain why the production apps didn't break. |
Enables and fixes CI/tests for PRs to
v0-lts
, the legacy sdk support branch.Includes backports of #929, #921, #903 & #871.
It seems that the type definitions here are already out of date, leading to CI failure. This is fixed in #933.
Checklist: