stellar / rs-soroban-env

Rust environment for Soroban contracts.
Apache License 2.0
62 stars 43 forks source link

Rename extend host functions #1240

Closed SirTyson closed 11 months ago

SirTyson commented 11 months ago

What

Awhile back we renamed the extend family of functions in the SDK. This renames the host functions accordingly for consistency.

Resolves #1134.

dmkozh commented 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.

dmkozh commented 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.

We've set pre-release to 0, so you shouldn't need the update anymore.