generated from iotaledger/template
-
Notifications
You must be signed in to change notification settings - Fork 1
Pin iota dependency to v1.2.3
and gather resources for Notarization wasm bindings
#38
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…actionBlockEvents and DevInspectResults
…ources-for-wasm-projects
…ources-for-wasm-projects
…d to run Notarization TS examples
# Conflicts: # product_common/Cargo.toml
…ion.rs + iota_transaction.rs to allow upstream merges
…-and-resources-for-wasm # Conflicts: # iota_interaction/src/sdk_types/iota_json_rpc_types/iota_transaction.rs
…via product_common to facilitate usage in several Identity crates
…perty `applyWithEvents` in the bounded JsValue before calling it and will call method `apply` otherwise
…cros shall be exported from `product_common` now
… is used instead of `serde_wasm_bindgen::to_value`
This was referenced Jun 26, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of change
The included changes are
notarization
repositoryidentity_wasm
using the Identity branch "chore/iota-v1-2-3-and-resources-for-wasm"This PR is expected to depricate PR #33
The PR includes:
iota_interaction/src/sdk_types
import { Ed25519KeypairSigner } from "@iota/iota-interaction-ts/test_utils"
applyWithEvents
added toTransaction
interfaceiota_interaction_ts::error::TsSdkError
usage to facilitate usingTsSdkError
in wasm-binding crates of our productsTransaction::apply_with_events()
product_common
, providing several useful functions to facilitate implementing was-bindgen glue code especially forTransaction
trait implementationsLinks to any relevant issues
Helps to fix Wasm Library implementation #39
Fixes Identity issue #1677 - Integrate latest iota client
Type of change
Enhancement (a non-breaking change which adds functionality) + a downward compatible source code enhancement
How the change has been tested
The changes have been tested with
identity_wasm
tests as been described in the PR. Please see there for further details.