You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current POC implementation in bindings/wasm/src/kinesis uses a mocked _Identity Client_ used for test purposes located in iota_sdk_abstraction/identity_client.rs
TODOs:
Replace currently used mocked "Identity Client" with IdentityClient located in rebased/client/full_client.rs
If the mocked _Identity Client_ located in iota_sdk_abstraction/identity_client.rs shall be used for test purposes any longer, move the sources to an appropriate location. Otherwise, delete the sources.
The text was updated successfully, but these errors were encountered:
chrisgitiota
added
Rust
Related to the core Rust code. Becomes part of the Rust changelog.
Wasm
Related to Wasm bindings. Becomes part of the Wasm changelog
labels
Nov 25, 2024
The current POC implementation in
bindings/wasm/src/kinesis
uses a mocked_Identity Client_
used for test purposes located iniota_sdk_abstraction/identity_client.rs
TODOs:
rebased/client/full_client.rs
_Identity Client_
located iniota_sdk_abstraction/identity_client.rs
shall be used for test purposes any longer, move the sources to an appropriate location. Otherwise, delete the sources.interaction_ts
import path in package.json (currently hardcoded to localnode/
path)OnChainIdentity
in TypeScript directlyThe text was updated successfully, but these errors were encountered: