Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upstream changes v0.10.3-rc #1606

Open
wants to merge 3 commits into
base: feat/identity-rebased-alpha
Choose a base branch
from

Conversation

chrisgitiota
Copy link

@chrisgitiota chrisgitiota commented Mar 11, 2025

Description of change

The sources contained in identity_iota_interaction/src/sdk_types have been updated to the v0.10.3-rc version of the iotaledger/iota repository.

Additionally the following dependencies have been pinned to specific versions:

  • iota-.... = "v0.10.3-rc"
  • tokio = "1.43" (as been used in iotaledger/iota.git repository)

Links to any relevant issues

fixes #1603

Type of change

Add an x to the boxes that are relevant to your changes.

  • Bug fix (a non-breaking change which fixes an issue)
  • Enhancement (a non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation Fix
  • Non-breaking dependency version update

How the change has been tested

  • Current E2E tests for non wasm32 targets run successfully with local v0.10.3-rc network
  • NPM build iota_interaction_ts:
    In folder bindings/wasm/iota_interaction_ts:
    npm install
    npm run build:nodejs
    npm link <-- Important
  • NPM build identity_wasm and run all examples:
    Prerequisite: NPM build iota_interaction_ts (see above)
    In folder bindings/wasm/identity_wasm:
    npm install
    npm link @iota/iota-interaction-ts <-- Important
    npm run build:nodejs
    npm run example:node <example-name-goes-here>

@chrisgitiota chrisgitiota added Wasm Related to Wasm bindings. Becomes part of the Wasm changelog No changelog Excludes PR from becoming part of any changelog Rust Related to the core Rust code. Becomes part of the Rust changelog. labels Mar 11, 2025
@chrisgitiota chrisgitiota self-assigned this Mar 11, 2025
@chrisgitiota chrisgitiota requested a review from a team as a code owner March 11, 2025 16:44
@chrisgitiota chrisgitiota changed the title Feat/1603 upstream changes v0 10 3 rc Upstream changes v0.10.3-rc Mar 12, 2025
…rgo audit ignore list

This is equivalent to the "RUSTSEC-2024-0437" deny.toml entry in iotaledger/iota that addresses  iotaledger/iota#5861
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
No changelog Excludes PR from becoming part of any changelog Rust Related to the core Rust code. Becomes part of the Rust changelog. Wasm Related to Wasm bindings. Becomes part of the Wasm changelog
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

2 participants