Chore/bump soroban sdk - #247
Conversation
|
Needs review Linked to The pull request includes extensive modifications to ADR documentation that are unrelated to the soroban-sdk upgrade issue. Reviewed commit: |
|
@HassanKorey Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
16c9b1a to
f16b25b
Compare
|
MergeKeeper review Scope: in scope for linked issue The pull request correctly bumps soroban-sdk to version 27.0.6 addressing issue 83. Reviewed commit: |
|
MergeKeeper merge status Status: blocked Reason: One or more required CI checks failed. Failing checks:
Next steps:
|
feat(contracts): upgrade to latest soroban-sdk version and resolve deprecations
Summary
This pull request updates the
accensa-contractsrepository to use the latest stablesoroban-sdkrelease (27.0.6).Staying on the latest SDK ensures we benefit from any underlying WASM VM compiler optimizations, security patches, and efficiency improvements. A codebase audit for the
27.0.6patch series confirmed that there are no deprecations or breaking changes required for ourextend_ttl,persistent(),temporary(), orinstance()storage access patterns.Contract Change Safety Checklist
Please verify that your changes adhere to contract stability requirements:
docs/EVENTS.md)CHANGELOG.md?DEPLOYMENTS.mdbeen documented?cargo test) and/or exercised on Soroban testnet? (Requires local verification before merge)Related Issues
Closes #83