-
Notifications
You must be signed in to change notification settings - Fork 4
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
Fix 20250115 #14
Fix 20250115 #14
Conversation
@@ -35,6 +35,7 @@ services: | |||
- ${SUB_COMMAND:-} # set SUB_COMMAND env variable to "test" to run tests | |||
- -f=/app | |||
- --db-schema=app | |||
- --unsafe |
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.
I think this can be reverted
@@ -22,12 +22,13 @@ | |||
"license": "MIT", | |||
"dependencies": { | |||
"@subql/common": "latest", | |||
"@subql/types-stellar": "latest" | |||
"@subql/types-stellar": "latest", | |||
"soroban-client": "^1.0.1" |
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.
Soroban-client is deprecated. This should be under @stellar/stellar-sdk
"@subql/testing": "latest", | ||
"@subql/types": "latest", |
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.
This can be removed, this is substrate types. The same applies to all starters
No description provided.