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:
P1
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.
resolver client should be able to use read only and write capable client @wulfraem
fix/check ci
check for occurrences of "alias output" wording
P3
fix warnings
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:
P1
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.P2
OnChainIdentity
in TypeScriptdirectly@wulfraemidentity.didDocument().id()
, which is basically what the Rust examples toIotaIdentityClient
(Stardust related) @wulfraemP3
The text was updated successfully, but these errors were encountered: