Skip to content

Bump LATEST_SUPPORTED_OZ_RELEASE to v0.7.x #465

Description

@oceans404

Context

theahaco/scaffold-stellar#451 pinned LATEST_SUPPORTED_OZ_RELEASE to v0.6.0 because v0.7.0-rc.1 was unaudited and broke scaffold init. OZ v0.7.0 is now stable (Apr 3) and v0.7.1 shipped Apr 10.

The CLI repo is already on soroban-sdk 25.1.0, so no other dep changes are needed here.

What needs to change

One line in crates/stellar-scaffold-cli/src/commands/generate/contract/mod.rs:

// current
const LATEST_SUPPORTED_OZ_RELEASE: &str = "v0.6.0";

// after
const LATEST_SUPPORTED_OZ_RELEASE: &str = "v0.7.0"; // or "v0.7.1"

Blocked by

This should land after theahaco/scaffold-stellar-frontend#208 (upgrade template to soroban-sdk 25.x + OZ v0.7.x). If we bump this first, scaffold init will pull v0.7.x OZ examples into a template that's still on soroban-sdk 23.4.0, which will fail to compile — the same mismatch that broke things before.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions