Closed SirTyson closed 11 months ago
You need to bump pre-release version in soroban-env-common/meta.rs
. That also means that you'll need to regenerate the test wasms, which will also mean that you need to update observations. We've actually planned to switch to pre-release 0, so this check won't be needed anymore, so maybe it would be wiser to just wait a day or two before merging this PR.
You need to bump pre-release version in
soroban-env-common/meta.rs
. That also means that you'll need to regenerate the test wasms, which will also mean that you need to update observations. We've actually planned to switch to pre-release 0, so this check won't be needed anymore, so maybe it would be wiser to just wait a day or two before merging this PR.
We've set pre-release to 0, so you shouldn't need the update anymore.
What
Awhile back we renamed the extend family of functions in the SDK. This renames the host functions accordingly for consistency.
Resolves #1134.