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 in
iota_sdk_abstraction/identity_client.rs
TODOs:
The text was updated successfully, but these errors were encountered: