Update soroban sdk version in contract template#2206
Conversation
fnando
left a comment
There was a problem hiding this comment.
Why are we changing this to not use the workspace version? This could lead to more than one contract having different versions, no?
Which is okay. Contracts don't necessarily all get updated on mainnet at the same time. Having it in the workspace encourages lock step development across what are independent deployables. |
|
This change doesn't prevent folks from using workspace dependencies, it just doesn't set folks up from day one to use workspace dependencies unnecessarily. |
but I thought we wanted that, when we moved to workspaces. 🤔 |
|
Updated to just the version. |
What
Update soroban sdk version from dependency 22.0.0 to a dependency 23.0.2 in contract templates generated with stellar contract init.
Why
Align contract templates with latest sdk version to ensure compatibility and access to newest features and fixes.