Skip to content

feat: Update to iota v1.25.0 - Tests with product-core upstream-merge feature branch#284

Open
chrisgitiota wants to merge 2 commits into
mainfrom
feat/iota-v1-25
Open

feat: Update to iota v1.25.0 - Tests with product-core upstream-merge feature branch#284
chrisgitiota wants to merge 2 commits into
mainfrom
feat/iota-v1-25

Conversation

@chrisgitiota

@chrisgitiota chrisgitiota commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

Warning

DON'T MERGE THIS PULL REQUEST

This PR is only used to run CI tests against the product-core branch feat/iota-v1-25-rc-upstream-merge

Description of change

Following dependencies have been changed:

  • tokio version update to: -
  • fastcrypto version update to rev = "-"
  • All iota-rust-sdk.git dependencies: Update to rev = 35a27488b887e28e844a1e46d7edb78605871155
  • notarization_wasm:
    • New peerDep. version for @iota/iota-sdk: _
    • New dependency version for @iota/iota-interaction-ts: _
  • audit_trail_wasm:
    • New peerDep. version for @iota/iota-sdk: _
    • New dependency version for @iota/iota-interaction-ts: _
  • pin all product-core.git dependencies to branch = "feat/iota-v1-25-rc-upstream-merge"
  • pin all iota.git dependencies to tag = "v1.25.0"

The ObjectID type, that has been provided by the monorepo Rust SDK, has been replaced by the ObjectId type from the new standalone Rust SDK, which is a breaking change for all monorepo Rust SDK users (introduced with Commit e7c394b in the iota.git repo).

Therefore, Rust code in this repository using the obsolete ObjectID type, has been switched from using iota_sdk::types::base_types::ObjectID to use iota_sdk_types::ObjectId and all ObjectID type specifiers have been renamed to ObjectId.

The following types, previously imported from th eold monorepo Rust SDK are now imported from the new iota_sdk_types Rust SDK:

use iota_sdk_types::{ObjectId, Argument, TypeTag, StructTag, Owner, MakeMoveVector, Identifier, Command};

Rust users of the Trust Framework will also need to migrate their code in the same way.

Links to any relevant issues

iotaledger/product-core#67

Summary:
- [ ] tokio version update to: -
- [ ] fastcrypto version update to rev = "-"
- [x] All `iota-rust-sdk.git` dependencies: Update to rev = 35a27488b887e28e844a1e46d7edb78605871155
- [ ] notarization_wasm / audit_trail_wasm:
      - [ ] new peerDep. version for @iota/iota-sdk: _
      - [ ] new dependency version for @iota/iota-interaction-ts: _
- [x] pin all product-core.git dependencies to `branch = "feat/iota-v1-25-rc-upstream-merge"`
- [x] pin all iota.git dependencies to `tag = "v1.25.0"`

The `ObjectID` type, that has been provided by the monorepo Rust SDK, has been replaced by the `ObjectId` type from the new standalone Rust SDK, which is a breaking change for all monorepo Rust SDK users (introduced with Commit e7c394b in the iota.git repo).

Therefore, Rust code in this repository using the obsolete `ObjectID` type,  has been switched from using `iota_sdk::types::base_types::ObjectID` to use `iota_sdk_types::ObjectId` and all `ObjectID` type specifiers have been renamed to `ObjectId`.

The following types, previously imported from th eold monorepo Rust SDK are now imported from the new `iota_sdk_types` Rust SDK:
```
use iota_sdk_types::{ObjectId, Argument, TypeTag, StructTag, Owner, MakeMoveVector, Identifier, Command};
```

Rust users of the Trust Framework will also need to migrate their code in the same way.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant